public class DeputyUtils extends Object
Constructor and Description |
---|
DeputyUtils() |
Modifier and Type | Method and Description |
---|---|
static Collection<String> |
getDelegatorOids(UserType user) |
static Collection<PrismReferenceValue> |
getDelegatorReferences(UserType user) |
static boolean |
isDelegationAssignment(AssignmentType assignment) |
static boolean |
isDelegationPresent(UserType deputy,
String delegatorOid) |
static boolean |
isDelegationRelation(QName relation) |
static boolean |
isMembershipRelation(QName relation) |
public static boolean isDelegationRelation(QName relation)
public static boolean isMembershipRelation(QName relation)
@NotNull public static Collection<PrismReferenceValue> getDelegatorReferences(@NotNull UserType user)
@NotNull public static Collection<String> getDelegatorOids(@NotNull UserType user)
public static boolean isDelegationPresent(@NotNull UserType deputy, @NotNull String delegatorOid)
public static boolean isDelegationAssignment(AssignmentType assignment)
Copyright © 2017 Evolveum. All rights reserved.