Class GroupSpecification

  • All Implemented Interfaces:
    PropertyAccessible

    public class GroupSpecification
    extends java.lang.Object
    implements PropertyAccessible
    NOTE : This API is for internal use. Customer use is not recommended.
    • Constructor Detail

      • GroupSpecification

        public GroupSpecification()
    • Method Detail

      • getGroupName

        public java.lang.String getGroupName()
      • setGroupName

        public void setGroupName​(java.lang.String groupName)
      • setAuthority

        public void setAuthority​(java.lang.String authority)
      • getAuthority

        public java.lang.String getAuthority()
      • setValue

        public void setValue​(java.lang.String attributeName,
                             java.lang.Object value)
        Add a platform specific attribute to the GroupSpecification
      • getValue

        public java.lang.Object getValue​(java.lang.String attributeName)
        Get a platform specific attribute from the GroupSpecification
      • getAccountScope

        public int getAccountScope()
        Returns:
        Returns the accountType.
      • setAccountScope

        public void setAccountScope​(int accountScope)
        Parameters:
        accountType - The accountType to set.