Uses of Record Class
com.loomcache.common.config.AuthConfig.LoginModuleConfig
Packages that use AuthConfig.LoginModuleConfig
-
Uses of AuthConfig.LoginModuleConfig in com.loomcache.common.config
Methods in com.loomcache.common.config that return types with arguments of type AuthConfig.LoginModuleConfigModifier and TypeMethodDescriptionAuthConfig.JaasConfig.loginModules()Returns the value of theloginModulesrecord component.Constructor parameters in com.loomcache.common.config with type arguments of type AuthConfig.LoginModuleConfigModifierConstructorDescriptionJaasConfig(boolean enabled, String loginContextName, List<AuthConfig.LoginModuleConfig> loginModules, Set<String> rolePrincipalClassNames) Creates an instance of aJaasConfigrecord class.