Uses of Enum Class
net.bluemind.authentication.api.ValidationKind
Packages that use ValidationKind
-
Uses of ValidationKind in net.bluemind.authentication.api
Methods in net.bluemind.authentication.api that return ValidationKindModifier and TypeMethodDescriptionValidate credentialstatic ValidationKind
Returns the enum constant of this class with the specified name.static ValidationKind[]
ValidationKind.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.bluemind.authentication.api that return types with arguments of type ValidationKindModifier and TypeMethodDescriptionMethod parameters in net.bluemind.authentication.api with type arguments of type ValidationKindModifier and TypeMethodDescriptionvoid
IAuthenticationAsync.validate
(String login, String password, String origin, AsyncHandler<ValidationKind> handler)