SecurityTokenFactoryImplpublic abstract class SecurityTokenFactory extends Object
| Constructor | Description |
|---|---|
SecurityTokenFactory() |
| Modifier and Type | Method | 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
XMLSecurityExceptionpublic abstract InboundSecurityToken getSecurityToken(org.apache.xml.security.binding.xmldsig.KeyInfoType keyInfoType, SecurityTokenConstants.KeyUsage keyUsage, XMLSecurityProperties securityProperties, InboundSecurityContext inboundSecurityContext) throws XMLSecurityException
XMLSecurityExceptionCopyright © 2000–2018 The Apache Software Foundation. All rights reserved.