Class 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 Details

    • ResolveAttributesProfileConfigPredicate

      public ResolveAttributesProfileConfigPredicate()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details