Enum GroupAPI

    • Enum Constant Detail

      • validateDelete

        public static final GroupAPI validateDelete
      • saveGroup

        public static final GroupAPI saveGroup
      • deleteGroup

        public static final GroupAPI deleteGroup
      • getGroup

        public static final GroupAPI getGroup
      • SuggestById

        public static final GroupAPI SuggestById
      • findBeans

        public static final GroupAPI findBeans
      • countBeans

        public static final GroupAPI countBeans
      • findGroupsForOwner

        public static final GroupAPI findGroupsForOwner
      • addChildGroup

        public static final GroupAPI addChildGroup
      • removeChildGroup

        public static final GroupAPI removeChildGroup
      • canAddUserToGroup

        public static final GroupAPI canAddUserToGroup
      • canRemoveUserFromGroup

        public static final GroupAPI canRemoveUserFromGroup
      • validateGroup2GroupAddition

        public static final GroupAPI validateGroup2GroupAddition
      • hasAttachedEntities

        public static final GroupAPI hasAttachedEntities
      • saveGroupRequest

        public static final GroupAPI saveGroupRequest
      • validateGroupRequest

        public static final GroupAPI validateGroupRequest
      • countGroupsForOwner

        public static final GroupAPI countGroupsForOwner
      • removeRoleFromGroup

        public static final GroupAPI removeRoleFromGroup
      • validateEdit

        public static final GroupAPI validateEdit
      • saveGroupRequestWeb

        public static final GroupAPI saveGroupRequestWeb
      • GetAllGroupIds

        public static final GroupAPI GetAllGroupIds
      • Reindex

        public static final GroupAPI Reindex
      • GET_DETACHED_FOR_USER

        public static final GroupAPI GET_DETACHED_FOR_USER
      • GET_WITH_RESOURCES

        public static final GroupAPI GET_WITH_RESOURCES
      • GET_POSSIBLE_ATTRIBUTE_NAMES

        public static final GroupAPI GET_POSSIBLE_ATTRIBUTE_NAMES
      • SaveBulkGroup

        public static final GroupAPI SaveBulkGroup
    • Method Detail

      • values

        public static GroupAPI[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (GroupAPI c : GroupAPI.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static GroupAPI valueOf​(String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        name - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        IllegalArgumentException - if this enum type has no constant with the specified name
        NullPointerException - if the argument is null
      • isRegisterInAuditLog

        public boolean isRegisterInAuditLog()
        Description copied from interface: OpenIAMAPI
        Need we save operation in auditlogs (uses for foreign requests - not UI requests)
        Specified by:
        isRegisterInAuditLog in interface OpenIAMAPI
        Returns:
        true