Class CredentialAuthenticatorInfo
- java.lang.Object
-
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
- com.oracle.bmc.identitydataplane.model.CredentialAuthenticatorInfo
-
@Generated(value="OracleSDKGenerator", comments="API Version: v1") public final class CredentialAuthenticatorInfo extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
Note: Objects should always be created or deserialized using theCredentialAuthenticatorInfo.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 calledCredentialAuthenticatorInfo.Builder.__explicitlySet__
. ThehashCode()
andequals(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).
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CredentialAuthenticatorInfo.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Constructor Detail
-
CredentialAuthenticatorInfo
@Deprecated @ConstructorProperties({"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)
Deprecated.
-
-
Method Detail
-
builder
public static CredentialAuthenticatorInfo.Builder builder()
Create a new builder.
-
toBuilder
public CredentialAuthenticatorInfo.Builder toBuilder()
-
getRawCredential
public String getRawCredential()
The raw credential.- Returns:
- the value
-
getUserId
public String getUserId()
The id of the user.- Returns:
- the value
-
getTenantId
public String getTenantId()
The id of the tenant.- Returns:
- the value
-
getUserName
public String getUserName()
The name of the user.- Returns:
- the value
-
getTenantName
public String getTenantName()
The name of the tenant.- Returns:
- the value
-
getCredentialIdentifier
public String getCredentialIdentifier()
The credential identifier.- Returns:
- the value
-
getService
public String getService()
The name of the service that is making this authorization request.- Returns:
- the value
-
getClientId
public String getClientId()
The id of the client.- Returns:
- the value
-
toString
public String toString()
- Overrides:
toString
in classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
toString
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.- Parameters:
includeByteArrayContents
- true to include the full contents of byte arrays- Returns:
- string representation
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
-