Class Principal


  • public class Principal
    extends java.lang.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
      java.lang.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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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 java.lang.String getShortId()