Class UpdateConfiguration

    • Method Detail

      • cognitoUserPoolConfiguration

        public final UpdateCognitoUserPoolConfiguration cognitoUserPoolConfiguration()

        Contains configuration details of a Amazon Cognito user pool.

        Returns:
        Contains configuration details of a Amazon Cognito user pool.
      • openIdConnectConfiguration

        public final UpdateOpenIdConnectConfiguration openIdConnectConfiguration()

        Contains configuration details of an OpenID Connect (OIDC) identity provider, or identity source, that Verified Permissions can use to generate entities from authenticated identities. It specifies the issuer URL, token type that you want to use, and policy store entity details.

        Returns:
        Contains configuration details of an OpenID Connect (OIDC) identity provider, or identity source, that Verified Permissions can use to generate entities from authenticated identities. It specifies the issuer URL, token type that you want to use, and policy store entity details.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String 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.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)
      • fromCognitoUserPoolConfiguration

        public static UpdateConfiguration fromCognitoUserPoolConfiguration​(UpdateCognitoUserPoolConfiguration cognitoUserPoolConfiguration)
        Create an instance of this class with cognitoUserPoolConfiguration() initialized to the given value.

        Contains configuration details of a Amazon Cognito user pool.

        Parameters:
        cognitoUserPoolConfiguration - Contains configuration details of a Amazon Cognito user pool.
      • fromOpenIdConnectConfiguration

        public static UpdateConfiguration fromOpenIdConnectConfiguration​(UpdateOpenIdConnectConfiguration openIdConnectConfiguration)
        Create an instance of this class with openIdConnectConfiguration() initialized to the given value.

        Contains configuration details of an OpenID Connect (OIDC) identity provider, or identity source, that Verified Permissions can use to generate entities from authenticated identities. It specifies the issuer URL, token type that you want to use, and policy store entity details.

        Parameters:
        openIdConnectConfiguration - Contains configuration details of an OpenID Connect (OIDC) identity provider, or identity source, that Verified Permissions can use to generate entities from authenticated identities. It specifies the issuer URL, token type that you want to use, and policy store entity details.
      • fromOpenIdConnectConfiguration

        public static UpdateConfiguration fromOpenIdConnectConfiguration​(Consumer<UpdateOpenIdConnectConfiguration.Builder> openIdConnectConfiguration)
        Create an instance of this class with openIdConnectConfiguration() initialized to the given value.

        Contains configuration details of an OpenID Connect (OIDC) identity provider, or identity source, that Verified Permissions can use to generate entities from authenticated identities. It specifies the issuer URL, token type that you want to use, and policy store entity details.

        Parameters:
        openIdConnectConfiguration - Contains configuration details of an OpenID Connect (OIDC) identity provider, or identity source, that Verified Permissions can use to generate entities from authenticated identities. It specifies the issuer URL, token type that you want to use, and policy store entity details.