public interface GenericIdentityFilter
GenericIdentities to determine if
an identity matches the identity sought after by the caller. If a identity is
acceptable, this method will return true, if not acceptable it will return
false.
| Modifier and Type | Method and Description |
|---|---|
boolean |
acceptIdentity(GenericIdentity identity)
This method is used to determine if a identity is acceptable based on
criteria that is defined by this method.
|
java.lang.Object |
getObject()
This method allows the filter to use an additional parameter in the
acceptance criteria.
|
boolean acceptIdentity(GenericIdentity identity)
identity - The identity that will be checked for acceptabilityjava.lang.Object getObject()