Uses of Class
software.amazon.awscdk.services.elasticloadbalancingv2.AuthenticateOidcOptions.Builder
Packages that use AuthenticateOidcOptions.Builder
Package
Description
Amazon Elastic Load Balancing V2 Construct Library
-
Uses of AuthenticateOidcOptions.Builder in software.amazon.awscdk.services.elasticloadbalancingv2
Methods in software.amazon.awscdk.services.elasticloadbalancingv2 that return AuthenticateOidcOptions.BuilderModifier and TypeMethodDescriptionAuthenticateOidcOptions.Builder.allowHttpsOutbound(Boolean allowHttpsOutbound) Sets the value ofAuthenticateOidcOptions.getAllowHttpsOutbound()AuthenticateOidcOptions.Builder.authenticationRequestExtraParams(Map<String, String> authenticationRequestExtraParams) Sets the value ofAuthenticateOidcOptions.getAuthenticationRequestExtraParams()AuthenticateOidcOptions.Builder.authorizationEndpoint(String authorizationEndpoint) Sets the value ofAuthenticateOidcOptions.getAuthorizationEndpoint()AuthenticateOidcOptions.builder()Sets the value ofAuthenticateOidcOptions.getClientId()AuthenticateOidcOptions.Builder.clientSecret(SecretValue clientSecret) Sets the value ofAuthenticateOidcOptions.getClientSecret()Sets the value ofAuthenticateOidcOptions.getIssuer()AuthenticateOidcOptions.Builder.next(ListenerAction next) Sets the value ofAuthenticateOidcOptions.getNext()AuthenticateOidcOptions.Builder.onUnauthenticatedRequest(UnauthenticatedAction onUnauthenticatedRequest) Sets the value ofAuthenticateOidcOptions.getOnUnauthenticatedRequest()Sets the value ofAuthenticateOidcOptions.getScope()AuthenticateOidcOptions.Builder.sessionCookieName(String sessionCookieName) Sets the value ofAuthenticateOidcOptions.getSessionCookieName()AuthenticateOidcOptions.Builder.sessionTimeout(Duration sessionTimeout) Sets the value ofAuthenticateOidcOptions.getSessionTimeout()AuthenticateOidcOptions.Builder.tokenEndpoint(String tokenEndpoint) Sets the value ofAuthenticateOidcOptions.getTokenEndpoint()AuthenticateOidcOptions.Builder.userInfoEndpoint(String userInfoEndpoint) Sets the value ofAuthenticateOidcOptions.getUserInfoEndpoint()Constructors in software.amazon.awscdk.services.elasticloadbalancingv2 with parameters of type AuthenticateOidcOptions.BuilderModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theAuthenticateOidcOptions.Builder.