Class HasRolePredicate
- java.lang.Object
- 
- org.keycloak.models.cache.infinispan.stream.HasRolePredicate
 
- 
- All Implemented Interfaces:
- Serializable,- Predicate<Map.Entry<String,Revisioned>>
 
 @SerializeWith(ExternalizerImpl.class) public class HasRolePredicate 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 classHasRolePredicate.ExternalizerImpl
 - 
Constructor SummaryConstructors Constructor Description HasRolePredicate()
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HasRolePredicatecreate()HasRolePredicaterole(String role)booleantest(Map.Entry<String,Revisioned> entry)
 
- 
- 
- 
Method Detail- 
createpublic static HasRolePredicate create() 
 - 
rolepublic HasRolePredicate role(String role) 
 - 
testpublic boolean test(Map.Entry<String,Revisioned> entry) - Specified by:
- testin interface- Predicate<Map.Entry<String,Revisioned>>
 
 
- 
 
-