Class BasicAuthData


  • public class BasicAuthData
    extends AbstractAuthData
    A basic type of Authentication which provides a userId and password for connecting to a resource. Java class for BasicAuthData complex type. The following schema fragment specifies the expected content contained within this class.
     <complexType name="BasicAuthData">
       <complexContent>
         <extension base="{commonbnd.xmi}AbstractAuthData">
           <attribute name="password" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="userId" type="{http://www.w3.org/2001/XMLSchema}string" />
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • password

        protected String password
      • userId

        protected String userId
    • Constructor Detail

      • BasicAuthData

        public BasicAuthData()
    • Method Detail

      • getPassword

        public String getPassword()
        Gets the value of the password property.
        Returns:
        possible object is String
      • setPassword

        public void setPassword​(String value)
        Sets the value of the password property.
        Parameters:
        value - allowed object is String
      • getUserId

        public String getUserId()
        Gets the value of the userId property.
        Returns:
        possible object is String
      • setUserId

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