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

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/dpro/session/
H A DSessionID.java67 private String encryptedString = ""; field in class:SessionID
136 encryptedString = realReqSid;
141 encryptedString = cookieValue;
154 encryptedString = realReqSid;
159 encryptedString = cookieValue;
178 encryptedString = sid;
188 return isNull(encryptedString);
316 return encryptedString;
332 return encryptedString.equals(another.encryptedString);
[all...]
/forgerock/openam/openam-core/src/main/java/com/iplanet/dpro/session/
H A DSessionID.java71 private String encryptedString = ""; field in class:SessionID
140 encryptedString = realReqSid;
145 encryptedString = cookieValue;
158 encryptedString = realReqSid;
163 encryptedString = cookieValue;
182 encryptedString = sid;
192 return isNull(encryptedString);
320 return encryptedString;
336 return encryptedString.equals(another.encryptedString);
[all...]

Completed in 21 milliseconds