Interface AuthorityAccessor.AuthorityMutator<AUTH>

Type Parameters:
AUTH - The type of the credential property.
All Known Subinterfaces:
AuthorityAccessor.AuthorityProperty<AUTH>
Enclosing interface:
AuthorityAccessor<AUTH>

public static interface AuthorityAccessor.AuthorityMutator<AUTH>
Provides a mutator for a credential property for e.g. key / credential pair.
  • Method Summary

    Modifier and Type Method Description
    void setAuthority​(AUTH aAuthority)
    Sets the credential for the credential property.
  • Method Details

    • setAuthority

      void setAuthority​(AUTH aAuthority)
      Sets the credential for the credential property.
      Parameters:
      aAuthority - The credential/authority to be stored by the credential property.