Interface ClientPolicyClientSessionContext
- All Superinterfaces:
ClientModelContext,org.keycloak.services.clientpolicy.ClientPolicyContext,ScopeParameterContext
- All Known Implementing Classes:
ServiceAccountTokenRequestContext,ServiceAccountTokenResponseContext,TokenRefreshResponseContext,TokenRequestContext,TokenResponseContext,UserInfoRequestContext
Represents
ClientPolicyContext with access to the AuthenticatedClientSessionModel, which can be used in underlying conditions/executors-
Method Summary
Modifier and TypeMethodDescriptiondefault org.keycloak.models.ClientModelorg.keycloak.models.AuthenticatedClientSessionModeldefault StringMethods inherited from interface org.keycloak.services.clientpolicy.ClientPolicyContext
getEvent
-
Method Details
-
getClientSession
org.keycloak.models.AuthenticatedClientSessionModel getClientSession() -
getClient
default org.keycloak.models.ClientModel getClient()- Specified by:
getClientin interfaceClientModelContext
-
getScopeParameter
- Specified by:
getScopeParameterin interfaceScopeParameterContext
-