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
Modifier and Type Method Description boolean
test(ProfileRequestContext input)
Methods inherited from class net.shibboleth.idp.profile.logic.AbstractRelyingPartyPredicate
getRelyingPartyContextLookupStrategy, setRelyingPartyContextLookupStrategy
-
Constructor Details
-
VerifiedProfilePredicate
public VerifiedProfilePredicate()
-
-
Method Details
-
test
-