Package | Description |
---|---|
com.spotfire.server.jaas |
Package containing API for creating a JAAS module for authentication.
|
Modifier and Type | Method and Description |
---|---|
PasswordCredential |
NamePasswordLoginModule.getPasswordCredential()
Returns the
PasswordCredential extracted from the input from
the PasswordCallback . |
Modifier and Type | Method and Description |
---|---|
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. |
Copyright © 2000-2020 TIBCO Software Inc. All Rights Reserved.