Uses of Enum Class
com.loomcache.common.config.AuthConfig.LoginModuleControlFlag
Packages that use AuthConfig.LoginModuleControlFlag
-
Uses of AuthConfig.LoginModuleControlFlag in com.loomcache.common.config
Subclasses with type arguments of type AuthConfig.LoginModuleControlFlag in com.loomcache.common.configMethods in com.loomcache.common.config that return AuthConfig.LoginModuleControlFlagModifier and TypeMethodDescriptionAuthConfig.KerberosConfig.controlFlag()Returns the value of thecontrolFlagrecord component.AuthConfig.LdapConfig.controlFlag()Returns the value of thecontrolFlagrecord component.AuthConfig.LoginModuleConfig.controlFlag()Returns the value of thecontrolFlagrecord component.Returns the enum constant of this class with the specified name.static AuthConfig.LoginModuleControlFlag[]AuthConfig.LoginModuleControlFlag.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.loomcache.common.config with parameters of type AuthConfig.LoginModuleControlFlagModifier and TypeMethodDescriptionAuthConfig.Builder.addJaasLoginModule(String className, AuthConfig.LoginModuleControlFlag controlFlag, Map<String, String> options) AuthConfig.Builder.kerberosControlFlag(AuthConfig.LoginModuleControlFlag controlFlag) AuthConfig.Builder.ldapControlFlag(AuthConfig.LoginModuleControlFlag controlFlag) Constructors in com.loomcache.common.config with parameters of type AuthConfig.LoginModuleControlFlagModifierConstructorDescriptionKerberosConfig(boolean enabled, String loginModuleClassName, @Nullable String principal, @Nullable String keyTab, boolean useKeyTab, boolean storeKey, boolean useTicketCache, @Nullable String ticketCache, boolean renewTgt, boolean doNotPrompt, boolean isInitiator, boolean refreshKrb5Config, boolean debug, AuthConfig.LoginModuleControlFlag controlFlag, Map<String, String> options) Creates an instance of aKerberosConfigrecord class.LdapConfig(boolean enabled, String userProvider, @Nullable String authIdentity, @Nullable String userFilter, @Nullable String authzIdentity, boolean useSsl, AuthConfig.LoginModuleControlFlag controlFlag, Map<String, String> options) Creates an instance of aLdapConfigrecord class.LoginModuleConfig(String className, AuthConfig.LoginModuleControlFlag controlFlag, Map<String, String> options) Creates an instance of aLoginModuleConfigrecord class.