Class AuthorizeUriBuilder

java.lang.Object
io.camunda.identity.sdk.authentication.AuthorizeUriBuilder
Direct Known Subclasses:
GenericAuthorizeUriBuilder

public abstract class AuthorizeUriBuilder extends Object
  • Field Details

    • state

      protected String state
  • Constructor Details

    • AuthorizeUriBuilder

      public AuthorizeUriBuilder()
  • Method Details

    • withState

      public AuthorizeUriBuilder withState(String state)
      Sets the OAuth2 state parameter.
      Parameters:
      state - the state
      Returns:
      the authorize url builder
    • build

      public abstract URI build()
      Builds and returns the authorize uri. Will throw a IllegalArgumentException when called more than once on a single builder instance.
      Returns:
      the uri