Class KeycloakIdentity

java.lang.Object
org.keycloak.authorization.common.KeycloakIdentity
All Implemented Interfaces:
Identity

public class KeycloakIdentity extends Object implements Identity
Author:
Pedro Igor
  • Field Details

  • Constructor Details

  • Method Details

    • getId

      public String getId()
      Description copied from interface: Identity
      Returns the unique identifier of this identity.
      Specified by:
      getId in interface Identity
      Returns:
      the unique identifier of this identity
    • getAttributes

      public Attributes getAttributes()
      Description copied from interface: Identity
      Returns the attributes or claims associated with this identity.
      Specified by:
      getAttributes in interface Identity
      Returns:
      the attributes or claims associated with this identity
    • getAccessToken

      public AccessToken getAccessToken()
    • isResourceServer

      public boolean isResourceServer()