Package net.shibboleth.idp.profile.logic
Class VerifiedProfilePredicate
- java.lang.Object
-
- net.shibboleth.idp.profile.logic.AbstractRelyingPartyPredicate
-
- net.shibboleth.idp.profile.logic.VerifiedProfilePredicate
-
- All Implemented Interfaces:
Predicate<ProfileRequestContext>,Predicate<ProfileRequestContext>
public class VerifiedProfilePredicate extends AbstractRelyingPartyPredicate
Predicate to determine whether a profile request is from a verified source.
-
-
Constructor Summary
Constructors Constructor Description VerifiedProfilePredicate()
-
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)
-
-