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