Uses of Enum Class
net.bluemind.authentication.api.ValidationKind
Packages that use ValidationKind
-
Uses of ValidationKind in net.bluemind.authentication.api
Subclasses with type arguments of type ValidationKind in net.bluemind.authentication.apiMethods in net.bluemind.authentication.api that return ValidationKindModifier and TypeMethodDescriptionValidate credentialIInternalAuthentication.validateCredentials(String login, String origin, String password) Validate credential, always accept plain passwordstatic ValidationKindReturns 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 TypeMethodDescriptionIInternalAuthenticationPromise.validateCredentials(String login, String origin, String password) Method parameters in net.bluemind.authentication.api with type arguments of type ValidationKindModifier and TypeMethodDescriptionvoidIAuthenticationAsync.validate(String login, String password, String origin, AsyncHandler<ValidationKind> handler) voidIInternalAuthenticationAsync.validate(String login, String password, String origin, AsyncHandler<ValidationKind> handler) voidIInternalAuthenticationAsync.validateCredentials(String login, String origin, String password, AsyncHandler<ValidationKind> handler)