| Package | Description |
|---|---|
| org.apereo.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 |
|---|---|
java.util.List<AttributeRule> |
DeclaredRulePersonAttributeDao.getRules() |
| Modifier and Type | Method and Description |
|---|---|
void |
DeclaredRulePersonAttributeDao.setRules(java.util.List<AttributeRule> rules) |
| Constructor and Description |
|---|
DeclaredRulePersonAttributeDao(java.lang.String attributeName,
java.util.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 © 2005-2018. All Rights Reserved.