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

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/dpro/session/
H A DSessionID.java523 public static String makeRelatedSessionID(String encryptedID, method in class:SessionID
655 return new SessionID(SessionID.makeRelatedSessionID(generateEncryptedID(serverConfig), this));
666 return SHANDLE_SCHEME_PREFIX + SessionID.makeRelatedSessionID(generateEncryptedID(serverConfig), this);
/forgerock/openam/openam-core/src/main/java/com/iplanet/dpro/session/
H A DSessionID.java527 public static String makeRelatedSessionID(String encryptedID, method in class:SessionID
659 return new SessionID(SessionID.makeRelatedSessionID(generateEncryptedID(serverConfig), this));
670 return SHANDLE_SCHEME_PREFIX + SessionID.makeRelatedSessionID(generateEncryptedID(serverConfig), this);

Completed in 30 milliseconds