Searched defs:allSSOTokens (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/internal/
H A DAuthSSOToken.java56 protected static Map allSSOTokens = Collections field in class:AuthSSOToken
94 allSSOTokens.put(key, this);
220 // Remove itself from allSSOTokens MAP
221 allSSOTokens.remove(key);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/internal/
H A DAuthSSOToken.java55 protected static Map allSSOTokens = Collections field in class:AuthSSOToken
93 allSSOTokens.put(key, this);
219 // Remove itself from allSSOTokens MAP
220 allSSOTokens.remove(key);

Completed in 22 milliseconds