Class HttpAuthenticationScheme
java.lang.Object
net.officefloor.web.security.scheme.HttpAuthenticationScheme
Wraps the
HttpRequest to obtain the HTTP authentication scheme
information.- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionObtains the HTTP authentication scheme.static HttpAuthenticationSchemegetHttpAuthenticationScheme(HttpRequest request) Obtains the parameters.
-
Method Details
-
getHttpAuthenticationScheme
- Parameters:
request-HttpRequest.- Returns:
HttpAuthenticationSchemeornullif not available onHttpRequest.
-
getAuthentiationScheme
Obtains the HTTP authentication scheme.- Returns:
- HTTP authentication scheme.
-
getParameters
Obtains the parameters.- Returns:
- Parameters or
nullif no parameters.
-