public class IDMUtil extends Object
| Constructor and Description |
|---|
IDMUtil() |
| Modifier and Type | Method and Description |
|---|---|
static int |
isTypeOperationSupported(Class<? extends AttributedType> type,
IdentityStoreConfiguration.IdentityOperation operation,
Map<Class<? extends AttributedType>,Set<IdentityStoreConfiguration.IdentityOperation>> supportedTypes,
Map<Class<? extends AttributedType>,Set<IdentityStoreConfiguration.IdentityOperation>> unsupportedTypes) |
static <P extends Class<?>> |
isTypeSupported(P type,
Set<P> supportedTypes,
Set<P> unsupportedTypes) |
static <P> Set<P> |
toSet(P[] values)
Converts the given array into a
Set. |
public static <P> Set<P> toSet(P[] values)
Converts the given array into a Set.
P - values - public static <P extends Class<?>> int isTypeSupported(P type, Set<P> supportedTypes, Set<P> unsupportedTypes)
public static int isTypeOperationSupported(Class<? extends AttributedType> type, IdentityStoreConfiguration.IdentityOperation operation, Map<Class<? extends AttributedType>,Set<IdentityStoreConfiguration.IdentityOperation>> supportedTypes, Map<Class<? extends AttributedType>,Set<IdentityStoreConfiguration.IdentityOperation>> unsupportedTypes)
Copyright © 2013. All Rights Reserved.