public class SamlAuthRequest extends Object
| Constructor and Description |
|---|
SamlAuthRequest(String href)
Initialize a SAML 2.0 Authentication Request object with a callback URL.
|
| Modifier and Type | Method and Description |
|---|---|
String |
toUrlParameterString()
Convert the SAML 2.0 Authentication Response document to a String, compress using ZLib deflate,
encode as base64, then use URL encoding to prepare for usage as a query parameter.
|
public SamlAuthRequest(String href)
href - The callback URL to embed in the documentpublic String toUrlParameterString() throws TransformerException
TransformerException - Document could not be transformed to a StringCopyright © 2021 Open Geospatial Consortium. All rights reserved.