public final class DefaultSessionPropertyUpgrader extends SessionPropertyUpgrader
SessionPropertyUpgrader
This class basically just lets the session upgrade to copy every single
property into the new session.Constructor and Description |
---|
DefaultSessionPropertyUpgrader() |
Modifier and Type | Method and Description |
---|---|
boolean |
shouldCopy(String key)
This method decides whether a given session property should be copied to
the new session.
|
loadPropertyUpgrader, populateProperties, updateProperty
public boolean shouldCopy(String key)
SessionPropertyUpgrader
shouldCopy
in class SessionPropertyUpgrader
key
- The name of the session property which we want to decide to copytrue
if the property with the given key should be
copied into the new sessionCopyright © 2010-2018, ForgeRock All Rights Reserved.