| Package | Description |
|---|---|
| org.jasig.services.persondir.support.rule |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleAttributeRule
Sets a specified attribute to a specified value when a specified seed value
matches a specified pattern.
|
class |
StringFormatAttributeRule
Creates a new user attribute by passing a formatString and the values of
existing attributes to
String.format() |
| Modifier and Type | Method and Description |
|---|---|
List<AttributeRule> |
DeclaredRulePersonAttributeDao.getRules() |
| Modifier and Type | Method and Description |
|---|---|
void |
DeclaredRulePersonAttributeDao.setRules(List<AttributeRule> rules) |
| Constructor and Description |
|---|
DeclaredRulePersonAttributeDao(String attributeName,
List<AttributeRule> rules)
Creates a new DeclaredRulePersonAttributeDao specifying the attributeName to pass to
AbstractDefaultAttributePersonAttributeDao.getUsernameAttributeProvider() and the List of AttributeRules
to pass to DeclaredRulePersonAttributeDao.setRules(List) |
Copyright © 2015 Jasig. All Rights Reserved.