public interface CredentialsManager
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthorization()
Any implementation must be able to return an authorization string that
can be used in an HTTP Authorization header.
|
void |
invalidateAuthorization()
The CredentialManager negotiates a credential, but it is not informed if
that credential is invalidated for any reason other than expiry.
|
String getAuthorization() throws CredentialsException
CredentialsExceptionvoid invalidateAuthorization()
throws CredentialsException
CredentialsExceptionCopyright © 2018. All rights reserved.