| 
 | Oracle Fusion Middleware Oracle WebLogic Server API Reference 11g Release 1 (10.3.3) Part Number E13941-03 | ||||||||||
| 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.
| Field Summary | 
|---|
| Fields inherited from class weblogic.security.principal.WLSAbstractPrincipal | 
|---|
| principalFactoryCreated | 
| Constructor Summary | |
|---|---|
| WLSUserImpl(String userName)Constructs a principal that represents a WebLogic Server user. | |
| Method Summary | |
|---|---|
|  boolean | equals(Object another)Compares this principal to the principal in the specified object. | 
| Methods inherited from class weblogic.security.principal.WLSAbstractPrincipal | 
|---|
| getDn, getGuid, getName, getSalt, getSignature, getSignedData, hashCode, isEqualsCaseInsensitive, isEqualsCompareDnAndGuid, isPrincipalFactoryCreated, setDn, setEqualsCaseInsensitive, setEqualsCompareDnAndGuid, setGuid, 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 | 
|---|
| getName, hashCode, toString | 
| Constructor Detail | 
|---|
public WLSUserImpl(String userName)
userName - the name of the user, represented as a String.| Method Detail | 
|---|
public boolean equals(Object another)
equals in interface 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.| 
 | Copyright 1996, 2010, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Oracle Fusion Middleware Oracle WebLogic Server 10.3.3 API Reference 11g Release 1 (10.3.3) Part Number E13941-03 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||