Uses of Interface
com.spotfire.server.jaas.PasswordCredential
Packages that use PasswordCredential
Package
Description
Package containing API for creating a JAAS module for authentication.
-
Uses of PasswordCredential in com.spotfire.server.jaas
Methods in com.spotfire.server.jaas that return PasswordCredentialModifier and TypeMethodDescriptionfinal PasswordCredentialNamePasswordLoginModule.getPasswordCredential()Returns thePasswordCredentialextracted from the input from thePasswordCallback.Methods in com.spotfire.server.jaas with parameters of type PasswordCredentialModifier and TypeMethodDescriptionabstract booleanNamePasswordLoginModule.authenticate(UsernameCredential username, PasswordCredential password) This abstractauthenticatemethod is responsible for validating username-password combinations and must be implemented by all concrete subclasses.