|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<ReliableMessagingFeature.SecurityBinding>
com.sun.xml.ws.rm.ReliableMessagingFeature.SecurityBinding
public static enum ReliableMessagingFeature.SecurityBinding
This enumeration defines possible security binding mechanism options that can be applied to a created sequence.
NONE
,
STR
,
TRANSPORT
Enum Constant Summary | |
---|---|
NONE
There are no security binding requirements specified for the message. |
|
STR
An RM Sequence MUST be bound to an explicit token that is referenced from a wsse:SecurityTokenReference in the CreateSequence message. |
|
TRANSPORT
An RM Sequence MUST be bound to the session(s) of the underlying transport-level security protocol (e.g. |
Method Summary | |
---|---|
static ReliableMessagingFeature.SecurityBinding |
getDefault()
Provides a default security binding value. |
static ReliableMessagingFeature.SecurityBinding |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ReliableMessagingFeature.SecurityBinding[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final ReliableMessagingFeature.SecurityBinding STR
ReliableMessagingFeature.SecurityBinding
public static final ReliableMessagingFeature.SecurityBinding 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 CreateSequence
and CreateSequenceResponse
messages.
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)."
ReliableMessagingFeature.SecurityBinding
public static final ReliableMessagingFeature.SecurityBinding NONE
ReliableMessagingFeature.SecurityBinding
Method Detail |
---|
public static final ReliableMessagingFeature.SecurityBinding[] values()
for(ReliableMessagingFeature.SecurityBinding c : ReliableMessagingFeature.SecurityBinding.values()) System.out.println(c);
public static ReliableMessagingFeature.SecurityBinding valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namepublic static ReliableMessagingFeature.SecurityBinding getDefault()
NONE
.ReliableMessagingFeature.SecurityBinding
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |