| 
Oracle Fusion Middleware XML Security Java API Reference for Oracle Security Developer Tools 11g Release 1 (11.1.1) E10680-03  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface StorageAuthenticator
Classes implementing this interface perform authentication for access to specific key stores or locator services.
An adapter class StorageAuthAdapter is provided for the convenience of implementers.
| Method Summary | |
|---|---|
 void | 
getCredential()This method is implemented by subclasses to obtain the authentication credentials from the system or user.  | 
 void | 
getCredential(java.lang.String prompt)This method is implemented by subclasses to obtain the authentication credentials from the system or user.  | 
 java.lang.String | 
getPassword()Returns the password.  | 
 java.lang.String | 
getUsername()Returns the username.  | 
| Method Detail | 
|---|
void getCredential()
                   throws StorageAuthenticationException
StorageAuthenticationException
void getCredential(java.lang.String prompt)
                   throws StorageAuthenticationException
prompt - A string prompt for user interaction.StorageAuthenticationException
java.lang.String getUsername()
                             throws StorageAuthenticationException
StorageAuthenticationException
java.lang.String getPassword()
                             throws StorageAuthenticationException
StorageAuthenticationException
  | 
Oracle Fusion Middleware XML Security Java API Reference for Oracle Security Developer Tools 11g Release 1 (11.1.1) E10680-03  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||