|
PicketLink Federation Core 2.1.6.Final-redhat-2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |||||||||
PREV NEXT | FRAMES NO FRAMES |