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<org.opensaml.profile.context.ProfileRequestContext>,net.shibboleth.utilities.java.support.logic.Predicate<org.opensaml.profile.context.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(org.opensaml.profile.context.ProfileRequestContext input)-
Methods inherited from class net.shibboleth.idp.profile.logic.AbstractRelyingPartyPredicate
getRelyingPartyContextLookupStrategy, setRelyingPartyContextLookupStrategy
-
-