public class SPCache extends Object
Modifier and Type | Field and Description |
---|---|
static PeriodicCleanUpMap |
assertionByIDCache
Cache saves the assertion id.
|
static Hashtable |
authContextHash
Hashtable saves AuthnContext class name and the authLevel.
|
static Hashtable |
authCtxObjHash
Hashtable saves AuthnContext Mapper object.
|
static PeriodicCleanUpMap |
authnRequestHash
Map saves the authentication request.
|
static Hashtable |
ecpRequestIDPListFinderCache
Cache saves the ecp request IDP list finder.
|
static PeriodicCleanUpMap |
fedAccountHash
Map saves data on whether the account was federated.
|
static Hashtable |
fedletAdapterClassCache
Cache saves the fedlet adapter class instance.
|
static Hashtable |
fedSessionListsByNameIDInfoKey
Hashtable stores information required for LogoutRequest consumption.
|
static int |
interval |
static boolean |
isFedlet |
static PeriodicCleanUpMap |
logoutRequestIDHash
SP: used to map LogoutRequest ID and inResponseTo in LogoutResponse
element to the original LogoutRequest object
key : request ID (String)
value : original logout request object (LogotRequest)
|
protected static PeriodicCleanUpMap |
mniRequestHash
Map saves the MNI request info.
|
static PeriodicCleanUpMap |
relayStateHash
Map to save the relayState URL.
|
static PeriodicCleanUpMap |
reqParamHash
Hashtable saves the Request Parameters before redirecting
to IDP Discovery Service to retreive the preferred IDP.
|
static PeriodicCleanUpMap |
requestHash
Map saves the request info.
|
protected static PeriodicCleanUpMap |
responseHash
Map saves response info for local auth.
|
static Hashtable |
spAccountMapperCache
Cache saves the sp account mapper.
|
static Hashtable |
spAdapterClassCache
Cache saves the sp adapter class instance.
|
Modifier and Type | Method and Description |
---|---|
static void |
clear(String realmName)
Clears the auth context object hash table.
|
public static int interval
public static boolean isFedlet
public static final PeriodicCleanUpMap authnRequestHash
public static final PeriodicCleanUpMap fedAccountHash
public static final PeriodicCleanUpMap requestHash
protected static final PeriodicCleanUpMap mniRequestHash
public static final PeriodicCleanUpMap relayStateHash
public static final Hashtable fedSessionListsByNameIDInfoKey
public static final PeriodicCleanUpMap logoutRequestIDHash
protected static final PeriodicCleanUpMap responseHash
public static final Hashtable authCtxObjHash
public static final Hashtable authContextHash
public static final PeriodicCleanUpMap reqParamHash
public static final Hashtable spAccountMapperCache
public static final Hashtable spAdapterClassCache
SAML2ServiceProviderAdapter
)public static Hashtable fedletAdapterClassCache
FedletAdapter
)public static final Hashtable ecpRequestIDPListFinderCache
public static final PeriodicCleanUpMap assertionByIDCache
public static void clear(String realmName)
realmName
- Organization or RealmCopyright © 2010–2025 Open Identity Platform Community. All rights reserved.