public class GrouperContext extends AbstractContext
| Modifier and Type | Field and Description |
|---|---|
static GrouperContext |
DEFAULT_CONTEXT
Default converter context with empty name and no user object.
|
| Constructor and Description |
|---|
GrouperContext(String name)
Creates a converter context with a name.
|
GrouperContext(String name,
Object object)
Creates a converter context with a name and an object.
|
public static GrouperContext DEFAULT_CONTEXT
public GrouperContext(String name)
name - the name of the grouper context.