public abstract class SecurityTokenFactory extends Object
Constructor and Description |
---|
SecurityTokenFactory() |
Modifier and Type | Method and Description |
---|---|
static SecurityTokenFactory |
getInstance() |
abstract InboundSecurityToken |
getSecurityToken(org.apache.xml.security.binding.xmldsig.KeyInfoType keyInfoType,
SecurityTokenConstants.KeyUsage keyUsage,
XMLSecurityProperties securityProperties,
InboundSecurityContext inboundSecurityContext) |
public static SecurityTokenFactory getInstance() throws XMLSecurityException
XMLSecurityException
public abstract InboundSecurityToken getSecurityToken(org.apache.xml.security.binding.xmldsig.KeyInfoType keyInfoType, SecurityTokenConstants.KeyUsage keyUsage, XMLSecurityProperties securityProperties, InboundSecurityContext inboundSecurityContext) throws XMLSecurityException
XMLSecurityException
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.