Class ResolveAttributesPredicate
- java.lang.Object
-
- net.shibboleth.idp.profile.logic.AbstractRelyingPartyPredicate
-
- net.shibboleth.idp.profile.config.logic.ResolveAttributesPredicate
-
- All Implemented Interfaces:
Predicate<ProfileRequestContext>,Predicate<ProfileRequestContext>
public class ResolveAttributesPredicate extends AbstractRelyingPartyPredicate
Predicate to determine whether a profile request should resolve attributes.- Since:
- 4.2.0
-
-
Constructor Summary
Constructors Constructor Description ResolveAttributesPredicate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleantest(ProfileRequestContext input)-
Methods inherited from class net.shibboleth.idp.profile.logic.AbstractRelyingPartyPredicate
getRelyingPartyContextLookupStrategy, setRelyingPartyContextLookupStrategy
-
-
-
-
Method Detail
-
test
public boolean test(@Nullable ProfileRequestContext input)
-
-