PicketLink Federation Core 2.1.6.Final-redhat-2

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

Packages that use AuthnRequestType
org.picketlink.identity.federation.api.saml.v2.request   
org.picketlink.identity.federation.core.saml.v2.writers   
org.picketlink.identity.federation.web.filters   
org.picketlink.identity.federation.web.util   
 

Uses of AuthnRequestType in org.picketlink.identity.federation.api.saml.v2.request
 

Methods in org.picketlink.identity.federation.api.saml.v2.request that return AuthnRequestType
 AuthnRequestType SAML2Request.createAuthnRequestType(String id, String assertionConsumerURL, String destination, String issuerValue)
          Create an authentication request
 AuthnRequestType SAML2Request.getAuthnRequestType(InputStream is)
          Get the AuthnRequestType from an input stream
 AuthnRequestType SAML2Request.getAuthnRequestType(String fileName)
          Get AuthnRequestType from a file
 

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

Methods in org.picketlink.identity.federation.core.saml.v2.writers with parameters of type AuthnRequestType
 void SAMLRequestWriter.write(AuthnRequestType request)
          Write a AuthnRequestType to stream
 

Uses of AuthnRequestType in org.picketlink.identity.federation.web.filters
 

Methods in org.picketlink.identity.federation.web.filters with parameters of type AuthnRequestType
protected  void SPFilter.sendRequestToIDP(AuthnRequestType authnRequest, String relayState, javax.servlet.http.HttpServletResponse response)
           
 

Uses of AuthnRequestType in org.picketlink.identity.federation.web.util
 

Methods in org.picketlink.identity.federation.web.util that return AuthnRequestType
static AuthnRequestType RedirectBindingSignatureUtil.getRequestFromSignedURL(String signedURL)
          From the SAML Request URL, get the Request object
 

Methods in org.picketlink.identity.federation.web.util with parameters of type AuthnRequestType
static String RedirectBindingSignatureUtil.getSAMLRequestURLWithSignature(AuthnRequestType authRequest, String relayState, PrivateKey signingKey)
          Get the URL for the SAML request that contains the signature and signature algorithm
 


PicketLink Federation Core 2.1.6.Final-redhat-2

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