Class SecurityTokenFactory
java.lang.Object
org.apache.xml.security.stax.securityToken.SecurityTokenFactory
- Direct Known Subclasses:
SecurityTokenFactoryImpl
Factory to create SecurityToken Objects from keys in XML
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SecurityTokenFactory
abstract InboundSecurityToken
getSecurityToken
(org.apache.xml.security.binding.xmldsig.KeyInfoType keyInfoType, SecurityTokenConstants.KeyUsage keyUsage, XMLSecurityProperties securityProperties, InboundSecurityContext inboundSecurityContext)
-
Constructor Details
-
SecurityTokenFactory
public SecurityTokenFactory()
-
-
Method Details
-
getInstance
- Throws:
XMLSecurityException
-
getSecurityToken
public abstract InboundSecurityToken getSecurityToken(org.apache.xml.security.binding.xmldsig.KeyInfoType keyInfoType, SecurityTokenConstants.KeyUsage keyUsage, XMLSecurityProperties securityProperties, InboundSecurityContext inboundSecurityContext) throws XMLSecurityException - Throws:
XMLSecurityException
-