public class OpenIdProviderPattern extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
pattern |
protected boolean |
regex |
| Modifier | Constructor and Description |
|---|---|
protected |
OpenIdProviderPattern() |
| Modifier and Type | Method and Description |
|---|---|
static OpenIdProviderPattern |
create(String pattern) |
boolean |
matches(ExternalId extId) |
boolean |
matches(String id) |
String |
toString() |
protected boolean regex
protected String pattern
public static OpenIdProviderPattern create(String pattern)
public boolean matches(String id)
public boolean matches(ExternalId extId)