public interface ClientSessionContext
Modifier and Type | Method and Description |
---|---|
<T> T |
getAttribute(String attribute,
Class<T> clazz) |
Set<String> |
getClientScopeIds() |
Set<ClientScopeModel> |
getClientScopes() |
AuthenticatedClientSessionModel |
getClientSession() |
Set<ProtocolMapperModel> |
getProtocolMappers() |
Set<RoleModel> |
getRoles() |
String |
getScopeString() |
void |
setAttribute(String name,
Object value) |
AuthenticatedClientSessionModel getClientSession()
Set<ClientScopeModel> getClientScopes()
Set<ProtocolMapperModel> getProtocolMappers()
String getScopeString()
Copyright © 2019 JBoss by Red Hat. All rights reserved.