public class SSOAuthentication
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
void |
addCookies(org.apache.hc.client5.http.impl.sync.HttpClientBuilder clientBuilder) |
protected java.util.List<org.apache.hc.client5.http.cookie.Cookie> |
getCookies() |
static SSOAuthentication |
getInstance() |
SSOAuthentication |
init(SSOAuth ssoAuth) |
static void |
main(java.lang.String[] args) |
void |
setSsoAuthenticationURL(java.lang.String ssoAuthenticationURL) |
public static void main(java.lang.String[] args)
public static SSOAuthentication getInstance()
public void setSsoAuthenticationURL(java.lang.String ssoAuthenticationURL)
ssoAuthenticationURL
- the ssoAuthenticationURL to setpublic SSOAuthentication init(SSOAuth ssoAuth)
protected java.util.List<org.apache.hc.client5.http.cookie.Cookie> getCookies()
public void addCookies(org.apache.hc.client5.http.impl.sync.HttpClientBuilder clientBuilder)
Copyright © SAS Institute. All Rights Reserved.