protected static class CredentialsDescription.CredentialsItem
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected AuthenticationCredentials |
authentication
The credential
|
protected java.util.regex.Pattern |
pattern
The bin-matching pattern.
|
| Constructor and Description |
|---|
CredentialsItem(java.util.regex.Pattern p)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
AuthenticationCredentials |
getCredential()
Get credential type
|
java.util.regex.Pattern |
getPattern()
Get the pattern.
|
void |
setCredential(AuthenticationCredentials authentication)
Set Credentials
|
protected java.util.regex.Pattern pattern
protected AuthenticationCredentials authentication
public java.util.regex.Pattern getPattern()
public void setCredential(AuthenticationCredentials authentication)
public AuthenticationCredentials getCredential()