| Constructor and Description |
|---|
SecuritySettings()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
NetworkAccess |
getNetworkAccess() |
PasswordPolicies |
getPasswordPolicies() |
SessionSettings |
getSessionSettings() |
void |
load(XmlInputStream __in,
TypeMapper __typeMapper) |
protected void |
loadFields(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setNetworkAccess(NetworkAccess networkAccess) |
void |
setPasswordPolicies(PasswordPolicies passwordPolicies) |
void |
setSessionSettings(SessionSettings sessionSettings) |
String |
toString() |
void |
write(QName __element,
XmlOutputStream __out,
TypeMapper __typeMapper) |
protected void |
writeFields(XmlOutputStream __out,
TypeMapper __typeMapper) |
getFullName, setFullNamepublic NetworkAccess getNetworkAccess()
public void setNetworkAccess(NetworkAccess networkAccess)
public PasswordPolicies getPasswordPolicies()
public void setPasswordPolicies(PasswordPolicies passwordPolicies)
public SessionSettings getSessionSettings()
public void setSessionSettings(SessionSettings sessionSettings)
public void write(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
write in interface XMLizablewrite in class MetadataIOExceptionprotected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
writeFields in class MetadataIOExceptionpublic void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
load in interface XMLizableload in class MetadataIOExceptionConnectionExceptionprotected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
loadFields in class MetadataIOExceptionConnectionExceptionCopyright © 2015. All Rights Reserved.