Class 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 Detail

      • Principal

        public Principal()
    • 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()