Class InScopePredicate
- java.lang.Object
-
- org.keycloak.models.cache.infinispan.authorization.stream.InScopePredicate
-
- All Implemented Interfaces:
Serializable
,Predicate<Map.Entry<String,Revisioned>>
@SerializeWith(ExternalizerImpl.class) public class InScopePredicate extends Object implements Predicate<Map.Entry<String,Revisioned>>, Serializable
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
InScopePredicate.ExternalizerImpl
-
Constructor Summary
Constructors Constructor Description InScopePredicate()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static InScopePredicate
create()
InScopePredicate
scope(String id)
boolean
test(Map.Entry<String,Revisioned> entry)
-
-
-
Method Detail
-
create
public static InScopePredicate create()
-
scope
public InScopePredicate scope(String id)
-
test
public boolean test(Map.Entry<String,Revisioned> entry)
- Specified by:
test
in interfacePredicate<Map.Entry<String,Revisioned>>
-
-