Interface | Description |
---|---|
FederateCookieRedirector |
Interface to describe an object that can check a cookie and then perform SAML2 Redirect based on the result.
|
Class | Description |
---|---|
AssertionIDRequestUtil |
This class provides methods to send or process
AssertionIDRequest . |
AttributeQueryUtil |
This class provides methods to send or process
AttributeQuery . |
AuthnQueryUtil |
This class provides methods to send or process
AuthnQuery . |
AuthnRequestInfo |
This class stores information about the request made to
the Service Provider.
|
AuthnRequestInfoCopy |
This class represents a copy of a AuthnRequestInfo in the service provider and
is used when in SAML2 failover mode to track AuthnRequest's between multiple instances
of OpenAM.
|
CacheCleanUpRunnable |
This is a helper class to clean up cache.
|
CacheCleanUpScheduler | |
CacheObject |
This is a base class to be extended by classes that needs to be
cached and cleaned up by the
CacheCleanUpThread . |
DiscoveryBootstrap |
The class
DiscoBootstrap helps in generating the discovery
boot strap statement i.e. |
DoManageNameID |
This class reads the query parameters and the required
processing logic for sending ManageNameIDRequest
from SP to IDP.
|
IDPArtifactResolution |
This class handles the artifact resolution request
from a service provider.
|
IDPCache |
This class caches authn request objects and relay states
based on the request id of the authn requests
It also caches idp session by session index.
|
IDPProxyUtil |
Utility class to be used for IDP Proxying.
|
IDPSession |
This class represents a session in the identity provider side.
|
IDPSessionCopy |
This class represents a copy of a session in the identity provider side.
|
IDPSessionListener |
The class
IDPSessionListener implements
SessionListener interface and is used for maintaining the
IDP session cache. |
IDPSingleLogout |
This class reads the required data from HttpServletRequest and
initiates the
LogoutRequest from IDP to SP. |
IDPSSOFederate |
This class handles the federation and/or single sign on request
from a service provider.
|
IDPSSOUtil |
The utility class is used by the identity provider to process
the authentication request from a service provider and send back
a proper response.
|
LogoutUtil |
This class constructs the
LogoutRequest and executes
the required processing logic for sending LogoutRequest
from SP to IDP. |
ManageNameIDRequestInfo |
This class stores information about the request made to
the Service Provider.
|
NameIDandSPpair |
This class represents a pair of
NameID and its
corresponding SPEntityID . |
NameIDMapping |
This class provides methods to send or process
NameIDMappingRequest . |
ResponseInfo |
This class stores information about the response made to
the Service Provider.
|
SAML2SessionPartner |
This class encapsulates session partner.
|
SPACSUtils |
This class is used by a service provider (SP) to process the response from
an identity provider for the SP's Assertion Consumer Service.
|
SPCache |
This class provides the memory store for SAML request and response information on Service Provider side.
|
SPFedSession |
This class provides the memory store for
SAML request and response information on Service Provider side.
|
SPSessionListener |
The class
SPSessionListener implements
SessionListener interface and is used for maintaining the
SP session cache. |
SPSingleLogout |
This class reads the required data from HttpServletRequest and
initiates the
LogoutRequest from SP to IDP. |
SPSSOFederate |
This class reads the query parameters and performs the required
processing logic for sending Authentication Request
from SP to IDP.
|
XACMLQueryUtil |
This class provides methods to send or process
AttributeQuery . |
Exception | Description |
---|---|
ClientFaultException |
Indicates a client fault during federated SSO.
|
FederatedSSOException |
Checked exception for errors that occur during federated single sign-on (SSO).
|
ServerFaultException |
Indicates a server fault occurred during federated SSO.
|
UnableToRedirectException |
Exception class to indicate when the sso request redirect failed.
|
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.