Package net.shibboleth.idp.profile.logic
Class SpringExpressionPredicate
java.lang.Object
net.shibboleth.shared.spring.expression.AbstractSpringExpressionEvaluator
net.shibboleth.shared.spring.expression.SpringExpressionPredicate<ProfileRequestContext>
net.shibboleth.profile.context.logic.SpringExpressionPredicate
net.shibboleth.idp.profile.logic.SpringExpressionPredicate
- All Implemented Interfaces:
Predicate<ProfileRequestContext>
@Deprecated(since="5.0.0",
forRemoval=true)
public class SpringExpressionPredicate
extends SpringExpressionPredicate
Deprecated, for removal: This API element is subject to removal in a future version.
Deprecated stub for relocated class.
-
Constructor Summary
ConstructorsConstructorDescriptionSpringExpressionPredicate(String expression) Deprecated, for removal: This API element is subject to removal in a future version.Constructor. -
Method Summary
Methods inherited from class net.shibboleth.profile.context.logic.SpringExpressionPredicate
prepareContextMethods inherited from class net.shibboleth.shared.spring.expression.SpringExpressionPredicate
getInputType, setInputType, setReturnOnError, testMethods inherited from class net.shibboleth.shared.spring.expression.AbstractSpringExpressionEvaluator
evaluate, getCustomObject, getOutputType, getReturnOnError, setCustomObject, setHideExceptions, setOutputType, setReturnOnError
-
Constructor Details
-
SpringExpressionPredicate
public SpringExpressionPredicate(@Nonnull @NotEmpty @ParameterName(name="expression") String expression) Deprecated, for removal: This API element is subject to removal in a future version.Constructor.- Parameters:
expression- the expression to evaluate
-