Class AuthRequest


  • public class AuthRequest
    extends DsmlMessage

    Java class for AuthRequest complex type.

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

     <complexType name="AuthRequest">
       <complexContent>
         <extension base="{urn:oasis:names:tc:DSML:2:0:core}DsmlMessage">
           <attribute name="principal" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • principal

        protected String principal
    • Constructor Detail

      • AuthRequest

        public AuthRequest()
    • Method Detail

      • getPrincipal

        public String getPrincipal()
        Gets the value of the principal property.
        Returns:
        possible object is String
      • setPrincipal

        public void setPrincipal​(String value)
        Sets the value of the principal property.
        Parameters:
        value - allowed object is String