Package | Description |
---|---|
com.sun.identity.saml2.profile |
Package that handles SAML v2 profiles.
|
com.sun.identity.wsfederation.profile |
Modifier and Type | Field and Description |
---|---|
static PeriodicCleanUpMap |
SPCache.assertionByIDCache
Cache saves the assertion id.
|
static PeriodicCleanUpMap |
IDPCache.assertionByIDCache
Cache saves the assertion objects.
|
static PeriodicCleanUpMap |
IDPCache.authnRequestCache
Cache saves the authn request objects.
|
static PeriodicCleanUpMap |
SPCache.authnRequestHash
Map saves the authentication request.
|
static PeriodicCleanUpMap |
SPCache.fedAccountHash
Map saves data on whether the account was federated.
|
static PeriodicCleanUpMap |
IDPCache.idpAuthnContextCache
Cache saves the authn context objects before IDP redirects user to
authentication.
|
static PeriodicCleanUpMap |
IDPCache.logoutRequestById
Cache to save LogoutRequests by their ID for later retrieval.
|
static PeriodicCleanUpMap |
SPCache.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)
|
static PeriodicCleanUpMap |
IDPCache.logoutResponseCache
Cache saves the original LogoutResponse generated by IDP proxy
to the IDP
key : requestID (String)
value : Map keeping LogoutResponse, sending location,
spEntityID and idpEntityID.
|
protected static PeriodicCleanUpMap |
SPCache.mniRequestHash
Map saves the MNI request info.
|
static PeriodicCleanUpMap |
IDPCache.mniRequestHash
Hashtable saves the MNI request info.
|
static PeriodicCleanUpMap |
IDPCache.proxySPAuthnReqCache
Cache saves the original AuthnRequest coming from SP to IDP proxy
key : requestID (String)
value : AuthnRequest
|
static PeriodicCleanUpMap |
IDPCache.proxySPLogoutReqCache
Cache saves the original LogoutRequest coming from SP to IDP proxy
key : requestID (String)
value : LogoutRequest
|
static PeriodicCleanUpMap |
IDPCache.relayStateCache
Cache saves the relay state strings.
|
static PeriodicCleanUpMap |
SPCache.relayStateHash
Map to save the relayState URL.
|
static PeriodicCleanUpMap |
SPCache.reqParamHash
Hashtable saves the Request Parameters before redirecting
to IDP Discovery Service to retreive the preferred IDP.
|
static PeriodicCleanUpMap |
SPCache.requestHash
Map saves the request info.
|
static PeriodicCleanUpMap |
IDPCache.responseCache
Cache saves information needed after coming back from COT cookie setting.
|
protected static PeriodicCleanUpMap |
SPCache.responseHash
Map saves response info for local auth.
|
static PeriodicCleanUpMap |
IDPCache.responsesByArtifacts
Cache saves Responses to be used by ArtifactResolutionService.
|
static PeriodicCleanUpMap |
IDPCache.SOAPMessageByLogoutRequestID
Cache saves the SOAPMessage created by proxy IDP to the original SP
key : requestID (String)
value : SOAPMessage
|
Modifier and Type | Field and Description |
---|---|
static PeriodicCleanUpMap |
SPCache.assertionByIDCache |
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.