| Modifier and Type | Method and Description |
|---|---|
void |
SAMLClient.doSAMLRedirect(javax.servlet.http.HttpServletResponse response,
String relayState) |
String |
SAMLClient.generateAuthnRequest(String requestId)
Create a new AuthnRequest suitable for sending to an HTTPRedirect binding
endpoint on the IdP.
|
SAMLConfigImpl |
SAMLConfigImpl.init() |
SAMLConfigImpl |
SAMLConfigImpl.init(Function<String,String> function) |
static void |
SAMLInit.initialize() |
AttributeSet |
SAMLClient.validateResponseGET(String queryString) |
AttributeSet |
SAMLClient.validateResponsePOST(String _authnResponse)
Check an authnResponse and return the subject if validation succeeds.
|
| Constructor and Description |
|---|
IdPConfig(File metadataFile)
Construct a new IdpConfig from a metadata XML file.
|
SAMLClient(SAMLConfig config)
Create a new SAMLClient, using the IdPConfig for endpoints and
validation.
|
SPConfig(File metadataFile)
Construct a new SPConfig from a metadata XML file.
|
Copyright © 2015. All rights reserved.