Uses of Enum Class
net.mingsoft.basic.realm.CustomUserNamePasswordToken.AuthType
Packages that use CustomUserNamePasswordToken.AuthType
-
Uses of CustomUserNamePasswordToken.AuthType in net.mingsoft.basic.realm
Methods in net.mingsoft.basic.realm that return CustomUserNamePasswordToken.AuthTypeModifier and TypeMethodDescriptionCustomUserNamePasswordToken.getAuthType()Returns the enum constant of this class with the specified name.static CustomUserNamePasswordToken.AuthType[]CustomUserNamePasswordToken.AuthType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.mingsoft.basic.realm with parameters of type CustomUserNamePasswordToken.AuthTypeModifierConstructorDescriptionCustomUserNamePasswordToken(String username, String password, boolean rememberMe, CustomUserNamePasswordToken.AuthType type) CustomUserNamePasswordToken(String username, String password, CustomUserNamePasswordToken.AuthType type)