A - the authentication identity typeD - the deployment identifier typeS - the session identifier typeL - the local context typepublic interface SSO<A,D,S,L>
| Modifier and Type | Method and Description |
|---|---|
A |
getAuthentication()
Returns the authentication for this SSO.
|
String |
getId()
A unique identifier for this SSO.
|
L |
getLocalContext()
The local context of this SSO.
|
Sessions<D,S> |
getSessions()
Returns the session for which the user is authenticated.
|
void |
invalidate()
Invalidates this SSO.
|
String getId()
A getAuthentication()
Sessions<D,S> getSessions()
void invalidate()
L getLocalContext()
Copyright © 2020 JBoss by Red Hat. All rights reserved.