Interface FunctionAuthenticateContext<AC extends Serializable,C>
- All Superinterfaces:
AccessControlListener<AC>
public interface FunctionAuthenticateContext<AC extends Serializable,C>
extends AccessControlListener<AC>
ManagedFunction authentication context.- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionObtains theServerHttpConnectionto be secured.Obtains the credentials.Obtains theHttpRequestState.Obtains theHttpSession.Methods inherited from interface net.officefloor.web.spi.security.AccessControlListener
accessControlChange
-
Method Details
-
getCredentials
C getCredentials()Obtains the credentials.- Returns:
- Credentials. May be
nullif no credentials are available.
-
getConnection
ServerHttpConnection getConnection()Obtains theServerHttpConnectionto be secured.- Returns:
ServerHttpConnection.
-
getSession
HttpSession getSession()Obtains theHttpSession.- Returns:
HttpSession.
-
getRequestState
HttpRequestState getRequestState()Obtains theHttpRequestState.- Returns:
HttpRequestState.
-