Interface Attribute<T>

  • All Superinterfaces:
    Serializable

    public interface Attribute<T>
    extends Serializable
    Represents an attribute of the identity
    Author:
    Anil.Saldhana@redhat.com
    • Method Detail

      • getName

        String getName()
        Get the name of the attribute
        Returns:
      • getValue

        T getValue()
        The value of the attribute
        Returns: