public class Utils extends Object
Constructor and Description |
---|
Utils() |
Modifier and Type | Method and Description |
---|---|
static <T> T |
getAttributeSingleValue(Set<org.identityconnectors.framework.common.objects.Attribute> attributes,
String attributeName,
Class<T> type) |
static String |
getMandatoryStringAttribute(Set<org.identityconnectors.framework.common.objects.Attribute> attributes,
String attributeName) |
static void |
notEmpty(String value,
String message) |
static void |
notEmptyArgument(String value,
String arg) |
static void |
notNull(Object object,
String message) |
static void |
notNullArgument(Object object,
String arg) |
static void |
validate(org.identityconnectors.framework.common.objects.ObjectClass oc) |
public static String getMandatoryStringAttribute(Set<org.identityconnectors.framework.common.objects.Attribute> attributes, String attributeName)
public static <T> T getAttributeSingleValue(Set<org.identityconnectors.framework.common.objects.Attribute> attributes, String attributeName, Class<T> type)
public static void validate(org.identityconnectors.framework.common.objects.ObjectClass oc)
Copyright © 2016 evolveum. All rights reserved.