java.io.Serializable, java.security.Principal, IDCSClient, IdentityDomainPrincipal, OAuthClient, WLSPrincipalpublic final class IDCSClientImpl extends WLSAbstractPrincipal implements IDCSClient
IDCSClientImpl is a convenience class that
 is a Java Principal which
 implements IDCSClient and represents instances of an
 Oracle Identity Cloud Service client in the Java Subject.
 Note: Use of this class is not required by WebLogic Server. It is simply a convenience class.
IDCSClient, 
WLSAbstractPrincipal, 
Serialized FormprincipalFactoryCreated| Modifier and Type | Method | Description | 
|---|---|---|
boolean | 
equals(java.lang.Object another) | 
 Compares this principal to the principal in the specified object. 
 | 
java.lang.String | 
getId() | 
 Gets the OAuth client identifier. 
 | 
getNamegetIdentityDomainclone, 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)
WLSAbstractPrincipalequals 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.public java.lang.String getId()
OAuthClientgetId in interface OAuthClient