Class ResolveAttributesProfileConfigPredicate
java.lang.Object
net.shibboleth.idp.profile.logic.AbstractRelyingPartyPredicate
net.shibboleth.idp.profile.config.logic.ResolveAttributesPredicate
net.shibboleth.idp.saml.profile.config.logic.ResolveAttributesProfileConfigPredicate
- All Implemented Interfaces:
Predicate<ProfileRequestContext>
,Predicate<ProfileRequestContext>
@Deprecated(since="4.2.0",
forRemoval=true)
public class ResolveAttributesProfileConfigPredicate
extends ResolveAttributesPredicate
Deprecated, for removal: This API element is subject to removal in a future version.
A predicate that evaluates a
ProfileRequestContext
and determines whether attribute resolution
and filtering should take place.
For SAML 1 and SAML 2 SSO profiles, the "resolveAttributes" flag is the setting governing this decision. For other profiles, false is returned.
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionboolean
test
(ProfileRequestContext input) Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class net.shibboleth.idp.profile.logic.AbstractRelyingPartyPredicate
getRelyingPartyContextLookupStrategy, setRelyingPartyContextLookupStrategy
-
Constructor Details
-
ResolveAttributesProfileConfigPredicate
public ResolveAttributesProfileConfigPredicate()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
test
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
test
in interfacePredicate<ProfileRequestContext>
- Overrides:
test
in classResolveAttributesPredicate
-