public class AuthenticationRegistryImpl extends Object implements AuthenticationRegistry
| Constructor and Description |
|---|
AuthenticationRegistryImpl() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getAttributeOfClient(javax.servlet.http.HttpServletRequest request,
String attributeName) |
org.gatein.wci.security.Credentials |
getCredentials(javax.servlet.http.HttpServletRequest request) |
Object |
removeAttributeOfClient(javax.servlet.http.HttpServletRequest request,
String attributeName) |
void |
removeClient(String sessionId) |
org.gatein.wci.security.Credentials |
removeCredentials(javax.servlet.http.HttpServletRequest request) |
void |
setAttributeOfClient(javax.servlet.http.HttpServletRequest request,
String attributeName,
Object attributeValue) |
void |
setCredentials(javax.servlet.http.HttpServletRequest request,
org.gatein.wci.security.Credentials credentials) |
public org.gatein.wci.security.Credentials getCredentials(javax.servlet.http.HttpServletRequest request)
getCredentials in interface AuthenticationRegistrypublic void setCredentials(javax.servlet.http.HttpServletRequest request,
org.gatein.wci.security.Credentials credentials)
setCredentials in interface AuthenticationRegistrypublic org.gatein.wci.security.Credentials removeCredentials(javax.servlet.http.HttpServletRequest request)
removeCredentials in interface AuthenticationRegistrypublic void removeClient(String sessionId)
removeClient in interface AuthenticationRegistrypublic void setAttributeOfClient(javax.servlet.http.HttpServletRequest request,
String attributeName,
Object attributeValue)
setAttributeOfClient in interface AuthenticationRegistrypublic Object getAttributeOfClient(javax.servlet.http.HttpServletRequest request, String attributeName)
getAttributeOfClient in interface AuthenticationRegistrypublic Object removeAttributeOfClient(javax.servlet.http.HttpServletRequest request, String attributeName)
removeAttributeOfClient in interface AuthenticationRegistryCopyright © 2016 JBoss by Red Hat. All Rights Reserved.