Interface ProtocolContext

  • All Superinterfaces:
    ProtocolContext, java.io.Serializable

    public interface ProtocolContext
    extends ProtocolContext
    This class represents a protocol context for OAuth 2.0 protocol.
    • Method Detail

      • getDefinitionId

        java.lang.Long getDefinitionId()
        Get the definition ID.
        Returns:
        The definition ID.
      • getDefinitionName

        java.lang.String getDefinitionName()
        Get the definition name.
        Returns:
        The definition name.
      • getDefinition

        Definition getDefinition()
        Get the definition object.
        Returns:
        The definition object.
      • getClientId

        java.lang.String getClientId()
        Get the client ID.
        Returns:
        The client ID.
      • getClientName

        java.lang.String getClientName()
        Get the client name.
        Returns:
        The client name.
      • getClient

        Client getClient()
        Get the client object.
        Returns:
        The client object.
      • getAuthenticationRequest

        AuthenticationRequest getAuthenticationRequest()
        Get the authentication request.
        Returns:
        The authentication request.
      • setConsentDecision

        void setConsentDecision​(java.lang.String[] scopes)
      • getConsentDecision

        java.lang.String[] getConsentDecision()