Package org.opensaml.profile.logic
Class BrowserProfilePredicate
- java.lang.Object
-
- org.opensaml.profile.logic.BrowserProfilePredicate
-
- All Implemented Interfaces:
Predicate<ProfileRequestContext>,net.shibboleth.utilities.java.support.logic.Predicate<ProfileRequestContext>
public class BrowserProfilePredicate extends Object implements net.shibboleth.utilities.java.support.logic.Predicate<ProfileRequestContext>
A predicate implementation that indicates whether the request is associated with a browser profile.
-
-
Constructor Summary
Constructors Constructor Description BrowserProfilePredicate()
-
-
-
Method Detail
-
test
public boolean test(@Nullable ProfileRequestContext input)- Specified by:
testin interfacePredicate<ProfileRequestContext>
-
-