| Interface | Description |
|---|---|
| SSOProvider |
SSOProvider is the interface that the SSO providers or the
plug-ins need to implement. |
| SSOProviderPlugin |
Extension interface for dynamically loaded SSOProvider plugins.
|
| SSOToken |
The
SSOToken class represents a "single sign on"(SSO) token. |
| SSOTokenEvent |
The
SSOTokenEvent is an interface that represents an SSO token
event.The single sign on token event represents a change in
SSOToken. |
| SSOTokenID |
The
SSOTokenID is an interface that is used to identify a single
sign on token object. |
| SSOTokenListener |
The
SSOTokenListener interface needs to be implemented by the
applications to receive SSO token events. |
| Exception | Description |
|---|---|
| SSOException |
This
SSOException is thrown when there are single sign on token
operation error. |
| SSOTokenListenersUnsupportedException |
This
SSOTokenCannotBeObservedException is thrown when calling
SSOToken.addSSOTokenListener(SSOTokenListener) on an SSOToken
type that does not generate lifecycle events. |
Copyright © 2010–2023 Open Identity Platform Community. All rights reserved.