public static class IdentityProvider.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
IdentityProvider.Builder |
authnContextClassRefs(List<String> authnContextClassRefs)
Authentication context class refs.
|
IdentityProvider |
build() |
IdentityProvider.Builder |
copy(IdentityProvider model) |
IdentityProvider.Builder |
forceAuthentication(Boolean forceAuthentication)
Whether to force authentication.
|
IdentityProvider.Builder |
id(String id)
The id of the provider.
|
IdentityProvider.Builder |
name(String name)
The name of the provider.
|
IdentityProvider.Builder |
protocol(IdentityProvider.Protocol protocol)
The type of the provider.
|
IdentityProvider.Builder |
redirectUri(String redirectUri)
The SAML endpoint where user will be redirected.
|
IdentityProvider.Builder |
serviceProviderEntityId(String serviceProviderEntityId)
The id of the service provider entity.
|
IdentityProvider.Builder |
signingCertificate(String signingCertificate)
The signing certificate of the provider.
|
IdentityProvider.Builder |
tenantId(String tenantId)
The id of the tenant.
|
IdentityProvider.Builder |
tenantName(String tenantName)
The name of the tenant.
|
public IdentityProvider.Builder id(String id)
The id of the provider.
id
- the value to setpublic IdentityProvider.Builder name(String name)
The name of the provider.
name
- the value to setpublic IdentityProvider.Builder tenantName(String tenantName)
The name of the tenant.
tenantName
- the value to setpublic IdentityProvider.Builder tenantId(String tenantId)
The id of the tenant.
tenantId
- the value to setpublic IdentityProvider.Builder redirectUri(String redirectUri)
The SAML endpoint where user will be redirected.
redirectUri
- the value to setpublic IdentityProvider.Builder signingCertificate(String signingCertificate)
The signing certificate of the provider.
signingCertificate
- the value to setpublic IdentityProvider.Builder protocol(IdentityProvider.Protocol protocol)
The type of the provider.
protocol
- the value to setpublic IdentityProvider.Builder serviceProviderEntityId(String serviceProviderEntityId)
The id of the service provider entity.
serviceProviderEntityId
- the value to setpublic IdentityProvider.Builder forceAuthentication(Boolean forceAuthentication)
Whether to force authentication.
forceAuthentication
- the value to setpublic IdentityProvider.Builder authnContextClassRefs(List<String> authnContextClassRefs)
Authentication context class refs.
authnContextClassRefs
- the value to setpublic IdentityProvider build()
public IdentityProvider.Builder copy(IdentityProvider model)
Copyright © 2016–2024. All rights reserved.