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 SummaryNested Classes Modifier and Type Class Description static classInScopePredicate.ExternalizerImpl
 - 
Constructor SummaryConstructors Constructor Description InScopePredicate()
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static InScopePredicatecreate()InScopePredicatescope(String id)booleantest(Map.Entry<String,Revisioned> entry)
 
- 
- 
- 
Method Detail- 
createpublic static InScopePredicate create() 
 - 
scopepublic InScopePredicate scope(String id) 
 - 
testpublic boolean test(Map.Entry<String,Revisioned> entry) - Specified by:
- testin interface- Predicate<Map.Entry<String,Revisioned>>
 
 
- 
 
-