Interface Grantee

    • Method Detail

      • getTypeIdentifier

        String getTypeIdentifier()
        Returns the identifier for the type of this grant, to be used when specifying grants in the header of a request.
      • setIdentifier

        void setIdentifier​(String id)
        Sets the identifier for this grantee. The meaning of the identifier is specific to each implementation of the Grantee.
        Parameters:
        id - The identifier for this grantee.
        See Also:
        getIdentifier()
      • getIdentifier

        String getIdentifier()
        Gets the identifier for this grantee. The meaning of the grantee identifier is specific to each implementation of the Grantee.
        Returns:
        The identifier for this grantee.
        See Also:
        setIdentifier(String)