Class HasRolePredicate
java.lang.Object
org.keycloak.models.cache.infinispan.stream.HasRolePredicate
- All Implemented Interfaces:
 Predicate<Map.Entry<String,Revisioned>> 
@ProtoTypeId(65569)
public class HasRolePredicate
extends Object
implements Predicate<Map.Entry<String,Revisioned>> 
- Version:
 - $Revision: 1 $
 - Author:
 - Bill Burke
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic HasRolePredicatecreate()booleantest(Map.Entry<String, Revisioned> entry)  
- 
Constructor Details
- 
HasRolePredicate
public HasRolePredicate() 
 - 
 - 
Method Details
- 
create
 - 
role
 - 
test
- Specified by:
 testin interfacePredicate<Map.Entry<String,Revisioned>> 
 
 -