org.blue.include
Class cgiauth_h.authdata

java.lang.Object
  extended by org.blue.include.cgiauth_h.authdata
Enclosing class:
cgiauth_h

public static class cgiauth_h.authdata
extends java.lang.Object


Field Summary
 int authenticated
           
 int authorized_for_all_host_commands
           
 int authorized_for_all_hosts
           
 int authorized_for_all_service_commands
           
 int authorized_for_all_services
           
 int authorized_for_configuration_information
           
 int authorized_for_system_commands
           
 int authorized_for_system_information
           
 java.lang.String username
           
 
Constructor Summary
cgiauth_h.authdata()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

username

public java.lang.String username

authorized_for_all_hosts

public int authorized_for_all_hosts

authorized_for_all_host_commands

public int authorized_for_all_host_commands

authorized_for_all_services

public int authorized_for_all_services

authorized_for_all_service_commands

public int authorized_for_all_service_commands

authorized_for_system_information

public int authorized_for_system_information

authorized_for_system_commands

public int authorized_for_system_commands

authorized_for_configuration_information

public int authorized_for_configuration_information

authenticated

public int authenticated
Constructor Detail

cgiauth_h.authdata

public cgiauth_h.authdata()