Skip navigation links

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


weblogic.security.principal
Class WLSUserImpl

java.lang.Object
  extended by weblogic.security.principal.WLSAbstractPrincipal
      extended by weblogic.security.principal.WLSUserImpl

All Implemented Interfaces:
Serializable, Principal, IdentityDomainPrincipal, 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 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.

See Also:
Serialized Form

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

equals

public boolean equals(Object another)
Compares this principal to the principal in the specified object.
Specified by:
equals in interface Principal
Overrides:
equals in class WLSAbstractPrincipal
Parameters:
another - the other principal with which to compare this principal.
Returns:
TRUE if the principal passed in matches the principal passed in, and FALSE otherwise.

Skip navigation links

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