Uses of Interface
org.infinispan.rest.authentication.Authenticator
-
Packages that use Authenticator Package Description org.infinispan.rest REST Server bootstrap and Netty bridge classes.org.infinispan.rest.authentication.impl -
-
Uses of Authenticator in org.infinispan.rest
Methods in org.infinispan.rest with parameters of type Authenticator Modifier and Type Method Description void
RestServer. setAuthenticator(Authenticator authenticator)
Sets Authentication mechanism. -
Uses of Authenticator in org.infinispan.rest.authentication.impl
Classes in org.infinispan.rest.authentication.impl that implement Authenticator Modifier and Type Class Description class
BasicAuthenticator
BASIC authentication mechanism.class
ClientCertAuthenticator
Client Certificate authentication mechanism.class
VoidAuthenticator
Accept all authentication mechanism.
-