public class BasicPlatformGroup extends Object implements PlatformGroup
PlatformGroup
that can be used
when implementing a custom PlatformIdentityService
Modifier and Type | Field and Description |
---|---|
protected String |
id |
protected String |
key |
protected String |
name |
protected String |
tenantId |
protected String |
type |
Constructor and Description |
---|
BasicPlatformGroup() |
Modifier and Type | Method and Description |
---|---|
String |
getId() |
String |
getKey() |
String |
getName() |
String |
getTenantId() |
String |
getType() |
void |
setId(String id) |
void |
setKey(String key) |
void |
setName(String name) |
void |
setTenantId(String tenantId) |
void |
setType(String type) |
protected String id
protected String key
protected String name
protected String type
protected String tenantId
public String getKey()
getKey
in interface PlatformGroup
public void setKey(String key)
public String getTenantId()
getTenantId
in interface PlatformGroup
public void setTenantId(String tenantId)