Uses of Interface
com.sun.xml.wss.core.SecurityToken
-
Packages that use SecurityToken Package Description com.sun.xml.wss.core com.sun.xml.wss.impl.dsig -
-
Uses of SecurityToken in com.sun.xml.wss.core
Classes in com.sun.xml.wss.core that implement SecurityToken Modifier and Type Class Description classBinarySecurityTokenA wsse:BinarySecurityToken.classDerivedKeyTokenHeaderBlockclassEncryptedKeyTokenclassSamlAssertionHeaderBlockThe schema definition for a SAMLAssertionis 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>classSecurityContextTokenImpl<wsc:SecurityContextToken wsu:Id="..." ...> <wsc:Identifier>...</wsc:Identifier> <wsc:Instance>...</wsc:Instance> ...classUsernameTokenSupport for a WSS:Username Token Profile.classX509SecurityTokenAn X509 v3 certificate BinarySecurityToken. -
Uses of SecurityToken in com.sun.xml.wss.impl.dsig
Methods in com.sun.xml.wss.impl.dsig that return SecurityToken Modifier and Type Method Description protected static SecurityTokenKeySelectorImpl. resolveToken(String uri, XMLCryptoContext context)BinaryTokens if found would be cached intoFilterProcessingContext.
-