Uses of Class
com.loomcache.common.config.AuthConfig
Packages that use AuthConfig
Package
Description
-
Uses of AuthConfig in com.loomcache.common.config
Methods in com.loomcache.common.config that return AuthConfigModifier and TypeMethodDescriptionClusterConfig.authConfig()AuthConfig.Builder.build()Build the AuthConfig instance.static AuthConfigAuthConfig.disabled()Methods in com.loomcache.common.config with parameters of type AuthConfig -
Uses of AuthConfig in com.loomcache.server.config
Methods in com.loomcache.server.config that return AuthConfigMethods in com.loomcache.server.config with parameters of type AuthConfig -
Uses of AuthConfig in com.loomcache.server.security
Constructors in com.loomcache.server.security with parameters of type AuthConfigModifierConstructorDescriptionAuthenticationHandler(@Nullable AuthConfig config) Create an AuthenticationHandler with the given configuration.AuthenticationHandler(@Nullable AuthConfig config, Set<String> trustedGatewayAddresses, long sessionTimeoutMs) Create an AuthenticationHandler with gateway trust verification and session timeout.AuthenticationHandler(@Nullable AuthConfig config, Set<String> trustedGatewayAddresses, long sessionTimeoutMs, @Nullable CertPermissionMapper certMapper) Create an AuthenticationHandler with gateway trust, session timeout, and optional cert mapper.