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 SessionProperties
TreeState.sessionProperties
Properties 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 SessionProperties
SessionProperties.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.