Class KeycloakIdentity

    • Method Detail

      • 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
      • isResourceServer

        public boolean isResourceServer()