public interface HttpAuthentication<S,C>
Modifier and Type | Method and Description |
---|---|
void |
authenticate(HttpAuthenticateRequest<C> authenticationRequest)
Undertakes authentication.
|
S |
getHttpSecurity()
Obtains the HTTP security.
|
void |
logout(HttpLogoutRequest logoutRequest)
Undertakes logging out.
|
void authenticate(HttpAuthenticateRequest<C> authenticationRequest)
authenticationRequest
- HttpAuthenticateRequest
.S getHttpSecurity() throws IOException
null
if not authenticated.IOException
- If authentication has been attempted but there were failures
communicating to necessary security services.void logout(HttpLogoutRequest logoutRequest)
logoutRequest
- HttpLogoutRequest
.Copyright © 2005–2016. All rights reserved.