Searched refs:extraSessionAttributes (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSSession.java51 private Map extraSessionAttributes = null; field in class:FSSession
73 this.extraSessionAttributes = new HashMap();
192 extraSessionAttributes.put(key, value);
201 return(String)extraSessionAttributes.get(key);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSSession.java51 private Map extraSessionAttributes = null; field in class:FSSession
73 this.extraSessionAttributes = new HashMap();
192 extraSessionAttributes.put(key, value);
201 return(String)extraSessionAttributes.get(key);

Completed in 22 milliseconds