| Interface | Description |
|---|---|
| SecurityHeaderBlock | |
| SecurityToken |
| Class | Description |
|---|---|
| BinarySecurityToken |
A wsse:BinarySecurityToken.
|
| DerivedKeyTokenHeaderBlock | |
| EncryptedDataHeaderBlock |
Corresponds to Schema definition for EncryptedData.
|
| EncryptedDataImpl |
Simple EncryptedData for Sign and Encrypt Usecase.
|
| EncryptedHeaderBlock |
Corresponds to Schema definition for EncryptedData.
|
| EncryptedKeyHeaderBlock |
The schema definition of EncryptedKey element is as follows:
|
| EncryptedKeyToken | |
| EncryptedTypeHeaderBlock |
Schema definition for an EncryptedType is as follows:
|
| KeyInfoHeaderBlock |
Corresponds to the schema representation for a KeyInfo.
|
| LogStringsMessages |
Defines string formatting method for each constant in the resource file
|
| ReferenceElement | |
| ReferenceListHeaderBlock |
A ReferenceList element is defined as follows:
|
| SamlAssertionHeaderBlock |
The schema definition for a SAML
Assertion is as follows:
<xmp>
<element name="Assertion" type="saml:AssertionType"/>
<complexType name="AssertionType">
<sequence>
<element ref="saml:Conditions" minOccurs="0"/>
<element ref="saml:Advice" minOccurs="0"/>
<choice maxOccurs="unbounded">
<element ref="saml:Statement"/>
<element ref="saml:SubjectStatement"/>
<element ref="saml:AuthenticationStatement"/>
<element ref="saml:AuthorizationDecisionStatement"/>
<element ref="saml:AttributeStatement"/>
</choice>
<element ref="ds:Signature" minOccurs="0"/>
</sequence>
<attribute name="MajorVersion" type="integer" use="required"/>
<attribute name="MinorVersion" type="integer" use="required"/>
<attribute name="AssertionID" type="saml:IDType" use="required"/>
<attribute name="Issuer" type="string" use="required"/>
<attribute name="IssueInstant" type="dateTime" use="required"/>
</complexType>
</xmp> |
| SecurityContextTokenImpl |
<wsc:SecurityContextToken wsu:Id="..." ...>
<wsc:Identifier>...</wsc:Identifier>
<wsc:Instance>...</wsc:Instance>
...
|
| SecurityHeader | |
| SecurityTokenReference | |
| SignatureConfirmationHeaderBlock |
wsse11:SignatureConfirmation
|
| SignatureHeaderBlock |
|
| Timestamp | |
| UsernameToken |
Support for a WSS:Username Token Profile.
|
| X509SecurityToken |
An X509 v3 certificate BinarySecurityToken.
|
Copyright © 2005–2018 Oracle Corporation. All rights reserved.