Package | Description |
---|---|
com.spotfire.server.jaas |
Package containing API for creating a JAAS module for authentication.
|
Modifier and Type | Method and Description |
---|---|
UsernameCredential |
NamePasswordLoginModule.getUsernameCredential()
Returns the
UsernameCredential extracted from the input from
the NameCallback . |
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.