public abstract class ExternalUserGroup extends Group
Modifier and Type | Class and Description |
---|---|
static class |
ExternalUserGroup.Factory
Constructs new instances of
ExternalUserGroup . |
Constructor and Description |
---|
ExternalUserGroup() |
Modifier and Type | Method and Description |
---|---|
String |
attributesToString()
Builds a string showing the current attribute values
|
boolean |
equals(Object object)
This entity does not have any identifiers but since it extends the
Group class
it will simply delegate the call up there. |
String |
getAdditionalProperty()
an optional member holding some additional data for the group.
|
String |
getExternalId() |
String |
getExternalSystemId() |
int |
hashCode()
This entity does not have any identifiers but since it extends the
Group class
it will simply delegate the call up there. |
void |
setAdditionalProperty(String additionalProperty) |
void |
setExternalId(String externalId) |
void |
setExternalSystemId(String externalSystemId) |
getAlias, getDescription, getFollowId, getGroupMembers, getName, getProperties, setAlias, setDescription, setGroupMembers, setName, setProperties
getGlobalId, getGroups, getId, getMemberships, getTags, setGlobalId, setGroups, setId, setMemberships, setTags
public String attributesToString()
attributesToString
in class Group
public boolean equals(Object object)
Group
class
it will simply delegate the call up there.equals
in class Group
Group.equals(Object)
public String getAdditionalProperty()
an optional member holding some additional data for the group. The interpretation depends on the external system. For LDAP it would hold the DN for example.
public String getExternalId()
public String getExternalSystemId()
public int hashCode()
Group
class
it will simply delegate the call up there.hashCode
in class Group
Group.hashCode()
public void setAdditionalProperty(String additionalProperty)
public void setExternalId(String externalId)
public void setExternalSystemId(String externalSystemId)
Copyright © 2019 Communote team. All rights reserved.