public class SPCache extends Object
Modifier and Type | Field and Description |
---|---|
static PeriodicCleanUpMap |
assertionByIDCache |
static Hashtable |
authContextHash
Hashtable saves AuthnContext class name and the authLevel.
|
static Hashtable |
authCtxObjHash
Hashtable saves AuthnContext Mapper object.
|
protected static Hashtable |
fedSessionListsByNameIDInfoKey
Hashtable stores information required for LogoutRequest consumption.
|
static int |
interval |
static Set |
logoutRequestIDs
SP: used to correlate LogoutRequest ID and inResponseTo in LogoutResponse
element : request ID (String)
|
protected static Hashtable |
mniRequestHash
Hashtable saves the MNI request info.
|
protected static Hashtable |
relayStateHash
Hashtable to save the relayState URL.
|
static Hashtable |
reqParamHash
Hashtable saves the Request Parameters before redirecting
to IDP Discovery Service to retreive the preferred IDP.
|
static Hashtable |
requestHash
Hashtable saves the request info.
|
protected static Hashtable |
responseHash
Hashtable saves response info for local auth.
|
static Hashtable |
spAccountMapperCache
Cache saves the sp account mapper.
|
Modifier and Type | Method and Description |
---|---|
static void |
clear()
Clears the auth context object hash table.
|
static void |
clear(String realmName)
Clears the auth context object hash table.
|
static boolean |
isDefaultOrg(String orgName)
Returns
true if the realm is root. |
public static int interval
public static PeriodicCleanUpMap assertionByIDCache
public static Hashtable requestHash
protected static Hashtable mniRequestHash
protected static Hashtable relayStateHash
protected static Hashtable fedSessionListsByNameIDInfoKey
public static Set logoutRequestIDs
protected static Hashtable responseHash
public static Hashtable authCtxObjHash
public static Hashtable authContextHash
public static Hashtable reqParamHash
public static Hashtable spAccountMapperCache
public static void clear(String realmName)
realmName
- Organization or Realmpublic static void clear()
public static boolean isDefaultOrg(String orgName)
true
if the realm is root.orgName
- the organization nametrue
if realm is root.Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.