|
Oracle Security Developer Tools XML Security Java API Reference 10g Release 3 (10.1.3) B25383-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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 |
public void getCredential()
throws StorageAuthenticationException
StorageAuthenticationException
public void getCredential(java.lang.String prompt)
throws StorageAuthenticationException
prompt - A string prompt for user interaction.StorageAuthenticationException
public java.lang.String getUsername()
throws StorageAuthenticationException
StorageAuthenticationException
public java.lang.String getPassword()
throws StorageAuthenticationException
StorageAuthenticationException
|
Oracle Security Developer Tools XML Security Java API Reference 10g Release 3 (10.1.3) B25383-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||