|
Oracle Fusion Middleware Java API Reference for Oracle WebLogic Server 12c (12.2.1) Part Number E55141-01 P4 Change 1723563 on 2015/10/09 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
weblogic.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 |
| 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, setIdentityDomain, 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, implies, toString |
| Methods inherited from interface weblogic.security.principal.IdentityDomainPrincipal |
|---|
getIdentityDomain |
| 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, 2015, 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 Java API Reference for Oracle WebLogic Server 12c (12.2.1) Part Number E55141-01 P4 Change 1723563 on 2015/10/09 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||