public class AuthInfo extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AuthInfo.Attribute
Constants for request attribute keys
This is only public for testing.
|
| Constructor and Description |
|---|
AuthInfo(javax.servlet.http.HttpServletRequest req)
Create AuthInfo from a given HttpServletRequest
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthType()
Get the hosted domain for this request.
|
SecurityToken |
getSecurityToken()
Get the security token for this request.
|
@Inject public AuthInfo(javax.servlet.http.HttpServletRequest req)
req - public SecurityToken getSecurityToken()
public String getAuthType()
null if no domain was foundCopyright © 2007-2012. All Rights Reserved.