Class KeycloakClientRepresentation.Builder
java.lang.Object
org.activiti.cloud.services.identity.keycloak.model.KeycloakClientRepresentation.Builder
- Enclosing class:
KeycloakClientRepresentation
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionauthorizationServicesEnabled(Boolean authorizationServicesEnabled) build()directAccessGrantsEnabled(Boolean directAccessGrantsEnabled) implicitFlowEnabled(Boolean implicitFlowEnabled) publicClient(Boolean publicClient) serviceAccountsEnabled(Boolean serviceAccountsEnabled) standardFlowEnabled(Boolean standardFlowEnabled) withAccessTokenLifespanInSeconds(Integer accessTokenLifespan) withClientId(String clientId) withClientName(String clientName) withRedirectUris(List<String> redirectUris) withSecret(String secret) withWebOrigins(List<String> webOrigins)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
newKeycloakClientRepresentationBuilder
-
withClientId
-
withClientName
-
enabled
-
standardFlowEnabled
-
directAccessGrantsEnabled
public KeycloakClientRepresentation.Builder directAccessGrantsEnabled(Boolean directAccessGrantsEnabled) -
authorizationServicesEnabled
public KeycloakClientRepresentation.Builder authorizationServicesEnabled(Boolean authorizationServicesEnabled) -
withSecret
-
withRedirectUris
-
withWebOrigins
-
publicClient
-
implicitFlowEnabled
-
serviceAccountsEnabled
-
withAccessTokenLifespanInSeconds
public KeycloakClientRepresentation.Builder withAccessTokenLifespanInSeconds(Integer accessTokenLifespan) -
build
-