Modifier and Type | Method and Description |
---|---|
protected String |
SamlService.BindingProtocol.getBindingType(AuthnRequestType requestAbstractType) |
protected javax.ws.rs.core.Response |
SamlService.BindingProtocol.loginRequest(String relayState,
AuthnRequestType requestAbstractType,
ClientModel client) |
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 © 2016 JBoss by Red Hat. All rights reserved.