Package org.forgerock.am.config
Annotation Interface Dynamic
Marks an attribute as being dynamic. This means that defaults for it can be configured on the global and realm
levels. This should only be applied to attributes with an IDENTITY scope.
-
Optional Element Summary
Modifier and TypeOptional ElementDescriptionboolean
Allows this to be set on a per identity basis.
-
Element Details
-
perIdentity
boolean perIdentityAllows this to be set on a per identity basis. TODO: cases that set this to false may be able to be converted to realm config in the future. It's also possible that some of those cases may be incorrect.- Default:
- true
-