| Modifier and Type | Method and Description |
|---|---|
ICredentialRepository |
IGoogleAuthenticator.getCredentialRepository()
This method returns the credential repository used by this instance, or
null if none is set or none can be found using the ServiceLoader
API. |
ICredentialRepository |
GoogleAuthenticator.getCredentialRepository()
This method loads the first available ICredentialRepository
registered using the Java service loader API.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IGoogleAuthenticator.setCredentialRepository(ICredentialRepository repository)
This method sets the credential repository used by this instance.
|
void |
GoogleAuthenticator.setCredentialRepository(ICredentialRepository repository) |
Copyright © 2017. All rights reserved.