Class AdminGuiConfigurationRoleManagementType

  • All Implemented Interfaces:
    Containerable, Serializable, Cloneable

    public class AdminGuiConfigurationRoleManagementType
    extends Object
    implements Serializable, Cloneable, Containerable
    Role management features that are potentially user-specific i.e. assigned as part of GUI configuration.

    Java class for AdminGuiConfigurationRoleManagementType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="AdminGuiConfigurationRoleManagementType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="assignmentApprovalRequestLimit" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • COMPLEX_TYPE

        public static final QName COMPLEX_TYPE
      • F_ASSIGNMENT_APPROVAL_REQUEST_LIMIT

        public static final ItemName F_ASSIGNMENT_APPROVAL_REQUEST_LIMIT
    • Constructor Detail

      • AdminGuiConfigurationRoleManagementType

        public AdminGuiConfigurationRoleManagementType()
      • AdminGuiConfigurationRoleManagementType

        public AdminGuiConfigurationRoleManagementType​(PrismContext prismContext)