public class CoarseSSOCacheEntry<L> extends Object implements Credentials
Constructor and Description |
---|
CoarseSSOCacheEntry() |
Modifier and Type | Method and Description |
---|---|
AuthenticationType |
getAuthenticationType() |
AtomicReference<L> |
getLocalContext() |
String |
getPassword() |
Map<WebApplication,String> |
getSessions() |
String |
getUser() |
void |
setAuthenticationType(AuthenticationType type) |
void |
setPassword(String password) |
void |
setUser(String user) |
public AuthenticationType getAuthenticationType()
getAuthenticationType
in interface Credentials
public void setAuthenticationType(AuthenticationType type)
setAuthenticationType
in interface Credentials
public String getUser()
getUser
in interface Credentials
public void setUser(String user)
setUser
in interface Credentials
public String getPassword()
getPassword
in interface Credentials
public void setPassword(String password)
setPassword
in interface Credentials
public Map<WebApplication,String> getSessions()
public AtomicReference<L> getLocalContext()
Copyright © 2013 JBoss by Red Hat. All rights reserved.