java.io.Serializable, java.security.Principal, IdentityDomainPrincipal, WLSPrincipal, WLSUserpublic final class WLSUserImpl extends WLSAbstractPrincipal implements WLSUser
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.
principalFactoryCreated| Modifier and Type | Method | Description | 
|---|---|---|
| boolean | equals(java.lang.Object another) | Compares this principal to the principal in the specified object. | 
clone, finalize, getClass, notify, notifyAll, wait, wait, waitgetDn, getGuid, getName, getSalt, getSignature, getSignedData, hashCode, isEqualsCaseInsensitive, isEqualsCompareDnAndGuid, isPrincipalFactoryCreated, setDn, setEqualsCaseInsensitive, setEqualsCompareDnAndGuid, setGuid, setIdentityDomain, setName, setSalt, setSignature, toStringpublic boolean equals(java.lang.Object another)
equals in interface java.security.Principalequals in class WLSAbstractPrincipalanother - the other principal with which to compare this principal.TRUE if the principal passed in matches the principal 
                  passed in, and FALSE otherwise.