Modifier and Type | Optional Element and Description |
---|---|
boolean |
errorOnWritePolicyFailure
Whether breaking the declared policy will result in an error from the service.
|
ReadPolicy |
read
The read policy for the property.
|
boolean |
returnOnDemand
true when a field is available, but must be explicitly requested, or false (default) when
always returned. |
WritePolicy |
write
The write policy for the property.
|
public abstract WritePolicy write
WRITABLE
.public abstract ReadPolicy read
USER
.public abstract boolean errorOnWritePolicyFailure
PropertyPolicies.write()
is not set to WRITABLE
. Defaults to false
.Copyright © 2010-2018, ForgeRock All Rights Reserved.