Interface IdentityAccessor.IdentityMutator

All Known Subinterfaces:
CredentialsAccessor.CredentialsMutator, CredentialsAccessor.CredentialsProperty, IdentityAccessor.IdentityProperty
Enclosing interface:
IdentityAccessor

public static interface IdentityAccessor.IdentityMutator
Provides a mutator for a identity property.
  • Method Summary

    Modifier and Type Method Description
    void setIdentity​(String aIdentity)
    Sets the identity for the name property.
  • Method Details

    • setIdentity

      void setIdentity​(String aIdentity)
      Sets the identity for the name property.
      Parameters:
      aIdentity - The identity to be stored by the name property.