| Package | Description |
|---|---|
| org.kuali.kra.util |
| Modifier and Type | Class and Description |
|---|---|
class |
SensitiveFieldMatcherDecorator
This abstract class is base decorator to hold SensitiveFieldMatcher instance.
|
class |
SensitiveFieldPatternMatcherDecorator
This class is decorated to accommodate Pattern Matching
|
class |
SensitiveFieldSimpleMatcher
This class is simple implementation of SensitiveFieldMatcher, where sorted
TreeSet is populated with sensitive fields (ignoring wild card entries) and
matched against searchString.
|
| Modifier and Type | Field and Description |
|---|---|
protected SensitiveFieldMatcher |
SensitiveFieldMatcherDecorator.matcher |
| Constructor and Description |
|---|
SensitiveFieldMatcherDecorator(SensitiveFieldMatcher matcher) |
SensitiveFieldPatternMatcherDecorator(SensitiveFieldMatcher matcher) |
Copyright © 2013 The Kuali Foundation. All Rights Reserved.