public class DynamicSessionIDExtensions extends Object implements SessionIDExtensions
SessionID.validate()
.Constructor and Description |
---|
DynamicSessionIDExtensions(SessionIDExtensions delegate)
Create a default instance.
|
Modifier and Type | Method and Description |
---|---|
void |
add(String key,
String value)
Defers to the delegated instance for get.
|
Map<String,String> |
asMap() |
String |
get(String key)
Defers to the delegated instance for get.
|
String |
getPrimaryID()
The Primary ID for the SessionID is that Sessions home server.
|
String |
getSiteID()
Servers can be clustered together into Sites which are grouped for Session Failover and
crosstalk purposes.
|
String |
getStorageKey() |
String |
toString() |
public DynamicSessionIDExtensions(SessionIDExtensions delegate)
delegate
- The delegate to defer.public String getPrimaryID()
SessionIDExtensions
getPrimaryID
in interface SessionIDExtensions
public String getSiteID()
SessionIDExtensions
getSiteID
in interface SessionIDExtensions
public String getStorageKey()
getStorageKey
in interface SessionIDExtensions
public String get(String key)
get
in interface SessionIDExtensions
key
- Non nullpublic void add(String key, String value)
add
in interface SessionIDExtensions
key
- Non null key.value
- Non null value.public Map<String,String> asMap()
asMap
in interface SessionIDExtensions
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.