@FunctionalInterface public interface CredentialsContainer
Credentials
Modifier and Type | Interface and Description |
---|---|
static interface |
CredentialsContainer.CredentialsMatcher
This interface represents classes able to determine if provided credentials matches account's stored credentials.
|
Modifier and Type | Method and Description |
---|---|
static CredentialsContainer.CredentialsMatcher |
defaultMatcher()
Build the default CredentialsMatcher
|
Object |
getCredentials()
Credentials data
|
Object getCredentials()
static CredentialsContainer.CredentialsMatcher defaultMatcher()
Copyright © 2018 The Holon Platform. All rights reserved.