|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PasswordCredential | |
|---|---|
| com.spotfire.server.jaas | 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 PasswordCredential | |
|---|---|
PasswordCredential |
NamePasswordLoginModule.getPasswordCredential()
Returns the PasswordCredential extracted from the
input from the PasswordCallback. |
| Methods in com.spotfire.server.jaas with parameters of type PasswordCredential | |
|---|---|
abstract boolean |
NamePasswordLoginModule.authenticate(UsernameCredential username,
PasswordCredential password)
This abstract authenticate method is responsible for
validating username-password combinations and must be implemented
by all concrete subclasses. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||