Interface AlbListenerDefaultActionAuthenticateOidc
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
AlbListenerDefaultActionAuthenticateOidc.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:50.069Z") @Stability(Stable) public interface AlbListenerDefaultActionAuthenticateOidc extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classAlbListenerDefaultActionAuthenticateOidc.BuilderA builder forAlbListenerDefaultActionAuthenticateOidcstatic classAlbListenerDefaultActionAuthenticateOidc.Jsii$ProxyAn implementation forAlbListenerDefaultActionAuthenticateOidc
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static AlbListenerDefaultActionAuthenticateOidc.Builderbuilder()default Map<String,String>getAuthenticationRequestExtraParams()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb_listener#authentication_request_extra_params AlbListener#authentication_request_extra_params}.StringgetAuthorizationEndpoint()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb_listener#authorization_endpoint AlbListener#authorization_endpoint}.StringgetClientId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb_listener#client_id AlbListener#client_id}.StringgetClientSecret()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb_listener#client_secret AlbListener#client_secret}.StringgetIssuer()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb_listener#issuer AlbListener#issuer}.default StringgetOnUnauthenticatedRequest()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb_listener#on_unauthenticated_request AlbListener#on_unauthenticated_request}.default StringgetScope()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb_listener#scope AlbListener#scope}.default StringgetSessionCookieName()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb_listener#session_cookie_name AlbListener#session_cookie_name}.default NumbergetSessionTimeout()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb_listener#session_timeout AlbListener#session_timeout}.StringgetTokenEndpoint()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb_listener#token_endpoint AlbListener#token_endpoint}.StringgetUserInfoEndpoint()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb_listener#user_info_endpoint AlbListener#user_info_endpoint}.
-
-
-
Method Detail
-
getAuthorizationEndpoint
@Stability(Stable) @NotNull String getAuthorizationEndpoint()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb_listener#authorization_endpoint AlbListener#authorization_endpoint}.
-
getClientId
@Stability(Stable) @NotNull String getClientId()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb_listener#client_id AlbListener#client_id}.
-
getClientSecret
@Stability(Stable) @NotNull String getClientSecret()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb_listener#client_secret AlbListener#client_secret}.
-
getIssuer
@Stability(Stable) @NotNull String getIssuer()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb_listener#issuer AlbListener#issuer}.
-
getTokenEndpoint
@Stability(Stable) @NotNull String getTokenEndpoint()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb_listener#token_endpoint AlbListener#token_endpoint}.
-
getUserInfoEndpoint
@Stability(Stable) @NotNull String getUserInfoEndpoint()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb_listener#user_info_endpoint AlbListener#user_info_endpoint}.
-
getAuthenticationRequestExtraParams
@Stability(Stable) @Nullable default Map<String,String> getAuthenticationRequestExtraParams()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb_listener#authentication_request_extra_params AlbListener#authentication_request_extra_params}.
-
getOnUnauthenticatedRequest
@Stability(Stable) @Nullable default String getOnUnauthenticatedRequest()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb_listener#on_unauthenticated_request AlbListener#on_unauthenticated_request}.
-
getScope
@Stability(Stable) @Nullable default String getScope()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb_listener#scope AlbListener#scope}.
-
getSessionCookieName
@Stability(Stable) @Nullable default String getSessionCookieName()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb_listener#session_cookie_name AlbListener#session_cookie_name}.
-
getSessionTimeout
@Stability(Stable) @Nullable default Number getSessionTimeout()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb_listener#session_timeout AlbListener#session_timeout}.
-
builder
@Stability(Stable) static AlbListenerDefaultActionAuthenticateOidc.Builder builder()
-
-