Class SecurityTokenFactoryImpl
- java.lang.Object
-
- org.apache.xml.security.stax.securityToken.SecurityTokenFactory
-
- org.apache.xml.security.stax.impl.securityToken.SecurityTokenFactoryImpl
-
public class SecurityTokenFactoryImpl extends SecurityTokenFactory
Factory to create SecurityToken Objects from keys in XML
-
-
Constructor Summary
Constructors Constructor Description SecurityTokenFactoryImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InboundSecurityToken
getSecurityToken(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
-
-
-
-
Method Detail
-
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
-
-