Class InResourceServerPredicate
java.lang.Object
org.keycloak.models.cache.infinispan.authorization.stream.InResourceServerPredicate
- All Implemented Interfaces:
Serializable
,Predicate<Map.Entry<String,
Revisioned>>
@SerializeWith(ExternalizerImpl.class)
public class InResourceServerPredicate
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 InResourceServerPredicate
create()
resourceServer
(String id) boolean
test
(Map.Entry<String, Revisioned> entry)
-
Constructor Details
-
InResourceServerPredicate
public InResourceServerPredicate()
-
-
Method Details
-
create
-
resourceServer
-
test
- Specified by:
test
in interfacePredicate<Map.Entry<String,
Revisioned>>
-