|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BceCredentials
Provides access to the BCE credentials used for accessing BCE services: BCE access key ID and secret access key. These credentials are used to securely sign requests to BCE services.
A basic implementation of this interface is provided in DefaultBceCredentials
, but callers
are free to provide their own implementation, for example, to load BCE credentials from an encrypted file.
Method Summary | |
---|---|
String |
getAccessKeyId()
Returns the BCE access key ID for this credentials object. |
String |
getSecretKey()
Returns the BCE secret access key for this credentials object. |
Method Detail |
---|
String getAccessKeyId()
String getSecretKey()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |