Interface AuthorityAccessor.AuthorityMutator<AUTH>

  • Type Parameters:
    AUTH - The type of the credential property.
    All Known Subinterfaces:
    AuthorityAccessor.CredentialProperty<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 Detail

      • setAuthority

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