Uses of Class
org.forgerock.openam.authentication.service.SessionPropertyUpgrader
-
Packages that use SessionPropertyUpgrader Package Description org.forgerock.openam.authentication.service A collection of classes which support the authentication service. -
-
Uses of SessionPropertyUpgrader in org.forgerock.openam.authentication.service
Subclasses of SessionPropertyUpgrader in org.forgerock.openam.authentication.service Modifier and Type Class Description class
DefaultSessionPropertyUpgrader
Default implementation forSessionPropertyUpgrader
This class basically just lets the session upgrade to copy every single property into the new session.Methods in org.forgerock.openam.authentication.service that return SessionPropertyUpgrader Modifier and Type Method Description static SessionPropertyUpgrader
SessionPropertyUpgrader. loadPropertyUpgrader()
Attempts to load the configured session property upgrader class.
-