Class KeycloakClientRepresentation

java.lang.Object
org.activiti.cloud.services.identity.keycloak.model.KeycloakClientRepresentation
All Implemented Interfaces:
org.activiti.cloud.identity.IdentityClientRepresentation

public class KeycloakClientRepresentation extends Object implements org.activiti.cloud.identity.IdentityClientRepresentation
  • Constructor Details

    • KeycloakClientRepresentation

      public KeycloakClientRepresentation()
  • Method Details

    • getClientId

      public String getClientId()
      Specified by:
      getClientId in interface org.activiti.cloud.identity.IdentityClientRepresentation
    • setClientId

      public void setClientId(String clientId)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getEnabled

      public Boolean getEnabled()
    • setEnabled

      public void setEnabled(Boolean enabled)
    • getStandardFlowEnabled

      public Boolean getStandardFlowEnabled()
    • setStandardFlowEnabled

      public void setStandardFlowEnabled(Boolean standardFlowEnabled)
    • getDirectAccessGrantsEnabled

      public Boolean getDirectAccessGrantsEnabled()
    • setDirectAccessGrantsEnabled

      public void setDirectAccessGrantsEnabled(Boolean directAccessGrantsEnabled)
    • getAuthorizationServicesEnabled

      public Boolean getAuthorizationServicesEnabled()
    • setAuthorizationServicesEnabled

      public void setAuthorizationServicesEnabled(Boolean authorizationServicesEnabled)
    • getSecret

      public String getSecret()
      Specified by:
      getSecret in interface org.activiti.cloud.identity.IdentityClientRepresentation
    • setSecret

      public void setSecret(String secret)
    • getRedirectUris

      public List<String> getRedirectUris()
    • setRedirectUris

      public void setRedirectUris(List<String> redirectUris)
    • getWebOrigins

      public List<String> getWebOrigins()
    • setWebOrigins

      public void setWebOrigins(List<String> webOrigins)
    • getPublicClient

      public Boolean getPublicClient()
    • setPublicClient

      public void setPublicClient(Boolean publicClient)
    • getImplicitFlowEnabled

      public Boolean getImplicitFlowEnabled()
    • setImplicitFlowEnabled

      public void setImplicitFlowEnabled(Boolean implicitFlowEnabled)
    • getServiceAccountsEnabled

      public Boolean getServiceAccountsEnabled()
    • setServiceAccountsEnabled

      public void setServiceAccountsEnabled(Boolean serviceAccountsEnabled)
    • getId

      public String getId()
    • setId

      public void setId(String id)
    • getAttributes

    • setAttributes

      public void setAttributes(KeycloakClientRepresentation.ClientAttributes attributes)