Uses of Record Class
org.forgerock.am.trees.model.SessionProperties
Packages that use SessionProperties
Package
Description
Contains classes that represent the model of the authentication trees.
-
Uses of SessionProperties in org.forgerock.am.trees.model
Fields in org.forgerock.am.trees.model declared as SessionPropertiesModifier and TypeFieldDescriptionfinal SessionPropertiesTreeState.sessionPropertiesProperties that will be included in the user's session if/when it is created.Methods in org.forgerock.am.trees.model that return SessionPropertiesModifier and TypeMethodDescriptionstatic SessionPropertiesSessionProperties.empty()Creates an empty SessionProperties object.Methods in org.forgerock.am.trees.model with parameters of type SessionPropertiesModifier and TypeMethodDescriptionTreeState.Builder.withSessionProperties(SessionProperties sessionProperties) Sets the session properties.