public class WebappProfileTO extends LauncherProfileTO implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
private GroupRoleMappingTO[] |
groupRoleMappings |
private HttpListenerTO[] |
httpListeners |
private HttpsListenerTO[] |
httpsListeners |
private LDAPRoleMappingType |
LDAPRoleMappingType |
private java.lang.String |
LDAPUserRoleAttribute |
private LocalUserDirectoryTO |
localUserDirectory |
private boolean |
mustSendServerVersion |
private boolean |
mustUseGlobalTrustedCertificates |
private CertificateEntryTO[] |
trustedCertificateSubset |
private static org.apache.axis.description.TypeDesc |
typeDesc |
private AuthenticatorLC |
userDirectory |
Constructor and Description |
---|
WebappProfileTO() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer
|
GroupRoleMappingTO[] |
getGroupRoleMappings() |
HttpListenerTO[] |
getHttpListeners() |
HttpsListenerTO[] |
getHttpsListeners() |
LDAPRoleMappingType |
getLDAPRoleMappingType() |
java.lang.String |
getLDAPUserRoleAttribute() |
LocalUserDirectoryTO |
getLocalUserDirectory() |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer
|
CertificateEntryTO[] |
getTrustedCertificateSubset() |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
AuthenticatorLC |
getUserDirectory() |
int |
hashCode() |
boolean |
isMustSendServerVersion() |
boolean |
isMustUseGlobalTrustedCertificates() |
void |
setGroupRoleMappings(GroupRoleMappingTO[] groupRoleMappings) |
void |
setHttpListeners(HttpListenerTO[] httpListeners) |
void |
setHttpsListeners(HttpsListenerTO[] httpsListeners) |
void |
setLDAPRoleMappingType(LDAPRoleMappingType LDAPRoleMappingType) |
void |
setLDAPUserRoleAttribute(java.lang.String LDAPUserRoleAttribute) |
void |
setLocalUserDirectory(LocalUserDirectoryTO localUserDirectory) |
void |
setMustSendServerVersion(boolean mustSendServerVersion) |
void |
setMustUseGlobalTrustedCertificates(boolean mustUseGlobalTrustedCertificates) |
void |
setTrustedCertificateSubset(CertificateEntryTO[] trustedCertificateSubset) |
void |
setUserDirectory(AuthenticatorLC userDirectory) |
getAdditionalClasspath, getAdditionalJvmOptions, getDescription, getEnvVars, getExtraPackages, getInitialMemorySizeMB, getKeyId, getLauncherMainPackage, getMainPackageInfo, getMaximumMemorySizeMB, getName, getPropertiesHash, getType, setAdditionalClasspath, setAdditionalJvmOptions, setDescription, setEnvVars, setExtraPackages, setInitialMemorySizeMB, setKeyId, setLauncherMainPackage, setMainPackageInfo, setMaximumMemorySizeMB, setName, setPropertiesHash, setType
private LDAPRoleMappingType LDAPRoleMappingType
private java.lang.String LDAPUserRoleAttribute
private GroupRoleMappingTO[] groupRoleMappings
private HttpListenerTO[] httpListeners
private HttpsListenerTO[] httpsListeners
private LocalUserDirectoryTO localUserDirectory
private boolean mustSendServerVersion
private boolean mustUseGlobalTrustedCertificates
private CertificateEntryTO[] trustedCertificateSubset
private AuthenticatorLC userDirectory
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
private static org.apache.axis.description.TypeDesc typeDesc
public LDAPRoleMappingType getLDAPRoleMappingType()
public void setLDAPRoleMappingType(LDAPRoleMappingType LDAPRoleMappingType)
public java.lang.String getLDAPUserRoleAttribute()
public void setLDAPUserRoleAttribute(java.lang.String LDAPUserRoleAttribute)
public GroupRoleMappingTO[] getGroupRoleMappings()
public void setGroupRoleMappings(GroupRoleMappingTO[] groupRoleMappings)
public HttpListenerTO[] getHttpListeners()
public void setHttpListeners(HttpListenerTO[] httpListeners)
public HttpsListenerTO[] getHttpsListeners()
public void setHttpsListeners(HttpsListenerTO[] httpsListeners)
public LocalUserDirectoryTO getLocalUserDirectory()
public void setLocalUserDirectory(LocalUserDirectoryTO localUserDirectory)
public boolean isMustSendServerVersion()
public void setMustSendServerVersion(boolean mustSendServerVersion)
public boolean isMustUseGlobalTrustedCertificates()
public void setMustUseGlobalTrustedCertificates(boolean mustUseGlobalTrustedCertificates)
public CertificateEntryTO[] getTrustedCertificateSubset()
public void setTrustedCertificateSubset(CertificateEntryTO[] trustedCertificateSubset)
public AuthenticatorLC getUserDirectory()
public void setUserDirectory(AuthenticatorLC userDirectory)
public boolean equals(java.lang.Object obj)
equals
in class LauncherProfileTO
public int hashCode()
hashCode
in class LauncherProfileTO
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)