public static class CredentialAuthenticatorInfo.Builder extends Object
Constructor and Description |
---|
Builder() |
public CredentialAuthenticatorInfo.Builder rawCredential(String rawCredential)
The raw credential.
rawCredential
- the value to setpublic CredentialAuthenticatorInfo.Builder userId(String userId)
The id of the user.
userId
- the value to setpublic CredentialAuthenticatorInfo.Builder tenantId(String tenantId)
The id of the tenant.
tenantId
- the value to setpublic CredentialAuthenticatorInfo.Builder userName(String userName)
The name of the user.
userName
- the value to setpublic CredentialAuthenticatorInfo.Builder tenantName(String tenantName)
The name of the tenant.
tenantName
- the value to setpublic CredentialAuthenticatorInfo.Builder credentialIdentifier(String credentialIdentifier)
The credential identifier.
credentialIdentifier
- the value to setpublic CredentialAuthenticatorInfo.Builder credentialList(List<String> credentialList)
The credential list.
credentialList
- the value to setpublic CredentialAuthenticatorInfo.Builder service(String service)
The name of the service that is making this authorization request.
service
- the value to setpublic CredentialAuthenticatorInfo.Builder clientId(String clientId)
The id of the client.
clientId
- the value to setpublic CredentialAuthenticatorInfo build()
public CredentialAuthenticatorInfo.Builder copy(CredentialAuthenticatorInfo model)
Copyright © 2016–2024. All rights reserved.