public class DefaultAuthenticationContext extends Object implements AuthenticationContext
| Constructor and Description |
|---|
DefaultAuthenticationContext(AuthenticationType authenticationType) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthorizationMode() |
String |
getHttpChallengeScheme() |
String[] |
getHttpCookieNames() |
String[] |
getHttpHeaders() |
String[] |
getHttpQueryParameters() |
String |
getProperty(String name) |
String |
getSessionTimeout() |
public DefaultAuthenticationContext(AuthenticationType authenticationType)
public String getHttpChallengeScheme()
getHttpChallengeScheme in interface AuthenticationContextpublic String[] getHttpHeaders()
getHttpHeaders in interface AuthenticationContextpublic String[] getHttpQueryParameters()
getHttpQueryParameters in interface AuthenticationContextpublic String[] getHttpCookieNames()
getHttpCookieNames in interface AuthenticationContextpublic String getAuthorizationMode()
getAuthorizationMode in interface AuthenticationContextpublic String getSessionTimeout()
getSessionTimeout in interface AuthenticationContextpublic String getProperty(String name)
getProperty in interface AuthenticationContextCopyright © 2014–2016. All rights reserved.