Oracle Security Developer Tools Web Services Security Java API Reference
10g (10.1.4.0.1)

B28177-01


oracle.security.xmlsec.wss.username
Interface PasswordRetriever


public interface PasswordRetriever

Classes implementing this interface are used to retrieve passwords.


Method Summary
 char[] getPassword(java.lang.String userName)
          Returns the password for the supplied userName.
 void login()
          Perform the necessary authentication and initialization.
 void logout()
          Destroy and reclaim all resources.

 

Method Detail

login

public void login()
           throws PasswordRetrievalException
Perform the necessary authentication and initialization.
Throws:
PasswordRetrievalException

getPassword

public char[] getPassword(java.lang.String userName)
                   throws PasswordRetrievalException
Returns the password for the supplied userName.
Parameters:
userName -
Returns:
The raw password bytes.
Throws:
PasswordRetrievalException

logout

public void logout()
Destroy and reclaim all resources.

Oracle Security Developer Tools Web Services Security Java API Reference
10g (10.1.4.0.1)

B28177-01


Copyright © 2005, 2006 , Oracle. All rights reserved.