Uses of Class
org.wildfly.clustering.tomcat.catalina.authenticator.AuthenticationType
-
Packages that use AuthenticationType Package Description org.wildfly.clustering.tomcat.catalina.authenticator -
-
Uses of AuthenticationType in org.wildfly.clustering.tomcat.catalina.authenticator
Methods in org.wildfly.clustering.tomcat.catalina.authenticator that return AuthenticationType Modifier and Type Method Description AuthenticationTypeCredentials. getAuthenticationType()static AuthenticationTypeAuthenticationType. valueOf(String name)Returns the enum constant of this type with the specified name.static AuthenticationType[]AuthenticationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.wildfly.clustering.tomcat.catalina.authenticator with parameters of type AuthenticationType Modifier and Type Method Description voidCredentials. setAuthenticationType(AuthenticationType authType)
-