public class MonitoringUtil extends Object
Modifier and Type | Field and Description |
---|---|
static String |
HTTP_AUTH_FILE |
Modifier and Type | Method and Description |
---|---|
static Byte[] |
convertDate(String date)
date/time format is "YYYY-MM-DD HH:MM:SS"
it should be an 8-Byte array, where
bytes 0-1: year
byte 2: month
byte 3: day
byte 4: hours
byte 5: minutes
byte 6: seconds
byte 7: deci-seconds (will be 0)
|
static String |
escapeColonInString(String str)
Escapes colons (":") in the supplied String to ":".
|
protected static Map<String,String> |
getMonAuthList(String authFilePath) |
static String[] |
getNetworkMonitorNames() |
static int |
getPolicyWindowSize() |
protected static String |
getRealmDNForRealm(String realm) |
static int |
getSessionWindowSize() |
protected static SSOToken |
getSSOToken() |
static boolean |
isRunning() |
protected static boolean |
networkMonitorExist(String nwMonName)
return whether the specified network monitor
has been instantiated in the entitlements service yet
|
public static String HTTP_AUTH_FILE
public static String[] getNetworkMonitorNames()
protected static boolean networkMonitorExist(String nwMonName)
public static String escapeColonInString(String str)
protected static SSOToken getSSOToken() throws SSOException
SSOException
public static Byte[] convertDate(String date)
date
- public static boolean isRunning()
public static int getPolicyWindowSize()
public static int getSessionWindowSize()
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.