Class MessageSecurityDescriptor
- java.lang.Object
-
- java.util.Observable
-
- org.glassfish.deployment.common.DynamicAttributesDescriptor
-
- org.glassfish.deployment.common.Descriptor
-
- com.sun.enterprise.deployment.runtime.RuntimeDescriptor
-
- com.sun.enterprise.deployment.runtime.common.MessageSecurityDescriptor
-
- All Implemented Interfaces:
Serializable
public class MessageSecurityDescriptor extends RuntimeDescriptor
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringMESSAGEstatic StringREQUEST_PROTECTIONstatic StringRESPONSE_PROTECTION-
Fields inherited from class com.sun.enterprise.deployment.runtime.RuntimeDescriptor
propListeners
-
Fields inherited from class org.glassfish.deployment.common.Descriptor
DESCRIPTION_CHANGED, DESCRIPTOR_CHANGED, docType, LARGE_ICON_CHANGED, NAME_CHANGED, SMALL_ICON_CHANGED
-
-
Constructor Summary
Constructors Constructor Description MessageSecurityDescriptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddMessageDescriptor(MessageDescriptor messageDesc)List<MessageDescriptor>getMessageDescriptors()ProtectionDescriptorgetRequestProtectionDescriptor()ProtectionDescriptorgetResponseProtectionDescriptor()voidsetRequestProtectionDescriptor(ProtectionDescriptor proDesc)voidsetResponseProtectionDescriptor(ProtectionDescriptor proDesc)-
Methods inherited from class com.sun.enterprise.deployment.runtime.RuntimeDescriptor
addPropertyChangeListener, addPropertyChangeListener, addValue, getAttributeValue, getAttributeValue, getAttributeValue, getValue, getValue, getValues, removePropertyChangeListener, removePropertyChangeListener, removeValue, removeValue, setAttributeValue, setAttributeValue, setAttributeValue, setValue, setValue, size
-
Methods inherited from class org.glassfish.deployment.common.Descriptor
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, print, setBoundsChecking, setDescription, setDisplayName, setLargeIconUri, setLocalizedDescription, setLocalizedDisplayName, setLocalizedLargeIconUri, setLocalizedSmallIconUri, setName, setSmallIconUri, visit
-
Methods inherited from class org.glassfish.deployment.common.DynamicAttributesDescriptor
addExtraAttribute, getExtraAttribute, getExtraAttributes, removeExtraAttribute, toString
-
Methods inherited from class java.util.Observable
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged
-
-
-
-
Field Detail
-
MESSAGE
public static final String MESSAGE
- See Also:
- Constant Field Values
-
REQUEST_PROTECTION
public static final String REQUEST_PROTECTION
- See Also:
- Constant Field Values
-
RESPONSE_PROTECTION
public static final String RESPONSE_PROTECTION
- See Also:
- Constant Field Values
-
-
Method Detail
-
addMessageDescriptor
public void addMessageDescriptor(MessageDescriptor messageDesc)
-
getMessageDescriptors
public List<MessageDescriptor> getMessageDescriptors()
-
getRequestProtectionDescriptor
public ProtectionDescriptor getRequestProtectionDescriptor()
-
setRequestProtectionDescriptor
public void setRequestProtectionDescriptor(ProtectionDescriptor proDesc)
-
getResponseProtectionDescriptor
public ProtectionDescriptor getResponseProtectionDescriptor()
-
setResponseProtectionDescriptor
public void setResponseProtectionDescriptor(ProtectionDescriptor proDesc)
-
-