Uses of Class
org.smallmind.nutsnbolts.email.AuthType
-
Packages that use AuthType Package Description org.smallmind.nutsnbolts.email -
-
Uses of AuthType in org.smallmind.nutsnbolts.email
Methods in org.smallmind.nutsnbolts.email that return AuthType Modifier and Type Method Description static AuthTypeAuthType. valueOf(String name)Returns the enum constant of this type with the specified name.static AuthType[]AuthType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.smallmind.nutsnbolts.email with parameters of type AuthType Modifier and Type Method Description voidAuthentication. setType(AuthType type)
-