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

public interface ScopeParameterContext extends 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 Details

    • getScopeParameter

      String getScopeParameter()