public interface SSO<A,D,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> |
getSessions()
Returns the session for which the user is authenticated.
|
void |
invalidate()
Invalidates this SSO.
|
String getId()
A getAuthentication()
Sessions<D> getSessions()
void invalidate()
L getLocalContext()
Copyright © 2015 JBoss by Red Hat. All rights reserved.