Interface Authenticator
-
- All Known Implementing Classes:
BasicAuthenticator,ClientCertAuthenticator,VoidAuthenticator
public interface AuthenticatorAuthentication mechanism.- Author:
- Sebastian Ćaskawiec
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidchallenge(InfinispanRequest request)Challenges specificInfinispanRequestfor authentication.
-
-
-
Method Detail
-
challenge
void challenge(InfinispanRequest request) throws RestResponseException
Challenges specificInfinispanRequestfor authentication.- Parameters:
request- Request to be challenged.- Throws:
RestResponseException- Thrown on error.AuthenticationException- Thrown if authentication fails.
-
-