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

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/impl/
H A DSessionIndexImpl.java42 private String sessionValue = null; field in class:SessionIndexImpl
50 this.sessionValue = value;
60 return sessionValue;
90 if ((sessionValue != null) && (sessionValue.length() != 0)) {
102 xmlString.append(sessionValue);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/impl/
H A DSessionIndexImpl.java42 private String sessionValue = null; field in class:SessionIndexImpl
50 this.sessionValue = value;
60 return sessionValue;
90 if ((sessionValue != null) && (sessionValue.length() != 0)) {
102 xmlString.append(sessionValue);

Completed in 27 milliseconds