Uses of Class
com.loomcache.server.security.CertPermissionMapper
Packages that use CertPermissionMapper
-
Uses of CertPermissionMapper in com.loomcache.server.security
Constructors in com.loomcache.server.security with parameters of type CertPermissionMapperModifierConstructorDescriptionAuthenticationHandler(@Nullable AuthConfig config, Set<String> trustedGatewayAddresses, long sessionTimeoutMs, @Nullable CertPermissionMapper certMapper) Create an AuthenticationHandler with gateway trust, session timeout, and optional cert mapper. -
Uses of CertPermissionMapper in com.loomcache.springboot.config
Methods in com.loomcache.springboot.config that return CertPermissionMapperModifier and TypeMethodDescriptionSecurityConfig.defaultCertPermissionMapper(LoomProperties properties) Constructor parameters in com.loomcache.springboot.config with type arguments of type CertPermissionMapperModifierConstructorDescriptionSecurityConfig(org.springframework.beans.factory.ObjectProvider<CertPermissionMapper> certPermissionMapperProvider)