public interface ProtocolContext extends ProtocolContext
Modifier and Type | Method and Description |
---|---|
AuthenticationRequest |
getAuthenticationRequest()
Get the authentication request.
|
Client |
getClient()
Get the client object.
|
java.lang.String |
getClientId()
Get the client ID.
|
java.lang.String |
getClientName()
Get the client name.
|
java.lang.String[] |
getConsentDecision() |
Definition |
getDefinition()
Get the definition object.
|
java.lang.Long |
getDefinitionId()
Get the definition ID.
|
java.lang.String |
getDefinitionName()
Get the definition name.
|
void |
setConsentDecision(java.lang.String[] scopes) |
java.lang.Long getDefinitionId()
java.lang.String getDefinitionName()
Definition getDefinition()
java.lang.String getClientId()
java.lang.String getClientName()
Client getClient()
AuthenticationRequest getAuthenticationRequest()
void setConsentDecision(java.lang.String[] scopes)
java.lang.String[] getConsentDecision()