public class SsoUtils extends Object
Helper class, which provides methods to work with SSO.
Constructor and Description |
---|
SsoUtils() |
Modifier and Type | Method and Description |
---|---|
static URI |
buildSsoRevokeUrl(String url)
Construct SSO URL to revoke SSO token
|
static URI |
buildSsoUrlBasic(String url)
Construct SSO URL to obtain token from username and password.
|
static URI |
buildSsoUrlKerberos(String url)
Construct SSO URL to obtain token from kerberos authentication.
|
static URI |
buildUrl(String url)
Construct simple URL
|
public static URI buildSsoUrlBasic(String url)
Construct SSO URL to obtain token from username and password.
url
- oVirt engine URLpublic static URI buildSsoUrlKerberos(String url)
Construct SSO URL to obtain token from kerberos authentication.
url
- oVirt engine URLpublic static URI buildSsoRevokeUrl(String url)
Construct SSO URL to revoke SSO token
url
- oVirt engine URLCopyright © 2016. All rights reserved.