|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--MarshallableRootElement | +--com.sshtools.j2ssh.transport.HostAuthorizations
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.
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 |
public HostAuthorizations()
Method Detail |
public java.util.List getAllowHost()
public void deleteAllowHost()
public void emptyAllowHost()
public java.util.List getDenyHost()
public void deleteDenyHost()
public void emptyDenyHost()
public void validateThis() throws LocalValidationException
LocalValidationException
- Description of the Exceptionpublic void validate(Validator v) throws StructureValidationException
v
- Description of the Parameter
StructureValidationException
- Description of the Exceptionpublic void marshal(Marshaller m) throws java.io.IOException
m
- Description of the Parameter
java.io.IOException
- Description of the Exceptionpublic void unmarshal(Unmarshaller u) throws UnmarshalException
u
- Description of the Parameter
UnmarshalException
- Description of the Exceptionpublic static HostAuthorizations unmarshal(XMLScanner xs, Dispatcher d) throws UnmarshalException
xs
- Description of the Parameterd
- Description of the Parameter
UnmarshalException
- Description of the Exceptionpublic boolean equals(java.lang.Object ob)
ob
- Description of the Parameter
public int hashCode()
public java.lang.String toString()
public static Dispatcher newDispatcher()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |