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:
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic GroupListPredicate
create()
boolean
test
(Map.Entry<String, Revisioned> entry)
-
Constructor Details
-
GroupListPredicate
public GroupListPredicate()
-
-
Method Details
-
create
-
realm
-
test
- Specified by:
test
in interfacePredicate<Map.Entry<String,
Revisioned>>
-