public interface HttpAuthenticateContext<S,C,D extends Enum<D>>
Modifier and Type | Method and Description |
---|---|
ServerHttpConnection |
getConnection()
Obtains the
ServerHttpConnection to be secured. |
C |
getCredentials()
Obtains the credentials.
|
Object |
getObject(D key)
Obtains a dependency.
|
HttpSession |
getSession()
Obtains the
HttpSession . |
void |
setHttpSecurity(S security)
Specifies the HTTP security.
|
C getCredentials()
null
if no credentials are
available.ServerHttpConnection getConnection()
ServerHttpConnection
to be secured.ServerHttpConnection
.HttpSession getSession()
HttpSession
.HttpSession
.Object getObject(D key)
key
- Key for the dependency.void setHttpSecurity(S security)
security
- HTTP security.Copyright © 2005–2016. All rights reserved.