Class LoginCredentials

Description

Description of LoginCredentials

Parameter object for the LoginCredentials method
The parameters are : (name [type] description)

  • userName [String] : The user name that should be authenticated
  • passWord [String] : The SHA256 password that authenticates the user

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

 <complexType name="loginCredentials">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="userName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="passWord" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>

  • author: ubuntu

Located in /src/wrapper/LoginCredentials.php (line 32)


	
			
Method Summary
 LoginCredentials __construct ( $userName,  $passWord)
 void getPassWord ()
 void getUserName ()
 void setPassWord ( $passWord)
 void setUserName ( $userName)
Methods
Constructor __construct (line 37)
LoginCredentials __construct ( $userName,  $passWord)
  • $userName
  • $passWord
getPassWord (line 50)
  • access: public
void getPassWord ()
getUserName (line 42)
  • access: public
void getUserName ()
setPassWord (line 54)
  • access: public
void setPassWord ( $passWord)
  • $passWord
setUserName (line 46)
  • access: public
void setUserName ( $userName)
  • $userName

Documentation generated on Fri, 19 Aug 2016 11:23:18 +0200 by phpDocumentor 1.4.4