|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
ElementConf | Super interface of all WS-Security configuration interfaces that shall be referenced by identifier. |
EncryptedDataConf | Represents configuration of EncryptedData element defined by XML Encryption specification. |
EncryptedKeyConf | Represents configuration of EncryptedKey element defined by XML Encryption specification. |
EncryptedTypeConf | Represents configuration of EncryptedType that is base of EncryptedDataConf and EncryptedKeyConf . |
EncryptionReferenceConf | Represents reference to EncryptedDataConf or EncryptedKeyConf . |
ExternalSecurityTokensConf | Represents configuration of external security tokens (security token becames external if its configuration is a part of configuration of this interface). |
KeyInfoConf | Represents configuration of KeyInfo element that represents key used in encryption or signature algorithm. |
MessageConf | Represents configuration of message's WS-Security and Timestamp headers. |
OrderedElementConf | Represents processing ordering of WS-Security elements. |
PropertyConf | Represents configuration of property that is used to specify optional or extensible part of WS-Security element. |
ReferenceConf | Represents configuration of Transform of XML Signature reference. |
ReferenceListConf | Represents ReferenceList element of XML Encryption that contains pointer
to encrypted items in message that are not referenced from any EncryptedKeyConf . |
SecuredMessage | Represents configuration of outgoing WSSecurity message identified by one or more operation name. |
SecurityTokenConf | Represents security token defined by WS-Security specification. |
SignatureConf | Represents Signature and its SignedInfo, defined by XML Signature specification. |
TransformConf | Represents configuration of Transform element, defined by XML Signature specification. |
WSSEConf | Represents configuration of external security tokens , incoming validator
and policies of certificate validation , timestamp header expiration
and username token validation . |
WSSEGlobalConf | Represents global persistent configuration of WS-Security. |
WSSEProviderConf | Represents persistent configuration of WS-Security on the service endpoint and service client. |
The package contains low-level API that allows to set up messaging with WS-Security security provider in both runtime and persistent manner.
The entry points of low-level WS-Security configuration are the MessageConf
,
WSSEConf
,
WSSEProviderConf
and
WSSEGlobalConf
interfaces
that drives generation of WS-Security headers in outgoing messages. Incoming message's WS-Security setup can
be validated using IncomingValidator
(configuration of IncomingValidator
is also configured using low-level API).
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |