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