public interface SSO<L>
Modifier and Type | Method and Description |
---|---|
Credentials |
getCredentials()
Returns the credentials for this SSO.
|
String |
getId()
A unique identifier for this SSO.
|
L |
getLocalContext()
The local context of this SSO.
|
Sessions |
getSessions()
Returns the session for which the user is authenticated.
|
void |
invalidate()
Invalidates this SSO.
|
String getId()
Credentials getCredentials()
Sessions getSessions()
void invalidate()
L getLocalContext()
Copyright © 2013 JBoss by Red Hat. All rights reserved.