public class UserDataConstraintImpl extends Descriptor implements UserDataConstraint
| Modifier and Type | Field and Description |
|---|---|
static String |
TRANSPORT_GUARANTEE_CLEAR
JACC Specific
|
static String |
TRANSPORT_GUARANTEE_CONFIDENTIAL
HTTPS
|
static String |
TRANSPORT_GUARANTEE_INTEGRAL
HTTP.
|
static String |
TRANSPORT_GUARANTEE_NONE
The transport is unspecified.
|
DESCRIPTION_CHANGED, DESCRIPTOR_CHANGED, docType, LARGE_ICON_CHANGED, NAME_CHANGED, SMALL_ICON_CHANGEDCLEAR, CONFIDENTIAL_TRANSPORT, INTEGRAL_TRANSPORT, NONE_TRANSPORT| Constructor and Description |
|---|
UserDataConstraintImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
getTransportGuarantee()
Return my transport type.
|
String[] |
getUnacceptableTransportGuarantees() |
void |
print(StringBuilder toStringBuilder)
Returns a formatted String of my state.
|
void |
setTransportGuarantee(String transportGuarantee)
Sets my transport type to the given value.
|
addDescriptorExtension, addPrefixMapping, createUniqueFilenameAmongst, createUniqueNameAmongst, createUniqueNameAmongstNamedDescriptors, fillDocType, getDeploymentExtensions, getDescription, getDescriptorExtension, getDescriptorExtensions, getDisplayName, getDocType, getLargeIconUri, getLocalizedDescription, getLocalizedDescriptions, getLocalizedDisplayName, getLocalizedDisplayNames, getLocalizedLargeIconUri, getLocalizedLargeIconUris, getLocalizedSmallIconUri, getLocalizedSmallIconUris, getName, getPrefixMapping, getSmallIconUri, isBoundsChecking, setBoundsChecking, setDescription, setDisplayName, setLargeIconUri, setLocalizedDescription, setLocalizedDisplayName, setLocalizedLargeIconUri, setLocalizedSmallIconUri, setName, setSmallIconUri, visitaddExtraAttribute, getExtraAttribute, getExtraAttributes, removeExtraAttribute, toStringaddObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChangedclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetDescription, setDescriptionpublic static final String TRANSPORT_GUARANTEE_NONE
public static final String TRANSPORT_GUARANTEE_INTEGRAL
public static final String TRANSPORT_GUARANTEE_CONFIDENTIAL
public static final String TRANSPORT_GUARANTEE_CLEAR
public String getTransportGuarantee()
getTransportGuarantee in interface UserDataConstraintpublic String[] getUnacceptableTransportGuarantees()
getUnacceptableTransportGuarantees in interface UserDataConstraintpublic void setTransportGuarantee(String transportGuarantee)
setTransportGuarantee in interface UserDataConstraintpublic void print(StringBuilder toStringBuilder)
print in class DescriptorCopyright © 2019. All rights reserved.