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 DSessionID.java479 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 DSessionID.java483 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 31 milliseconds