public class IdentityTypeUtil extends Object
| Constructor and Description |
|---|
IdentityTypeUtil() |
| Modifier and Type | Method and Description |
|---|---|
static String |
formatId(IdentityType identityType)
Return a formatted string representing the reference to the given
IdentityType. |
static String |
getIdentityType(String descriptor)
Return the type given a descriptor.
|
static String |
getIdentityTypeId(String descriptor)
Return the identifier of the identity type referenced by the descriptor.
|
static String |
getPartitionId(String descriptor)
Return the identifier of the partition where the identity type is stored.
|
static String[] |
getReferencedIds(String referencedId) |
static IdentityType |
resolveIdentityType(String descriptor,
Object parent,
PartitionManager partitionManager) |
public static IdentityType resolveIdentityType(String descriptor, Object parent, PartitionManager partitionManager)
public static String formatId(IdentityType identityType)
Return a formatted string representing the reference to the given IdentityType.
identityType - public static String getPartitionId(String descriptor)
Return the identifier of the partition where the identity type is stored.
descriptor - public static String getIdentityType(String descriptor)
Return the type given a descriptor.
descriptor - public static String getIdentityTypeId(String descriptor)
Return the identifier of the identity type referenced by the descriptor.
descriptor - Copyright © 2021. All rights reserved.