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(java.lang.String name)
Creates a converter context with a name.
|
GrouperContext(java.lang.String name,
java.lang.Object object)
Creates a converter context with a name and an object.
|
equals, getName, getUserObject, hashCode, setName, setUserObject, toString
public static GrouperContext DEFAULT_CONTEXT
public GrouperContext(java.lang.String name)
name
- the name of the grouper context.public GrouperContext(java.lang.String name, java.lang.Object object)
name
- the name of the grouper context.object
- the user object. It can be used as any object to pass information along.