Interface AuthorityAccessor<AUTH>

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

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

    Nested Classes
    Modifier and Type Interface Description
    static interface  AuthorityAccessor.AuthorityMutator<AUTH>
    Provides a mutator for a credential property for e.g. key / credential pair.
    static interface  AuthorityAccessor.AuthorityProperty<AUTH>
    * Provides a credential property for e.g. key / credential pair.
  • Method Summary

    Modifier and Type Method Description
    AUTH getAuthority()
    Retrieves the credential from the credential property.
  • Method Details

    • getAuthority

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