Class CreateVerifiedAccessNativeApplicationOidcOptions
java.lang.Object
software.amazon.awssdk.services.ec2.model.CreateVerifiedAccessNativeApplicationOidcOptions
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<CreateVerifiedAccessNativeApplicationOidcOptions.Builder,CreateVerifiedAccessNativeApplicationOidcOptions>
@Generated("software.amazon.awssdk:codegen")
public final class CreateVerifiedAccessNativeApplicationOidcOptions
extends Object
implements SdkPojo, Serializable, ToCopyableBuilder<CreateVerifiedAccessNativeApplicationOidcOptions.Builder,CreateVerifiedAccessNativeApplicationOidcOptions>
Describes the OpenID Connect (OIDC) options.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface -
Method Summary
Modifier and TypeMethodDescriptionfinal StringThe authorization endpoint of the IdP.builder()final StringclientId()The OAuth 2.0 client identifier.final StringThe OAuth 2.0 client secret.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final Stringissuer()The OIDC issuer identifier of the IdP.final StringThe public signing key endpoint.final Stringscope()The set of user claims to be requested from the IdP.static Class<? extends CreateVerifiedAccessNativeApplicationOidcOptions.Builder>final StringThe token endpoint of the IdP.final StringtoString()Returns a string representation of this object.final StringThe user info endpoint of the IdP.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
publicSigningKeyEndpoint
The public signing key endpoint.
- Returns:
- The public signing key endpoint.
-
issuer
The OIDC issuer identifier of the IdP.
- Returns:
- The OIDC issuer identifier of the IdP.
-
authorizationEndpoint
The authorization endpoint of the IdP.
- Returns:
- The authorization endpoint of the IdP.
-
tokenEndpoint
The token endpoint of the IdP.
- Returns:
- The token endpoint of the IdP.
-
userInfoEndpoint
The user info endpoint of the IdP.
- Returns:
- The user info endpoint of the IdP.
-
clientId
The OAuth 2.0 client identifier.
- Returns:
- The OAuth 2.0 client identifier.
-
clientSecret
The OAuth 2.0 client secret.
- Returns:
- The OAuth 2.0 client secret.
-
scope
The set of user claims to be requested from the IdP.
- Returns:
- The set of user claims to be requested from the IdP.
-
toBuilder
-
builder
-
serializableBuilderClass
public static Class<? extends CreateVerifiedAccessNativeApplicationOidcOptions.Builder> serializableBuilderClass() -
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-