| Package | Description |
|---|---|
| org.keycloak.saml.processing.api.saml.v2.request | |
| org.keycloak.saml.processing.core.saml.v2.writers | |
| org.keycloak.saml.processing.web.util |
| Modifier and Type | Method and Description |
|---|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
void |
SAMLRequestWriter.write(AuthnRequestType request)
Write a
AuthnRequestType to stream |
| Modifier and Type | Method and Description |
|---|---|
static AuthnRequestType |
RedirectBindingSignatureUtil.getRequestFromSignedURL(String signedURL)
From the SAML Request URL, get the Request object
|
| Modifier and Type | Method and Description |
|---|---|
static String |
RedirectBindingSignatureUtil.getSAMLRequestURLWithSignature(AuthnRequestType authRequest,
String relayState,
PrivateKey signingKey)
Get the URL for the SAML request that contains the signature and signature algorithm
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.