Interface ScopeParameterContext
- All Superinterfaces:
ClientPolicyContext
- All Known Subinterfaces:
CIBAContext,ClientPolicyClientSessionContext
- All Known Implementing Classes:
AuthorizationRequestContext,BackchannelAuthenticationRequestContext,BackchannelTokenRequestContext,BackchannelTokenResponseContext,JWTAuthorizationGrantContext,ResourceOwnerPasswordCredentialsContext,ServiceAccountTokenRequestContext,ServiceAccountTokenResponseContext,TokenExchangeRequestContext,TokenRequestContext,TokenResponseContext
Represents
ClientPolicyContext with access to the scope parameter, which can be used in underlying conditions/executors to check what
scope was used in the particular request-
Method Summary
Methods inherited from interface org.keycloak.services.clientpolicy.ClientPolicyContext
getEvent
-
Method Details
-
getScopeParameter
String getScopeParameter()
-