| Package | Description |
|---|---|
| com.sun.xml.ws.security.impl.policy | |
| com.sun.xml.ws.security.impl.policyconv | |
| com.sun.xml.ws.security.policy |
| Modifier and Type | Class and Description |
|---|---|
class |
EncryptedSupportingTokens |
class |
EndorsingEncryptedSupportingTokens |
class |
EndorsingSupportingTokens |
class |
SignedEncryptedSupportingTokens |
class |
SignedEndorsingEncryptedSupportingTokens |
class |
SignedEndorsingSupportingTokens |
class |
SignedSupportingTokens |
class |
SupportingTokens |
| Modifier and Type | Field and Description |
|---|---|
protected SupportingTokens |
SupportingTokensProcessor.st |
| Modifier and Type | Method and Description |
|---|---|
void |
NilBindingProcessor.processSupportingTokens(SupportingTokens st) |
void |
BindingProcessor.processSupportingTokens(SupportingTokens st) |
void |
TransportBindingProcessor.processSupportingTokens(SupportingTokens tokens) |
| Constructor and Description |
|---|
EndorsingSupportingTokensProcessor(SupportingTokens st,
TokenProcessor tokenProcessor,
Binding binding,
XWSSPolicyContainer container,
SignaturePolicy sp,
EncryptionPolicy ep,
PolicyID pid)
Creates a new instance of EndorsingSupportingTokensProcessor
|
SignedEndorsingSupportingTokensProcessor(SupportingTokens st,
TokenProcessor tokenProcessor,
Binding binding,
XWSSPolicyContainer container,
SignaturePolicy sp,
EncryptionPolicy ep,
PolicyID pid)
Creates a new instance of EndorsingSupportingTokensProcessor
|
SupportingTokensProcessor(SupportingTokens st,
TokenProcessor tokenProcessor,
Binding binding,
XWSSPolicyContainer container,
SignaturePolicy sp,
EncryptionPolicy ep,
PolicyID pid)
Creates a new instance of SupportingTokensProcessor
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
EncryptedSupportingTokens
Encrypted supporting tokens are supporting tokens that are included in
the security header and MUST be encrypted when they appear in the security header.
|
interface |
EndorsingEncryptedSupportingTokens
Endorsing, encrypted supporting tokens are Endorsing supporting tokens that
are also encrypted when they appear in the wsse:SecurityHeader.
|
interface |
EndorsingSupportingTokens
Endorsing tokens sign the message signature, that is they sign the entire
Signature element produced from the message signature and may optionally
include additional message parts to sign and/or encrypt
|
interface |
SignedEncryptedSupportingTokens
Signed, encrypted supporting tokens are Signed supporting tokens that are also
encrypted when they appear in the wsse:SecurityHeader.
|
interface |
SignedEndorsingEncryptedSupportingTokens
Signed, endorsing, encrypted supporting tokens are signed, endorsing supporting
tokens that are also encrypted when they appear in the wsse:SecurityHeader.
|
interface |
SignedEndorsingSupportingTokens
Signed endorsing tokens sign the entire ds:Signature element produced from the message signature and
are themselves signed by that message signature, that is both tokens (the token used for the message
signature and the signed endorsing token) sign each other.
|
interface |
SignedSupportingTokens
Signed tokens are included in the message signature as defined above and may
optionally include additional message parts to sign and/or encrypt.
|
Copyright © 2005–2018 Oracle Corporation. All rights reserved.