public class BrokerTerritoryInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
auth_type
The authentication type in use in the territory.
|
int |
encrypt_level
The level of encryption required in the territory.
|
boolean |
isLocalPublish
Specifies whether document forwarding is disabled in this territory
|
java.lang.String |
territory_name
The territory name.
|
Constructor and Description |
---|
BrokerTerritoryInfo()
Create an empty territory info object.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString()
Returns a string with the territory info in a form suitable for human viewing.
|
java.lang.String |
toString(int indent_level)
Returns a string with the territory info in a form suitable for human viewing.
|
public java.lang.String territory_name
public int auth_type
public int encrypt_level
public boolean isLocalPublish
public BrokerTerritoryInfo()
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String toString(int indent_level)
Copyright © 2002-2006 webMethods, Inc. Copyright © 2007-2021 Software AG Darmstadt, Germany and/or Software AG USA Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors.