java.io.Serializable
, java.security.Principal
, IDCSClient
, IdentityDomainPrincipal
, OAuthClient
, WLSPrincipal
public 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.
|
getName
getIdentityDomain
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getDn, getGuid, getName, getSalt, getSignature, getSignedData, hashCode, isEqualsCaseInsensitive, isEqualsCompareDnAndGuid, isPrincipalFactoryCreated, setDn, setEqualsCaseInsensitive, setEqualsCompareDnAndGuid, setGuid, setIdentityDomain, setName, setSalt, setSignature, toString
public boolean equals(java.lang.Object another)
WLSAbstractPrincipal
equals
in interface java.security.Principal
equals
in class WLSAbstractPrincipal
another
- 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()
OAuthClient
getId
in interface OAuthClient