Class ClientCertAuthenticator
- java.lang.Object
-
- org.infinispan.rest.authentication.impl.ClientCertAuthenticator
-
- All Implemented Interfaces:
Authenticator
public class ClientCertAuthenticator extends Object implements Authenticator
Client Certificate authentication mechanism.- Author:
- Tristan Tarrant, Sebastian Ćaskawiec
-
-
Constructor Summary
Constructors Constructor Description ClientCertAuthenticator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
challenge(InfinispanRequest request)
Challenges specificInfinispanRequest
for authentication.
-
-
-
Method Detail
-
challenge
public void challenge(InfinispanRequest request) throws RestResponseException
Description copied from interface:Authenticator
Challenges specificInfinispanRequest
for authentication.- Specified by:
challenge
in interfaceAuthenticator
- Parameters:
request
- Request to be challenged.- Throws:
RestResponseException
- Thrown on error.AuthenticationException
- Thrown if authentication fails.
-
-