Interface ProtocolContext
- All Superinterfaces:
- ProtocolContext,- Serializable
This class represents a protocol context for OAuth 2.0 protocol.
- 
Method SummaryModifier and TypeMethodDescriptionGet the authentication request.Get the client object.Get the client ID.Get the client name.String[]Get the definition object.Get the definition ID.Get the definition name.voidsetConsentDecision(String[] scopes) 
- 
Method Details- 
getDefinitionIdLong getDefinitionId()Get the definition ID.- Returns:
- The definition ID.
 
- 
getDefinitionNameString getDefinitionName()Get the definition name.- Returns:
- The definition name.
 
- 
getDefinitionDefinition getDefinition()Get the definition object.- Returns:
- The definition object.
 
- 
getClientIdString getClientId()Get the client ID.- Returns:
- The client ID.
 
- 
getClientNameString getClientName()Get the client name.- Returns:
- The client name.
 
- 
getClientClient getClient()Get the client object.- Returns:
- The client object.
 
- 
getAuthenticationRequestAuthenticationRequest getAuthenticationRequest()Get the authentication request.- Returns:
- The authentication request.
 
- 
setConsentDecision
- 
getConsentDecisionString[] getConsentDecision()
 
-