Package org.forgerock.am.config
Annotation Type Dynamic
-
@Retention(RUNTIME) @Target(METHOD) public @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
Optional Elements Modifier and Type Optional Element Description boolean
perIdentity
Allows this to be set on a per identity basis.
-