Searched refs:updateSessionProperty (Results 1 - 2 of 2) sorted by relevance
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/service/ |
H A D | LoginState.java | 4750 updateSessionProperty("AuthLevel", upgradeAuthLevel); 4751 updateSessionProperty("AuthType", upgradeModuleList); 4752 updateSessionProperty("Service", upgradeServiceName); 4753 updateSessionProperty("Role", upgradeRoleName); 4761 void updateSessionProperty(String property, String value) { method in class:LoginState
|
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/service/ |
H A D | LoginState.java | 4651 updateSessionProperty("AuthLevel", upgradeAuthLevel); 4652 updateSessionProperty("AuthType", upgradeModuleList); 4653 updateSessionProperty("Service", upgradeServiceName); 4654 updateSessionProperty("Role", upgradeRoleName); 4663 private void updateSessionProperty(final String property, final String value) { method in class:LoginState
|
Completed in 58 milliseconds