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