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 voidchallenge(InfinispanRequest request)Challenges specificInfinispanRequestfor authentication.
-
-
-
Method Detail
-
challenge
public void challenge(InfinispanRequest request) throws RestResponseException
Description copied from interface:AuthenticatorChallenges specificInfinispanRequestfor authentication.- Specified by:
challengein interfaceAuthenticator- Parameters:
request- Request to be challenged.- Throws:
RestResponseException- Thrown on error.AuthenticationException- Thrown if authentication fails.
-
-