org.apache.xml.security.stax.securityToken
Class SecurityTokenFactory
java.lang.Object
org.apache.xml.security.stax.securityToken.SecurityTokenFactory
- Direct Known Subclasses:
- SecurityTokenFactoryImpl
public abstract class SecurityTokenFactory
- extends Object
Factory to create SecurityToken Objects from keys in XML
- Version:
- $Revision: 1463132 $ $Date: 2013-04-01 14:27:45 +0100 (Mon, 01 Apr 2013) $
- Author:
- $Author: giger $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SecurityTokenFactory
public SecurityTokenFactory()
getInstance
public static SecurityTokenFactory getInstance()
throws XMLSecurityException
- Throws:
XMLSecurityException
getSecurityToken
public abstract InboundSecurityToken getSecurityToken(KeyInfoType keyInfoType,
SecurityTokenConstants.KeyUsage keyUsage,
XMLSecurityProperties securityProperties,
InboundSecurityContext inboundSecurityContext)
throws XMLSecurityException
- Throws:
XMLSecurityException
Copyright © 2000–2013 The Apache Software Foundation. All rights reserved.