Uses of Class
org.forgerock.openam.authentication.callbacks.ConsentMappingCallback.Builder
Packages that use ConsentMappingCallback.Builder
-
Uses of ConsentMappingCallback.Builder in org.forgerock.openam.authentication.callbacks
Methods in org.forgerock.openam.authentication.callbacks that return ConsentMappingCallback.BuilderModifier and TypeMethodDescriptionConsentMappingCallback.builder()
Get a builder for constructing a new ConsentMappingCallback.ConsentMappingCallback.Builder.withAccessLevel
(String accessLevel) Set the access level for the mapping.ConsentMappingCallback.Builder.withDisplayName
(String displayName) Set the display name of the mapping.ConsentMappingCallback.Builder.withFields
(List<String> fields) Set the fields for the mapping.Set the icon for the mapping.ConsentMappingCallback.Builder.withMessage
(String message) Set the message for the mapping.Set the name of the mapping.ConsentMappingCallback.Builder.withRequired
(boolean isRequired) Set whether the mapping is required.