Uses of Interface
com.spotfire.server.jaas.Credential

Packages that use Credential
com.spotfire.server.jaas Package containing API for creating a JAAS module for authentication. 
 

Uses of Credential in com.spotfire.server.jaas
 

Subinterfaces of Credential in com.spotfire.server.jaas
 interface PasswordCredential
          An interface for credential classes with password properties.
 interface UsernameCredential
          An interface for credential classes with username properties.
 

Methods in com.spotfire.server.jaas that return Credential
protected  Credential[] NamePasswordLoginModule.extractCredentials(Callback[] callbacks)
          Extracts the username and password from the given Callback array and then creates the UsernameCredential and PasswordCredential objects.
 

Methods in com.spotfire.server.jaas with parameters of type Credential
protected  boolean NamePasswordLoginModule.authenticate(Credential[] credentials)
          An implementation of the authenticate method in the AbstractLoginModule class that delegates the actual authentication work to the abstract authenticate method that takes one UsernameCredential and one PasswordCredential argument.
 



Copyright © 2000-2009 TIBCO Software Inc. All Rights Reserved.