Uses of Class
org.apache.syncope.common.lib.types.SRARoutePredicate
-
-
Uses of SRARoutePredicate in org.apache.syncope.client.console.panels
Constructor parameters in org.apache.syncope.client.console.panels with type arguments of type SRARoutePredicate Constructor Description SRARoutePredicatePanel(String id, IModel<List<SRARoutePredicate>> model) -
Uses of SRARoutePredicate in org.apache.syncope.common.lib.to
Methods in org.apache.syncope.common.lib.to that return types with arguments of type SRARoutePredicate Modifier and Type Method Description List<SRARoutePredicate>SRARouteTO. getPredicates() -
Uses of SRARoutePredicate in org.apache.syncope.common.lib.types
Methods in org.apache.syncope.common.lib.types that return SRARoutePredicate Modifier and Type Method Description SRARoutePredicateSRARoutePredicate.Builder. build() -
Uses of SRARoutePredicate in org.apache.syncope.core.persistence.api.entity
Methods in org.apache.syncope.core.persistence.api.entity that return types with arguments of type SRARoutePredicate Modifier and Type Method Description List<SRARoutePredicate>SRARoute. getPredicates()Method parameters in org.apache.syncope.core.persistence.api.entity with type arguments of type SRARoutePredicate Modifier and Type Method Description voidSRARoute. setPredicates(List<SRARoutePredicate> predicates) -
Uses of SRARoutePredicate in org.apache.syncope.core.persistence.jpa.entity
Methods in org.apache.syncope.core.persistence.jpa.entity that return types with arguments of type SRARoutePredicate Modifier and Type Method Description List<SRARoutePredicate>JPASRARoute. getPredicates()Method parameters in org.apache.syncope.core.persistence.jpa.entity with type arguments of type SRARoutePredicate Modifier and Type Method Description voidJPASRARoute. setPredicates(List<SRARoutePredicate> predicates) -
Uses of SRARoutePredicate in org.apache.syncope.sra
Methods in org.apache.syncope.sra with parameters of type SRARoutePredicate Modifier and Type Method Description protected org.springframework.cloud.gateway.handler.AsyncPredicate<ServerWebExchange>RouteProvider. toPredicate(SRARoutePredicate gwpredicate, boolean negate)
-