public class SNUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
static com.fasterxml.jackson.databind.ObjectMapper |
MAPPER |
| Constructor and Description |
|---|
SNUtils() |
| Modifier and Type | Method and Description |
|---|---|
static org.identityconnectors.common.security.GuardedString |
createProtectedPassword(String password) |
static String |
fromCamelCaseToUnderscored(String str) |
static String |
fromUnderscoredToCamelCase(String str) |
static void |
handleGeneralError(String message) |
static void |
handleGeneralError(String message,
Exception ex) |
static boolean |
isEmptyObject(Object obj) |
static void |
wrapGeneralError(String message,
Exception ex) |
Copyright © 2018–2022. All rights reserved.