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 aProfileRequestContextand 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
Constructors Constructor Description ResolveAttributesProfileConfigPredicate()Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleantest(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
-
-
-
-
Method Detail
-
test
public boolean test(@Nullable ProfileRequestContext input)Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
testin interfacePredicate<ProfileRequestContext>- Overrides:
testin classResolveAttributesPredicate
-
-