Class KeycloakGroupRepresentation
- java.lang.Object
-
- org.flowable.ui.idm.service.keycloak.KeycloakGroupRepresentation
-
public class KeycloakGroupRepresentation extends Object
- Author:
- Filip Hrisafov
-
-
Constructor Summary
Constructors Constructor Description KeycloakGroupRepresentation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetId()StringgetName()StringgetPath()List<KeycloakGroupRepresentation>getSubGroups()voidsetId(String id)voidsetName(String name)voidsetPath(String path)voidsetSubGroups(List<KeycloakGroupRepresentation> subGroups)
-
-
-
Field Detail
-
id
protected String id
-
name
protected String name
-
path
protected String path
-
subGroups
protected List<KeycloakGroupRepresentation> subGroups
-
-
Method Detail
-
getId
public String getId()
-
setId
public void setId(String id)
-
getName
public String getName()
-
setName
public void setName(String name)
-
getPath
public String getPath()
-
setPath
public void setPath(String path)
-
getSubGroups
public List<KeycloakGroupRepresentation> getSubGroups()
-
setSubGroups
public void setSubGroups(List<KeycloakGroupRepresentation> subGroups)
-
-