com.quartzdesk.service.types.v5_0.jmx
Class Authentication

java.lang.Object
  extended by com.quartzdesk.service.types.v5_0.jmx.Authentication

public class Authentication
extends Object

Type that encapsulates remote JMX service authentication data.

Java class for Authentication complex type.

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

 <complexType name="Authentication">
   <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>
 


Field Summary
protected  String password
           
protected  String username
           
 
Constructor Summary
Authentication()
           
 
Method Summary
 String getPassword()
          Gets the value of the password property.
 String getUsername()
          Gets the value of the username property.
 void setPassword(String value)
          Sets the value of the password property.
 void setUsername(String value)
          Sets the value of the username property.
 Authentication withPassword(String value)
           
 Authentication withUsername(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

username

protected String username

password

protected String password
Constructor Detail

Authentication

public Authentication()
Method Detail

getUsername

public String getUsername()
Gets the value of the username property.

Returns:
possible object is String

setUsername

public void setUsername(String value)
Sets the value of the username property.

Parameters:
value - allowed object is String

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

withUsername

public Authentication withUsername(String value)

withPassword

public Authentication withPassword(String value)


Copyright © 2013–2017 QuartzDesk.com. All rights reserved.