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

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

Uses of UsernameCredential in com.spotfire.server.jaas
 

Methods in com.spotfire.server.jaas that return UsernameCredential
 UsernameCredential NamePasswordLoginModule.getUsernameCredential()
          Returns the UsernameCredential extracted from the input from the NameCallback.
 

Methods in com.spotfire.server.jaas with parameters of type UsernameCredential
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-2009 TIBCO Software Inc. All Rights Reserved.