Package cz.metacentrum.perun.core.api
Class CandidateGroup
java.lang.Object
cz.metacentrum.perun.core.api.PerunBean
cz.metacentrum.perun.core.api.Auditable
cz.metacentrum.perun.core.api.CandidateGroup
- All Implemented Interfaces:
Serializable
,Comparable<PerunBean>
Group obtained from an extSource with the login and login of its parent in the external source. It can be then
created as a group of a virtual organization in Perun.
- Author:
- Peter Balcirak peter.balcirak@gmail.com
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addAdditionalAttribute
(String urn, String value) asGroup()
boolean
getLogin()
int
hashCode()
void
setExtSource
(ExtSource extSource) void
void
setParentGroupLogin
(String parentGroupLogin) toString()
Methods inherited from class cz.metacentrum.perun.core.api.Auditable
getCreatedAt, getCreatedBy, getCreatedByUid, getModifiedAt, getModifiedBy, getModifiedByUid, setCreatedAt, setCreatedBy, setCreatedByUid, setModifiedAt, setModifiedBy, setModifiedByUid
Methods inherited from class cz.metacentrum.perun.core.api.PerunBean
compareTo, getBeanName, getId, setId
-
Constructor Details
-
CandidateGroup
public CandidateGroup()
-
-
Method Details
-
addAdditionalAttribute
-
asGroup
-
equals
-
getAdditionalAttributes
-
getExtSource
-
setExtSource
-
getLogin
-
setLogin
-
getParentGroupLogin
-
setParentGroupLogin
-
hashCode
public int hashCode() -
serializeToString
- Overrides:
serializeToString
in classAuditable
-
toString
-