Package net.openid.appauth.browser
Class AnyBrowserMatcher
- java.lang.Object
-
- net.openid.appauth.browser.AnyBrowserMatcher
-
- All Implemented Interfaces:
BrowserMatcher
public final class AnyBrowserMatcher extends Object implements BrowserMatcher
Matches any browser.
-
-
Field Summary
Fields Modifier and Type Field Description static AnyBrowserMatcherINSTANCEThe singleton instance.
-
-
-
Field Detail
-
INSTANCE
public static final AnyBrowserMatcher INSTANCE
The singleton instance.
-
-
Method Detail
-
matches
public boolean matches(@NonNull BrowserDescriptor descriptor)
- Specified by:
matchesin interfaceBrowserMatcher- Returns:
- true if the browser matches some set of criteria.
-
-