PicketLink Federation Core 2.1.6.Final-redhat-2

Uses of Class
org.picketlink.identity.federation.saml.v2.protocol.StatusType

Packages that use StatusType
org.picketlink.identity.federation.core.parsers.saml   
org.picketlink.identity.federation.core.saml.v2.factories   
org.picketlink.identity.federation.core.saml.v2.writers   
org.picketlink.identity.federation.saml.v2.protocol Package containing the classes for the protocol of SAMLv2 
 

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

Methods in org.picketlink.identity.federation.core.parsers.saml that return StatusType
protected  StatusType SAMLStatusResponseTypeParser.parseStatus(XMLEventReader xmlEventReader)
          Parse the status element
 

Uses of StatusType in org.picketlink.identity.federation.core.saml.v2.factories
 

Methods in org.picketlink.identity.federation.core.saml.v2.factories that return StatusType
static StatusType JBossSAMLAuthnResponseFactory.createStatusType(String statusCodeURI)
          Create a StatusType given the status code uri
 

Uses of StatusType in org.picketlink.identity.federation.core.saml.v2.writers
 

Methods in org.picketlink.identity.federation.core.saml.v2.writers with parameters of type StatusType
 void SAMLResponseWriter.write(StatusType status)
          Write a StatusType to stream
 

Uses of StatusType in org.picketlink.identity.federation.saml.v2.protocol
 

Fields in org.picketlink.identity.federation.saml.v2.protocol declared as StatusType
protected  StatusType StatusResponseType.status
           
 

Methods in org.picketlink.identity.federation.saml.v2.protocol that return StatusType
 StatusType StatusResponseType.getStatus()
          Gets the value of the status property.
 

Methods in org.picketlink.identity.federation.saml.v2.protocol with parameters of type StatusType
 void StatusResponseType.setStatus(StatusType value)
          Sets the value of the status property.
 


PicketLink Federation Core 2.1.6.Final-redhat-2

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