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 SummaryNested Classes Modifier and Type Class Description static classCredentialAuthenticatorInfo.Builder
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CredentialAuthenticatorInfo.Builderbuilder()Create a new builder.booleanequals(Object o)StringgetClientId()The id of the client.StringgetCredentialIdentifier()The credential identifier.List<String>getCredentialList()The credential list.StringgetRawCredential()The raw credential.StringgetService()The name of the service that is making this authorization request.StringgetTenantId()The id of the tenant.StringgetTenantName()The name of the tenant.StringgetUserId()The id of the user.StringgetUserName()The name of the user.inthashCode()CredentialAuthenticatorInfo.BuildertoBuilder()StringtoString()StringtoString(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- 
builderpublic static CredentialAuthenticatorInfo.Builder builder() Create a new builder.
 - 
toBuilderpublic CredentialAuthenticatorInfo.Builder toBuilder() 
 - 
getRawCredentialpublic String getRawCredential() The raw credential.- Returns:
- the value
 
 - 
getUserIdpublic String getUserId() The id of the user.- Returns:
- the value
 
 - 
getTenantIdpublic String getTenantId() The id of the tenant.- Returns:
- the value
 
 - 
getUserNamepublic String getUserName() The name of the user.- Returns:
- the value
 
 - 
getTenantNamepublic String getTenantName() The name of the tenant.- Returns:
- the value
 
 - 
getCredentialIdentifierpublic String getCredentialIdentifier() The credential identifier.- Returns:
- the value
 
 - 
getServicepublic String getService() The name of the service that is making this authorization request.- Returns:
- the value
 
 - 
getClientIdpublic String getClientId() The id of the client.- Returns:
- the value
 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
toStringpublic 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
 
 - 
equalspublic boolean equals(Object o) - Overrides:
- equalsin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 
- 
 
-