com.caucho.boot
Class BootManagementConfig.User

java.lang.Object
  extended by com.caucho.boot.BootManagementConfig.User
Enclosing class:
BootManagementConfig

public static class BootManagementConfig.User
extends java.lang.Object


Constructor Summary
BootManagementConfig.User()
           
 
Method Summary
 java.lang.String getName()
           
 java.lang.String getPassword()
           
 boolean isDisable()
           
 void setDisable(boolean isDisabled)
           
 void setName(java.lang.String name)
           
 void setPassword(java.lang.String password)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BootManagementConfig.User

public BootManagementConfig.User()
Method Detail

setName

public void setName(java.lang.String name)

getName

public java.lang.String getName()

setPassword

public void setPassword(java.lang.String password)

getPassword

public java.lang.String getPassword()

setDisable

public void setDisable(boolean isDisabled)

isDisable

public boolean isDisable()