|
BEA Systems, Inc. | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweblogic.security.principal.WLSAbstractPrincipal
weblogic.security.principal.WLSUserImpl
public final class WLSUserImpl
The WLSUserImpl
is a convenience class that implements a WLSUser
principal whose name field will be signed by the
weblogic.security.provider.PrincipalValidatorImpl
class. To use
this class, you should make the PrincipalValidatorImpl
class
the runtime class for your Principal Validation provider, or extend that class
and make the extended class your Principal Validation provider.
Note: Use of this class is not required by WebLogic Server. It is simply a convenience class.
Constructor Summary | |
---|---|
WLSUserImpl(String userName)
Constructs a principal that represents a WebLogic Server user. |
Method Summary |
---|
Methods inherited from class weblogic.security.principal.WLSAbstractPrincipal |
---|
equals, getName, getSalt, getSignature, getSignedData, hashCode, setName, setSalt, setSignature, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public WLSUserImpl(String userName)
userName
- the name of the user, represented as a String.
|
Because this information documents a Tech Preview of a BEA product, it may be incomplete and is subject to change. Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/essex/TechPreview Copyright 2007 BEA Systems Inc. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |