public class SSOUtils extends Object
| Constructor and Description |
|---|
SSOUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getSystemProperty(String key,
String defaultValue) |
static boolean |
isSSOEnabled() |
static Class<?> |
loadClass(String filterClazz)
Attempt to load class from various available classloaders
|
static String |
substituteSystemProperty(String input)
Replaces variables of ${var:default} with System.getProperty(var, default).
|
public static boolean isSSOEnabled()
public static Class<?> loadClass(String filterClazz)
filterClazz - classpublic static String substituteSystemProperty(String input)
input - Copyright © 2021 JBoss by Red Hat. All Rights Reserved.