Class Principal
- java.lang.Object
-
- lumis.portal.structure.sync.model.channel.Principal
-
public class Principal extends Object
Principal model.Documentation in this class focus synchronization behavior. About the use behind the fields in the portal, see
PrincipalConfig
.- Since:
- 6.2.0
- Version:
- $Revision: 16037 $ $Date: 2013-11-21 20:58:50 -0200 (Thu, 21 Nov 2013) $
- See Also:
PrincipalConfig
-
-
Constructor Summary
Constructors Constructor Description Principal()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getShortId()
void
setAttributes(Group group)
Sets the attributes of this principal, according to the group it represents.void
setAttributes(GlobalGroup group)
Sets the attributes of this principal, according to the group it represents.
-
-
-
Method Detail
-
setAttributes
public void setAttributes(Group group)
Sets the attributes of this principal, according to the group it represents.- Parameters:
group
- the group.- Since:
- 6.2.0
-
setAttributes
public void setAttributes(GlobalGroup group)
Sets the attributes of this principal, according to the group it represents.- Parameters:
group
- the group.- Since:
- 7.1.0
-
getShortId
public String getShortId()
-
-