public class AuthInfo extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AuthInfo.Attribute
Export attribute names in current name space
|
| 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-2014 The Apache Software Foundation. All Rights Reserved.