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 |
---|---|
Set<AttributeStatementType> |
DelegatedAttributeManager.getAttributes(AuthnRequestType authnRequestType,
Principal userPrincipal) |
Map<String,Object> |
DelegatedAttributeManager.getAttributesMap(AuthnRequestType authnRequestType,
Principal userPrincipal) |
Modifier and Type | Method and Description |
---|---|
AuthnRequestType |
SPInfoHolder.getAuthnRequestType() |
Modifier and Type | Method and Description |
---|---|
void |
SPInfoHolder.setAuthnRequestType(AuthnRequestType authnRequestType) |
Modifier and Type | Method and Description |
---|---|
Set<AttributeStatementType> |
SAML2AttributeManager.getAttributes(AuthnRequestType authnRequestType,
Principal userPrincipal)
Returns a list of
AttributeStatementType based on a incoming
AuthnRequestType and the authenticated Principal . |
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 © 2019. All rights reserved.