com.sshtools.j2ssh.transport
Class HostAuthorizations

java.lang.Object
  |
  +--MarshallableRootElement
        |
        +--com.sshtools.j2ssh.transport.HostAuthorizations

public class HostAuthorizations
extends MarshallableRootElement

Generated by the JAXB toolkit to represent the hostAutorizations Element in the allowed hosts XML configuration file.

NOTE: This file should always be generated from HostAuthorizations.dtd & HostAuthorizations.xjs; the only amendment to the source code is to insert the package at the beginning of the file.

Version:
1.0
Author:
Generated by JAXB
See Also:
Serialized Form

Constructor Summary
HostAuthorizations()
           
 
Method Summary
 void deleteAllowHost()
          Description of the Method
 void deleteDenyHost()
          Description of the Method
 void emptyAllowHost()
          Description of the Method
 void emptyDenyHost()
          Description of the Method
 boolean equals(java.lang.Object ob)
          Description of the Method
 java.util.List getAllowHost()
          Gets the allowHost attribute of the HostAuthorizations object
 java.util.List getDenyHost()
          Gets the denyHost attribute of the HostAuthorizations object
 int hashCode()
          Description of the Method
 void marshal(Marshaller m)
          Description of the Method
static Dispatcher newDispatcher()
          Description of the Method
 java.lang.String toString()
          Description of the Method
 void unmarshal(Unmarshaller u)
          Description of the Method
static HostAuthorizations unmarshal(XMLScanner xs, Dispatcher d)
          Description of the Method
 void validate(Validator v)
          Description of the Method
 void validateThis()
          Description of the Method
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HostAuthorizations

public HostAuthorizations()
Method Detail

getAllowHost

public java.util.List getAllowHost()
Gets the allowHost attribute of the HostAuthorizations object

Returns:
The allowHost value

deleteAllowHost

public void deleteAllowHost()
Description of the Method


emptyAllowHost

public void emptyAllowHost()
Description of the Method


getDenyHost

public java.util.List getDenyHost()
Gets the denyHost attribute of the HostAuthorizations object

Returns:
The denyHost value

deleteDenyHost

public void deleteDenyHost()
Description of the Method


emptyDenyHost

public void emptyDenyHost()
Description of the Method


validateThis

public void validateThis()
                  throws LocalValidationException
Description of the Method

Throws:
LocalValidationException - Description of the Exception

validate

public void validate(Validator v)
              throws StructureValidationException
Description of the Method

Parameters:
v - Description of the Parameter
Throws:
StructureValidationException - Description of the Exception

marshal

public void marshal(Marshaller m)
             throws java.io.IOException
Description of the Method

Parameters:
m - Description of the Parameter
Throws:
java.io.IOException - Description of the Exception

unmarshal

public void unmarshal(Unmarshaller u)
               throws UnmarshalException
Description of the Method

Parameters:
u - Description of the Parameter
Throws:
UnmarshalException - Description of the Exception

unmarshal

public static HostAuthorizations unmarshal(XMLScanner xs,
                                           Dispatcher d)
                                    throws UnmarshalException
Description of the Method

Parameters:
xs - Description of the Parameter
d - Description of the Parameter
Returns:
Description of the Return Value
Throws:
UnmarshalException - Description of the Exception

equals

public boolean equals(java.lang.Object ob)
Description of the Method

Parameters:
ob - Description of the Parameter
Returns:
Description of the Return Value

hashCode

public int hashCode()
Description of the Method

Returns:
Description of the Return Value

toString

public java.lang.String toString()
Description of the Method

Returns:
Description of the Return Value

newDispatcher

public static Dispatcher newDispatcher()
Description of the Method

Returns:
Description of the Return Value


Copyright © 2002 Sshtools.com. All Rights Reserved.