|
BEA Systems, Inc. | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweblogic.xml.security.UserInfo
UserInfo is used to return user information from Security elements in of Secure SOAP elements. These typically include a username and some authenticating information, either a plain text password or a password digest. In the case of password digests, the UserInfo object will also allow you to verify the digest.
Constructor Summary | |
UserInfo(String username)
Deprecated. Creates a UserInfo with the username provide.d |
|
UserInfo(String username,
byte[] digest,
String nonce,
String created)
Deprecated. Creates a UserInfo with the username, password digest, and digest components. |
|
UserInfo(String username,
String password)
Deprecated. Creates a UserInfo with the username and password provided. |
Method Summary | |
String |
getPassword()
Deprecated. Returns the password string, if available. |
byte[] |
getPasswordDigest()
Deprecated. returns the password digest, if availalble. |
String |
getUsername()
Deprecated. |
boolean |
verifyPassword(String password)
Deprecated. Verifies this UserInfo's password matches the provided password. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public UserInfo(String username)
public UserInfo(String username, byte[] digest, String nonce, String created)
public UserInfo(String username, String password)
Method Detail |
public String getPassword()
public byte[] getPasswordDigest()
public String getUsername()
public boolean verifyPassword(String password) throws NoSuchAlgorithmException
password
-
NoSuchAlgorithmException
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs90 Copyright 2005 BEA Systems Inc. |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |