public class NameUtils extends Object
Constructor and Description |
---|
NameUtils() |
Modifier and Type | Method and Description |
---|---|
static <G extends com.atlassian.crowd.model.group.Group> |
canonicalGroupMapping(Iterable<G> groups)
Returns a mapping from lowercase canonical version of each name to the original group.
|
static com.google.common.collect.ImmutableMap<String,String> |
canonicalMapping(Iterable<String> names)
Returns a mapping from lowercase canonical version of each name to the original.
|
static String |
getCanonicalName(com.atlassian.crowd.model.group.Group group) |
static String |
getCanonicalName(String name) |
public static String getCanonicalName(com.atlassian.crowd.model.group.Group group)
public static com.google.common.collect.ImmutableMap<String,String> canonicalMapping(Iterable<String> names)
Copyright © 2003–2015 Atlassian. All rights reserved.