public static class OauthMetadata.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
OauthMetadata |
build() |
OauthMetadata.Builder |
clientAppId(String clientAppId)
ID of the client app created in IDP.
|
OauthMetadata.Builder |
clientAppSecret(String clientAppSecret)
Secret of the client app created in IDP.
|
OauthMetadata.Builder |
copy(OauthMetadata model) |
OauthMetadata.Builder |
idcsAccountNameUrl(String idcsAccountNameUrl)
Base URL of the IDCS account where confidential client app is created.
|
public OauthMetadata.Builder idcsAccountNameUrl(String idcsAccountNameUrl)
Base URL of the IDCS account where confidential client app is created.
idcsAccountNameUrl
- the value to setpublic OauthMetadata.Builder clientAppId(String clientAppId)
ID of the client app created in IDP.
clientAppId
- the value to setpublic OauthMetadata.Builder clientAppSecret(String clientAppSecret)
Secret of the client app created in IDP.
clientAppSecret
- the value to setpublic OauthMetadata build()
public OauthMetadata.Builder copy(OauthMetadata model)
Copyright © 2016–2024. All rights reserved.