Class GroupListPredicate
- java.lang.Object
- 
- org.keycloak.models.cache.infinispan.stream.GroupListPredicate
 
- 
- All Implemented Interfaces:
- Serializable,- Predicate<Map.Entry<String,Revisioned>>
 
 @SerializeWith(ExternalizerImpl.class) public class GroupListPredicate extends Object implements Predicate<Map.Entry<String,Revisioned>>, Serializable - Version:
- $Revision: 1 $
- Author:
- Bill Burke
- See Also:
- Serialized Form
 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classGroupListPredicate.ExternalizerImpl
 - 
Constructor SummaryConstructors Constructor Description GroupListPredicate()
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GroupListPredicatecreate()GroupListPredicaterealm(String realm)booleantest(Map.Entry<String,Revisioned> entry)
 
- 
- 
- 
Method Detail- 
createpublic static GroupListPredicate create() 
 - 
realmpublic GroupListPredicate realm(String realm) 
 - 
testpublic boolean test(Map.Entry<String,Revisioned> entry) - Specified by:
- testin interface- Predicate<Map.Entry<String,Revisioned>>
 
 
- 
 
-