public interface HttpRatifyContext<S,C>
Modifier and Type | Method and Description |
---|---|
ServerHttpConnection |
getConnection()
Obtains the
ServerHttpConnection to be secured. |
C |
getCredentials()
Obtains the credentials.
|
HttpSession |
getSession()
Obtains the
HttpSession . |
void |
setHttpSecurity(S security)
Allows to optionally specify the HTTP security.
|
C getCredentials()
null
if no credentials are
available.ServerHttpConnection getConnection()
ServerHttpConnection
to be secured.ServerHttpConnection
.HttpSession getSession()
HttpSession
.HttpSession
.void setHttpSecurity(S security)
Allows to optionally specify the HTTP security.
Typically this is because the HTTP security has been cached in the
HttpSession
from a previous authentication.
security
- HTTP security.Copyright © 2005–2016. All rights reserved.