static CredentialAuthenticatorInfo.Builder |
CredentialAuthenticatorInfo.builder() |
Create a new builder.
|
CredentialAuthenticatorInfo.Builder |
CredentialAuthenticatorInfo.Builder.clientId(String clientId) |
The id of the client.
|
CredentialAuthenticatorInfo.Builder |
CredentialAuthenticatorInfo.Builder.copy(CredentialAuthenticatorInfo model) |
|
CredentialAuthenticatorInfo.Builder |
CredentialAuthenticatorInfo.Builder.credentialIdentifier(String credentialIdentifier) |
The credential identifier.
|
CredentialAuthenticatorInfo.Builder |
CredentialAuthenticatorInfo.Builder.credentialList(List<String> credentialList) |
The credential list.
|
CredentialAuthenticatorInfo.Builder |
CredentialAuthenticatorInfo.Builder.rawCredential(String rawCredential) |
The raw credential.
|
CredentialAuthenticatorInfo.Builder |
CredentialAuthenticatorInfo.Builder.service(String service) |
The name of the service that is making this authorization request.
|
CredentialAuthenticatorInfo.Builder |
CredentialAuthenticatorInfo.Builder.tenantId(String tenantId) |
The id of the tenant.
|
CredentialAuthenticatorInfo.Builder |
CredentialAuthenticatorInfo.Builder.tenantName(String tenantName) |
The name of the tenant.
|
CredentialAuthenticatorInfo.Builder |
CredentialAuthenticatorInfo.toBuilder() |
|
CredentialAuthenticatorInfo.Builder |
CredentialAuthenticatorInfo.Builder.userId(String userId) |
The id of the user.
|
CredentialAuthenticatorInfo.Builder |
CredentialAuthenticatorInfo.Builder.userName(String userName) |
The name of the user.
|