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