com.unboundid.scim.data
Class ChangePasswordConfig
java.lang.Object
com.unboundid.scim.data.ChangePasswordConfig
public class ChangePasswordConfig
- extends Object
A complex type that specifies Change Password configuration options.
CHANGE_PASSWORD_CONFIG_RESOLVER
public static final AttributeValueResolver<ChangePasswordConfig> CHANGE_PASSWORD_CONFIG_RESOLVER
- The
AttributeValueResolver that resolves SCIM attribute values
to/from ChangePasswordConfig instances.
ChangePasswordConfig
public ChangePasswordConfig(boolean supported)
- Create a
ChangePasswordConfig instance.
- Parameters:
supported - Specifies whether the Change Password operation is
supported.
isSupported
public boolean isSupported()
- Indicates whether the Change Password operation is supported.
- Returns:
true if the Change Password operation is supported.
equals
public boolean equals(Object o)
- Overrides:
equals in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2011-2012 UnboundID. All Rights Reserved.