| Package | Description |
|---|---|
| edu.internet2.middleware.grouper.attr |
| Modifier and Type | Method and Description |
|---|---|
AttributeDefScopeType |
AttributeDefScope.getAttributeDefScopeType()
type of scope
|
static AttributeDefScopeType |
AttributeDefScopeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AttributeDefScopeType |
AttributeDefScopeType.valueOfIgnoreCase(String string,
boolean exceptionOnNull)
do a case-insensitive matching
|
static AttributeDefScopeType[] |
AttributeDefScopeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
AttributeDefScope |
AttributeDefScopeDelegate.addScope(AttributeDefScopeType attributeDefScopeType,
String scopeString,
String scopeString2) |
AttributeDefScope |
AttributeDefScopeDelegate.assignScope(AttributeDefScopeType attributeDefScopeType,
String scopeString,
String scopeString2)
adds scope if not already there
|
AttributeDefScope |
AttributeDefScopeDelegate.internal_addScope(AttributeDefScopeType attributeDefScopeType,
String scopeString,
String scopeString2,
String uuid) |
Set<AttributeDefScope> |
AttributeDefScopeDelegate.removeScope(AttributeDefScopeType attributeDefScopeType,
String scopeString)
remove all scopes with this type and scope string
|
Set<AttributeDefScope> |
AttributeDefScopeDelegate.removeScope(AttributeDefScopeType attributeDefScopeType,
String scopeString,
String scopeString2)
remove all scopes with this type, scope string, and scope string2
|
AttributeDefScope |
AttributeDefScopeDelegate.retrieveAttributeDefScope(AttributeDefScopeType attributeDefScopeType,
String scopeString,
String scopeString2)
find a scope and return it if there or null if not
|
void |
AttributeDefScope.setAttributeDefScopeType(AttributeDefScopeType attributeDefScopeType1)
type of scope
|
Copyright © 2016 Internet2. All rights reserved.