Interface AuthenticationService
- All Known Implementing Classes:
AuthenticationServiceImpl
public interface AuthenticationService
This is an OSGi service used for passing the access key that should be used by
other Carbon components to log in to the Qpid broker around. Access key is
generated when the authentication bundle is activated.
-
Method Summary
-
Method Details
-
getAccessKey
String getAccessKey()Get stored access key- Returns:
- Stored access key
-