@Generated(value="OracleSDKGenerator", comments="API Version: v1") public final class CredentialAuthenticatorInfo extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
CredentialAuthenticatorInfo.Builder
. This model
distinguishes fields that are null
because they are unset from fields that are explicitly
set to null
. This is done in the setter methods of the CredentialAuthenticatorInfo.Builder
, which maintain a
set of all explicitly set fields called CredentialAuthenticatorInfo.Builder.__explicitlySet__
. The hashCode()
and equals(Object)
methods are implemented to take the explicitly set
fields into account. The constructor, on the other hand, does not take the explicitly set fields
into account (since the constructor cannot distinguish explicit null
from unset null
).Modifier and Type | Class and Description |
---|---|
static class |
CredentialAuthenticatorInfo.Builder |
EXPLICITLY_SET_FILTER_NAME, EXPLICITLY_SET_PROPERTY_NAME
Constructor and Description |
---|
CredentialAuthenticatorInfo(String rawCredential,
String userId,
String tenantId,
String userName,
String tenantName,
String credentialIdentifier,
List<String> credentialList,
String service,
String clientId)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static CredentialAuthenticatorInfo.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
String |
getClientId()
The id of the client.
|
String |
getCredentialIdentifier()
The credential identifier.
|
List<String> |
getCredentialList()
The credential list.
|
String |
getRawCredential()
The raw credential.
|
String |
getService()
The name of the service that is making this authorization request.
|
String |
getTenantId()
The id of the tenant.
|
String |
getTenantName()
The name of the tenant.
|
String |
getUserId()
The id of the user.
|
String |
getUserName()
The name of the user.
|
int |
hashCode() |
CredentialAuthenticatorInfo.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated @ConstructorProperties(value={"rawCredential","userId","tenantId","userName","tenantName","credentialIdentifier","credentialList","service","clientId"}) public CredentialAuthenticatorInfo(String rawCredential, String userId, String tenantId, String userName, String tenantName, String credentialIdentifier, List<String> credentialList, String service, String clientId)
public static CredentialAuthenticatorInfo.Builder builder()
Create a new builder.
public CredentialAuthenticatorInfo.Builder toBuilder()
public String getRawCredential()
The raw credential.
public String getUserId()
The id of the user.
public String getTenantId()
The id of the tenant.
public String getUserName()
The name of the user.
public String getTenantName()
The name of the tenant.
public String getCredentialIdentifier()
The credential identifier.
public String getService()
The name of the service that is making this authorization request.
public String getClientId()
The id of the client.
public String toString()
toString
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.
includeByteArrayContents
- true to include the full contents of byte arrayspublic boolean equals(Object o)
equals
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
public int hashCode()
hashCode
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
Copyright © 2016–2024. All rights reserved.