java.io.Serializable, java.security.Principal, IDCSScope, IdentityDomainPrincipal, OAuthScope, WLSPrincipalpublic final class IDCSScopeImpl extends WLSAbstractPrincipal implements IDCSScope
IDCSScopeImpl is a convenience class that implements a IDCSScope
 principal whose name and identity domain 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.
IDCSScope, 
WLSAbstractPrincipal, 
Serialized FormprincipalFactoryCreated| Modifier and Type | Method | Description | 
|---|---|---|
| boolean | equals(java.lang.Object another) | Compares this principal to the principal in the specified object. | 
getIdentityDomaingetNameclone, 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.