BEA Systems, Inc.

BEA WebLogic Server 9.0 API Reference


weblogic.security.principal
Class WLSUserImpl

java.lang.Object
  extended byweblogic.security.principal.WLSAbstractPrincipal
      extended byweblogic.security.principal.WLSUserImpl
All Implemented Interfaces:
Principal, Serializable, WLSPrincipal, WLSUser

public final class WLSUserImpl
extends WLSAbstractPrincipal
implements WLSUser

The WLSUserImpl is a convenience class that implements a WLSUser principal whose name field will be signed by the 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.

See Also:
Serialized Form
Copyright © 2005 BEA Systems, Inc. All Rights Reserved.

Constructor Summary
WLSUserImpl(String userName)
          Constructs a principal that represents a WebLogic Server user.
 
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
 
Methods inherited from interface java.security.Principal
equals, getName, hashCode, toString
 

Constructor Detail

WLSUserImpl

public WLSUserImpl(String userName)
Constructs a principal that represents a WebLogic Server user.


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