Interface AuthorityAccessor<AUTH>

  • Type Parameters:
    AUTH - The type of the credential/Authority to be used.
    All Known Subinterfaces:
    AuthorityAccessor.CredentialProperty<AUTH>


    public interface AuthorityAccessor<AUTH>
    Provides an accessor for a credential property for e.g. key / credential pair.
    • Method Detail

      • getAuthority

        AUTH getAuthority​()
        Retrieves the credential from the credential property.
        Returns:
        The credential stored by the credential property.