Class IdentityProperty<T>

java.lang.Object
software.amazon.awssdk.identity.spi.IdentityProperty<T>
Type Parameters:
T - The type of the attribute.

@Immutable @ThreadSafe public final class IdentityProperty<T> extends Object
A strongly-typed property for input to an IdentityProvider.
  • Method Details

    • create

      public static <T> IdentityProperty<T> create(Class<?> namespace, String name)
      Create a property.
      Type Parameters:
      T - the type of the property.
      Parameters:
      namespace - the class *where* the property is being defined
      name - the name for the property
      Throws:
      IllegalArgumentException - if a property with this namespace and name already exist
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object