Class Role

  • All Implemented Interfaces:
    Serializable, Comparable<Role>, BaseIdentity, IManagedSystemDto, ProvisionObject, ProvisionOperationAware

    public class Role
    extends AbstractPolicyEntitlementsDTO
    implements Comparable<Role>, ProvisionObject, IManagedSystemDto

    Java class for role complex type.

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

     <complexType name="role">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="createDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
             <element name="createdBy" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="groups" type="{urn:idm.openiam.org/srvc/grp/dto}groupSet" minOccurs="0"/>
             <element name="id" type="{urn:idm.openiam.org/srvc/role/dto}id" minOccurs="0"/>
             <element name="attributes" type="{urn:idm.openiam.org/srvc/role/dto}roleAttributeSet" minOccurs="0"/>
             <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="userAssociationMethod" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form