Class KeycloakClientRepresentation
- java.lang.Object
-
- org.activiti.cloud.services.identity.keycloak.model.KeycloakClientRepresentation
-
- All Implemented Interfaces:
IdentityClientRepresentation
public class KeycloakClientRepresentation extends Object implements IdentityClientRepresentation
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classKeycloakClientRepresentation.Builder
-
Constructor Summary
Constructors Constructor Description KeycloakClientRepresentation()
-
Method Summary
-
-
-
Method Detail
-
getClientId
public String getClientId()
- Specified by:
getClientIdin interfaceIdentityClientRepresentation
-
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:
getSecretin interfaceIdentityClientRepresentation
-
setSecret
public void setSecret(String secret)
-
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)
-
-