BEA Systems, Inc.

BEA WebLogic Server 9.0 API Reference


Uses of Class
weblogic.security.UsernameAndPassword

Packages that use UsernameAndPassword
weblogic.security   
weblogic.xml.crypto.wss   
 

Uses of UsernameAndPassword in weblogic.security
 

Methods in weblogic.security that return UsernameAndPassword
static UsernameAndPassword UserConfigFileManager.getUsernameAndPassword(String propertyName)
          This is a utility method that is used to simply get the username and password from one of a series of options.
static UsernameAndPassword UserConfigFileManager.getUsernameAndPassword(String configFile, String secretFile, String propertyName)
          Gets a UsernameAndPassword instance that contains the username and password values from the specified config file; property name is the left side of the property equation.
 

Methods in weblogic.security with parameters of type UsernameAndPassword
static void UserConfigFileManager.setUsernameAndPassword(UsernameAndPassword values, String propertyName)
           
static void UserConfigFileManager.setUsernameAndPassword(UsernameAndPassword values, String configFile, String secretFile, String propertyName)
           
 

Uses of UsernameAndPassword in weblogic.xml.crypto.wss
 

Constructors in weblogic.xml.crypto.wss with parameters of type UsernameAndPassword
UsernameTokenImpl(UsernameAndPassword usernameAndPwd, ContextHandler ctxHandler)
           
 


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs90
Copyright 2005 BEA Systems Inc.