public class RegisteredServiceRegexAttributeFilter extends Object implements RegisteredServiceAttributeFilter
| Constructor and Description |
|---|
RegisteredServiceRegexAttributeFilter(String regex) |
public RegisteredServiceRegexAttributeFilter(String regex)
public Map<String,Object> filter(String principalId, Map<String,Object> givenAttributes, RegisteredService registeredService)
Collection, Map or an array.
Collection and
Map are expected to allow casting to Map<String, String>
or Collection<String>.
Values that are of type array are expected to allow casting to String[].
String[].filter in interface RegisteredServiceAttributeFilterprincipalId - the principal id for whom attributes are to be releasedgivenAttributes - the map for the original given attributesregisteredService - the registered service for which attributes are to be releasedCopyright © 2004-2014 Jasig. All Rights Reserved.