Inheritance diagram for sfi.director.util.Credentials:

Public Member Functions | |
| Credentials () | |
| void | invalidate () |
| void | setEntity (String entity) |
| String | getEntity () |
| void | setPrincipalPrompt (String prompt) |
| void | setPasswordPrompt (String prompt) |
| void | setDefaultPrincipal (String login) |
| void | askUser () throws DirectorException |
| prompt the user for a principal and password | |
| String | getPrincipal () throws DirectorException |
| get the principal ("Login") used for authentication. | |
| String | getPassword () throws DirectorException |
| get the password used for authentication | |
| boolean | isCancelled () |
| determine if authentication has been cancelled | |
Static Public Member Functions | |
| static void | setMethod (Credentials cred) |
| static Credentials | getCredentials (String entity) throws DirectorException |
Protected Member Functions | |
| void | fileCredentials () |
| String | findAuth (String principal) |
Protected Attributes | |
| String | principalPrompt = "Login" |
| String | passwordPrompt = "Password" |
| String | principal |
| String | password |
| String | entity |
| boolean | cancelled = false |
| boolean | file_tried = false |
Static Package Attributes | |
| static Hashtable | credentials = new Hashtable() |
| static Class | credentialClass = new Credentials().getClass() |
| static Object | saveme = Tools.saveOurClass( new Credentials() ) |
|
|
|
|
|
prompt the user for a principal and password
Reimplemented in sfi.director.application.FrontendCredentials. |
|
|
Reimplemented in sfi.director.util.KnownCredentials. |
|
|
|
|
|
|
|
|
|
|
|
get the password used for authentication
|
|
|
get the principal ("Login") used for authentication.
|
|
|
|
|
|
determine if authentication has been cancelled
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.5