Interface ScopeParameterContext

All Superinterfaces:
org.keycloak.services.clientpolicy.ClientPolicyContext
All Known Subinterfaces:
CIBAContext, ClientPolicyClientSessionContext
All Known Implementing Classes:
AuthorizationRequestContext, BackchannelAuthenticationRequestContext, BackchannelTokenRequestContext, BackchannelTokenResponseContext, IdentityBrokeringAPIContext, JWTAuthorizationGrantContext, PushedAuthorizationRequestContext, ResourceOwnerPasswordCredentialsContext, ServiceAccountTokenRequestContext, ServiceAccountTokenResponseContext, TokenExchangeRequestContext, TokenRefreshContext, TokenRefreshResponseContext, TokenRequestContext, TokenResponseContext, UserInfoRequestContext

public interface ScopeParameterContext extends org.keycloak.services.clientpolicy.ClientPolicyContext
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

    Modifier and Type
    Method
    Description
     

    Methods inherited from interface org.keycloak.services.clientpolicy.ClientPolicyContext

    getEvent
  • Method Details

    • getScopeParameter

      String getScopeParameter()