Package com.sun.xml.ws.rx.rm.api
Enum ReliableMessagingFeature.SecurityBinding
java.lang.Object
java.lang.Enum<ReliableMessagingFeature.SecurityBinding>
com.sun.xml.ws.rx.rm.api.ReliableMessagingFeature.SecurityBinding
- All Implemented Interfaces:
Serializable,Comparable<ReliableMessagingFeature.SecurityBinding>
- Enclosing class:
- ReliableMessagingFeature
public static enum ReliableMessagingFeature.SecurityBinding
extends Enum<ReliableMessagingFeature.SecurityBinding>
Defines the enumeration of possible security binding mechanism options that
can be applied to a created sequence.
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThere are no security binding requirements specified for the message.An RM Sequence MUST be bound to an explicit token that is referenced from a wsse:SecurityTokenReference in the CreateSequence message.An RM Sequence MUST be bound to the session(s) of the underlying transport-level security protocol (e.g. -
Method Summary
Modifier and TypeMethodDescriptionProvides a default security binding value.Returns the enum constant of this type with the specified name.values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
STR
An RM Sequence MUST be bound to an explicit token that is referenced from a wsse:SecurityTokenReference in the CreateSequence message.- See Also:
-
TRANSPORT
An RM Sequence MUST be bound to the session(s) of the underlying transport-level security protocol (e.g. SSL/TLS) used to carry the
CreateSequenceandCreateSequenceResponsemessages.The assertion specifying this requirement MUST be used in conjunction with the sp:TransportBinding assertion that requires the use of some transport-level security mechanism (e.g. sp:HttpsToken)."
- See Also:
-
NONE
There are no security binding requirements specified for the message.- See Also:
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
getDefault
Provides a default security binding value.- Returns:
- a default security binding value. Currently returns
NONE. - See Also:
-