Package net.shibboleth.idp.profile.logic
Class DynamicAttributePredicate
java.lang.Object
net.shibboleth.profile.context.logic.AbstractAttributePredicate
net.shibboleth.profile.context.logic.DynamicAttributePredicate
net.shibboleth.idp.profile.logic.DynamicAttributePredicate
- All Implemented Interfaces:
Predicate<ProfileRequestContext>
@Deprecated(since="5.0.0",
forRemoval=true)
public class DynamicAttributePredicate
extends net.shibboleth.profile.context.logic.DynamicAttributePredicate
Deprecated, for removal: This API element is subject to removal in a future version.
Deprecated stub for relocated class.
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, 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.DynamicAttributePredicate
findMatch, hasMatch, hasMatch, setAttributeFunctionMap, testMethods inherited from class net.shibboleth.profile.context.logic.AbstractAttributePredicate
allowNullAttributeContext, getAttributeContextLookupStrategy, isUseUnfilteredAttributes, setAttributeContextLookupStrategy, setUseUnfilteredAttributes
-
Constructor Details
-
DynamicAttributePredicate
public DynamicAttributePredicate()Deprecated, for removal: This API element is subject to removal in a future version.Constructor.
-