Uses of Interface
org.infinispan.rest.authentication.Authenticator
-
Packages that use Authenticator Package Description org.infinispan.rest.authentication.impl org.infinispan.rest.configuration REST Server Configuration API -
-
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. -
Uses of Authenticator in org.infinispan.rest.configuration
Methods in org.infinispan.rest.configuration that return Authenticator Modifier and Type Method Description AuthenticatorAuthenticationConfiguration. authenticator()Methods in org.infinispan.rest.configuration with parameters of type Authenticator Modifier and Type Method Description AuthenticationConfigurationBuilderAuthenticationConfigurationBuilder. authenticator(Authenticator authenticator)
-