A - the authentication identity typeD - the deployment identifier typeS - the session identifier typeL - the local context typeB - the batch typepublic interface SSOManager<A,D,S,L,B extends Batch> extends IdentifierFactory<String>
| Modifier and Type | Method and Description |
|---|---|
SSO<A,D,S,L> |
createSSO(String ssoId,
A authentication)
Creates a new single sign on entry.
|
Sessions<D,S> |
findSessionsContaining(S session)
Searches for the sessions of the single sign on entry containing the specified session.
|
SSO<A,D,S,L> |
findSSO(String ssoId)
Returns the single sign on entry identified by the specified identifier.
|
Batcher<B> |
getBatcher()
A mechanism for starting/stopping a batch.
|
createIdentifier, start, stopSSO<A,D,S,L> createSSO(String ssoId, A authentication)
ssoId - a unique SSO identifierSSO<A,D,S,L> findSSO(String ssoId)
ssoId - a unique SSO identifierSessions<D,S> findSessionsContaining(S session)
sessionId - a unique session identifierCopyright © 2021 JBoss by Red Hat. All rights reserved.