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.configuration REST Server Configuration API -
-
Uses of Authenticator in org.infinispan.rest
Constructors in org.infinispan.rest with parameters of type Authenticator Constructor Description AuthenticationHandler(Authenticator authenticator) -
Uses of Authenticator in org.infinispan.rest.configuration
Fields in org.infinispan.rest.configuration with type parameters of type Authenticator Modifier and Type Field Description static AttributeDefinition<Authenticator>AuthenticationConfiguration. AUTHENTICATORMethods 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)
-