Searched defs:makeSessionID (Results 1 - 2 of 2) sorted by relevance
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/dpro/session/ |
H A D | SessionID.java | 479 static String makeSessionID(String encryptedID, SessionIDExtensions extensions, method in class:SessionID 526 return makeSessionID(encryptedID, prototype.getExtension(), prototype.tail); 723 String sessionID = SessionID.makeSessionID(encryptedID, ext, jwt);
|
/forgerock/openam/openam-core/src/main/java/com/iplanet/dpro/session/ |
H A D | SessionID.java | 483 static String makeSessionID(String encryptedID, SessionIDExtensions extensions, method in class:SessionID 530 return makeSessionID(encryptedID, prototype.getExtension(), prototype.tail); 714 String sessionID = SessionID.makeSessionID(encryptedID, ext, null); 736 final String sessionId = makeSessionID("", ext, jwt);
|
Completed in 1138 milliseconds