Interface ClientPolicyContext

All Known Subinterfaces:
ClientCRUDContext
All Known Implementing Classes:
AdminClientRegisterContext, AdminClientRegisteredContext, AdminClientUnregisterContext, AdminClientUpdateContext, AdminClientUpdatedContext, AdminClientViewContext, AuthorizationRequestContext, BackchannelAuthenticationRequestContext, BackchannelTokenRequestContext, BackchannelTokenResponseContext, ClientSecretRotationContext, DeviceAuthorizationRequestContext, DeviceTokenRequestContext, DeviceTokenResponseContext, DynamicClientRegisterContext, DynamicClientRegisteredContext, DynamicClientUnregisterContext, DynamicClientUpdateContext, DynamicClientUpdatedContext, DynamicClientViewContext, ImplicitHybridTokenResponse, LogoutRequestContext, PreAuthorizationRequestContext, PushedAuthorizationRequestContext, ResourceOwnerPasswordCredentialsContext, ResourceOwnerPasswordCredentialsResponseContext, ServiceAccountTokenRequestContext, ServiceAccountTokenResponseContext, TokenIntrospectContext, TokenRefreshContext, TokenRefreshResponseContext, TokenRequestContext, TokenResponseContext, TokenRevokeContext, UserInfoRequestContext

public interface ClientPolicyContext
Provides Client Policy Context. The implementation of this interface for handling an event defined in ClientPolicyEvent needs to provide methods depending on this event.
Author:
Takashi Norimatsu