PicketLink Federation Core 2.1.6.Final-redhat-2

org.picketlink.identity.federation.core.parsers.wst
Class WSTRequestSecurityTokenParser

java.lang.Object
  extended by org.picketlink.identity.federation.core.parsers.wst.WSTRequestSecurityTokenParser
All Implemented Interfaces:
ParserNamespaceSupport

public class WSTRequestSecurityTokenParser
extends Object
implements ParserNamespaceSupport

Parse the WS-Trust RequestSecurityToken

Since:
Oct 11, 2010
Author:
Anil.Saldhana@redhat.com

Field Summary
static String KEYVALUE
           
static String X509CERTIFICATE
           
 
Constructor Summary
WSTRequestSecurityTokenParser()
           
 
Method Summary
 Object parse(XMLEventReader xmlEventReader)
          Parse the event stream
 boolean supports(QName qname)
          Returns whether the parser supports parsing a particular namespace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

X509CERTIFICATE

public static final String X509CERTIFICATE
See Also:
Constant Field Values

KEYVALUE

public static final String KEYVALUE
See Also:
Constant Field Values
Constructor Detail

WSTRequestSecurityTokenParser

public WSTRequestSecurityTokenParser()
Method Detail

parse

public Object parse(XMLEventReader xmlEventReader)
             throws ParsingException
Description copied from interface: ParserNamespaceSupport
Parse the event stream

Specified by:
parse in interface ParserNamespaceSupport
Returns:
Throws:
ParsingException
See Also:
ParserNamespaceSupport#parse(XMLEventReader)}

supports

public boolean supports(QName qname)
Description copied from interface: ParserNamespaceSupport
Returns whether the parser supports parsing a particular namespace

Specified by:
supports in interface ParserNamespaceSupport
Returns:
See Also:
ParserNamespaceSupport#supports(QName)}

PicketLink Federation Core 2.1.6.Final-redhat-2

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.