PicketLink Federation Core 2.1.6.Final-redhat-2

Uses of Interface
org.picketlink.identity.federation.core.parsers.ParserNamespaceSupport

Packages that use ParserNamespaceSupport
org.picketlink.identity.federation.core.parsers   
org.picketlink.identity.federation.core.parsers.config   
org.picketlink.identity.federation.core.parsers.saml   
org.picketlink.identity.federation.core.parsers.saml.metadata   
org.picketlink.identity.federation.core.parsers.saml.xacml   
org.picketlink.identity.federation.core.parsers.sts   
org.picketlink.identity.federation.core.parsers.wsa   
org.picketlink.identity.federation.core.parsers.wsp   
org.picketlink.identity.federation.core.parsers.wsse   
org.picketlink.identity.federation.core.parsers.wst   
 

Uses of ParserNamespaceSupport in org.picketlink.identity.federation.core.parsers
 

Classes in org.picketlink.identity.federation.core.parsers that implement ParserNamespaceSupport
 class AbstractParser
          Base class for parsers
 

Methods in org.picketlink.identity.federation.core.parsers that return ParserNamespaceSupport
static ParserNamespaceSupport ParserController.get(QName qname)
          Get an ParserNamespaceSupport that supports parsing the qname
 

Methods in org.picketlink.identity.federation.core.parsers with parameters of type ParserNamespaceSupport
static void ParserController.add(ParserNamespaceSupport parser)
           Add an ParserNamespaceSupport parser
 

Uses of ParserNamespaceSupport in org.picketlink.identity.federation.core.parsers.config
 

Classes in org.picketlink.identity.federation.core.parsers.config that implement ParserNamespaceSupport
 class PicketLinkConfigParser
          Parser to parse the consolidated picketlink.xml
 class SAMLConfigParser
          Parse the SAML IDP/SP config as well as the handlers
 

Uses of ParserNamespaceSupport in org.picketlink.identity.federation.core.parsers.saml
 

Classes in org.picketlink.identity.federation.core.parsers.saml that implement ParserNamespaceSupport
 class SAML11AssertionParser
          Parse the saml assertion
 class SAML11RequestParser
          Parse the SAML2 AuthnRequest
 class SAML11ResponseParser
          Parse the SAML 11 Response
 class SAML11SubjectParser
          Parse the saml subject
 class SAMLArtifactResolveParser
          Parse the ArtifactResolveType
 class SAMLArtifactResponseParser
          Parse the SAML Response
 class SAMLAssertionParser
          Parse the saml assertion
 class SAMLAttributeQueryParser
          Parse the ArtifactResolveType
 class SAMLAuthNRequestParser
          Parse the SAML2 AuthnRequest
 class SAMLConditionsParser
          Parse the in the saml assertion
 class SAMLParser
          Parse SAML payload
 class SAMLResponseParser
          Parse the SAML Response
 class SAMLSloRequestParser
          Parse the Single Log Out requests
 class SAMLSloResponseParser
          Parse the SLO Response
 class SAMLSubjectParser
          Parse the saml subject
 

Uses of ParserNamespaceSupport in org.picketlink.identity.federation.core.parsers.saml.metadata
 

Classes in org.picketlink.identity.federation.core.parsers.saml.metadata that implement ParserNamespaceSupport
 class SAMLEntitiesDescriptorParser
          Parse the SAML Entities Descriptor
 class SAMLEntityDescriptorParser
          Parse the SAML Metadata element "EntityDescriptor"
 

Uses of ParserNamespaceSupport in org.picketlink.identity.federation.core.parsers.saml.xacml
 

Classes in org.picketlink.identity.federation.core.parsers.saml.xacml that implement ParserNamespaceSupport
 class SAMLXACMLRequestParser
          Parse the XACML Elements as specified by the SAML-XACML Profile.
 

Uses of ParserNamespaceSupport in org.picketlink.identity.federation.core.parsers.sts
 

Classes in org.picketlink.identity.federation.core.parsers.sts that implement ParserNamespaceSupport
 class STSConfigParser
           A Stax parser for the STS configuration.
 

Uses of ParserNamespaceSupport in org.picketlink.identity.federation.core.parsers.wsa
 

Classes in org.picketlink.identity.federation.core.parsers.wsa that implement ParserNamespaceSupport
 class WSAddressingParser
           Able to parse the WS-Addressing pieces in WS-T RST.
 

Uses of ParserNamespaceSupport in org.picketlink.identity.federation.core.parsers.wsp
 

Classes in org.picketlink.identity.federation.core.parsers.wsp that implement ParserNamespaceSupport
 class WSPolicyParser
           Parses the WS-Policy elements that can be part of the WS-T RST
 

Uses of ParserNamespaceSupport in org.picketlink.identity.federation.core.parsers.wsse
 

Classes in org.picketlink.identity.federation.core.parsers.wsse that implement ParserNamespaceSupport
 class WSSecurityParser
           Parses the WS-Security elements that can be part of the WS-T RST
 

Uses of ParserNamespaceSupport in org.picketlink.identity.federation.core.parsers.wst
 

Classes in org.picketlink.identity.federation.core.parsers.wst that implement ParserNamespaceSupport
 class WSTCancelTargetParser
          Stax parser for the wst:CancelTarget element
 class WSTRenewTargetParser
          Stax parser for the wst:RenewTarget element
 class WSTRequestSecurityTokenCollectionParser
          Parse the WS-Trust RequestSecurityToken Collection
 class WSTRequestSecurityTokenParser
          Parse the WS-Trust RequestSecurityToken
 class WSTRequestSecurityTokenResponseCollectionParser
          Parse the WS-Trust RequestSecurityTokenResponse Collection
 class WSTRequestSecurityTokenResponseParser
          Parse the WS-Trust RequestSecurityTokenResponse
 class WSTrustOnBehalfOfParser
          Parser to parse the OnBehalfOf tag
 class WSTrustParser
          Parser for WS-Trust payload
 class WSTValidateTargetParser
          Stax parser for the wst:ValidateTarget element
 


PicketLink Federation Core 2.1.6.Final-redhat-2

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