public class ChangePasswordConfig extends Object
| Modifier and Type | Field and Description |
|---|---|
static AttributeValueResolver<ChangePasswordConfig> |
CHANGE_PASSWORD_CONFIG_RESOLVER
The
AttributeValueResolver that resolves SCIM attribute values
to/from ChangePasswordConfig instances. |
| Constructor and Description |
|---|
ChangePasswordConfig(boolean supported)
Create a
ChangePasswordConfig instance. |
public static final AttributeValueResolver<ChangePasswordConfig> CHANGE_PASSWORD_CONFIG_RESOLVER
AttributeValueResolver that resolves SCIM attribute values
to/from ChangePasswordConfig instances.public ChangePasswordConfig(boolean supported)
ChangePasswordConfig instance.supported - Specifies whether the Change Password operation is
supported.public boolean isSupported()
true if the Change Password operation is supported.Copyright © 2011–2016 UnboundID. All rights reserved.