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 voidRestServer. 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 classBasicAuthenticatorBASIC authentication mechanism.classClientCertAuthenticatorClient Certificate authentication mechanism.classVoidAuthenticatorAccept all authentication mechanism.
-