Searched defs:getStorageKey (Results 1 - 6 of 6) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/dpro/session/
H A DDynamicSessionIDExtensions.java83 * @return Defers to the delegated instance for getStorageKey call.
86 public String getStorageKey() { method in class:DynamicSessionIDExtensions
87 return delegate.getStorageKey();
H A DSessionIDExtensions.java39 String getStorageKey(); method in interface:SessionIDExtensions
H A DLegacySessionIDExtensions.java126 public String getStorageKey() { method in class:LegacySessionIDExtensions
168 return MessageFormat.format("S1:{0}, SI:{1}, SK:{2}", getPrimaryID(), getSiteID(), getStorageKey());
/forgerock/openam/openam-core/src/main/java/com/iplanet/dpro/session/
H A DDynamicSessionIDExtensions.java83 * @return Defers to the delegated instance for getStorageKey call.
86 public String getStorageKey() { method in class:DynamicSessionIDExtensions
87 return delegate.getStorageKey();
H A DSessionIDExtensions.java39 String getStorageKey(); method in interface:SessionIDExtensions
H A DLegacySessionIDExtensions.java128 public String getStorageKey() { method in class:LegacySessionIDExtensions
170 return MessageFormat.format("S1:{0}, SI:{1}, SK:{2}", getPrimaryID(), getSiteID(), getStorageKey());

Completed in 22 milliseconds