Package | Description |
---|---|
com.iland.core.web.rest.request.sso | |
com.iland.core.web.rest.response.sso |
Modifier and Type | Method and Description |
---|---|
OIDCClientAuth |
OIDCIdentityProviderConfigRequest.clientAuth()
The client authentication method
(cfr.
|
OIDCClientAuth |
ImmutableOIDCIdentityProviderConfigRequest.clientAuth()
The client authentication method
(cfr.
|
static OIDCClientAuth |
OIDCClientAuth.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OIDCClientAuth[] |
OIDCClientAuth.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ImmutableOIDCIdentityProviderConfigRequest.Builder |
ImmutableOIDCIdentityProviderConfigRequest.Builder.clientAuth(OIDCClientAuth clientAuth)
Initializes the value for the
clientAuth attribute. |
ImmutableOIDCIdentityProviderConfigRequest |
ImmutableOIDCIdentityProviderConfigRequest.withClientAuth(OIDCClientAuth value)
Copy the current immutable object by setting a value for the
clientAuth attribute. |
Modifier and Type | Method and Description |
---|---|
abstract OIDCClientAuth |
OIDCIdentityProviderResponse.clientAuth()
Switch to define the Client Authentication method to be used with the
Authorization Code Flow.
|
OIDCClientAuth |
ImmutableOIDCIdentityProviderResponse.clientAuth()
Switch to define the Client Authentication method to be used with the
Authorization Code Flow.
|
Modifier and Type | Method and Description |
---|---|
ImmutableOIDCIdentityProviderResponse.Builder |
ImmutableOIDCIdentityProviderResponse.Builder.clientAuth(OIDCClientAuth clientAuth)
Initializes the value for the
clientAuth attribute. |
ImmutableOIDCIdentityProviderResponse |
ImmutableOIDCIdentityProviderResponse.withClientAuth(OIDCClientAuth value)
Copy the current immutable object by setting a value for the
clientAuth attribute. |
Copyright © 2022 iland Internet Solutions, Corp. All rights reserved.