Interface SharedKeyAccessService
- All Known Implementing Classes:
SharedKeyAccessServiceImpl
public interface SharedKeyAccessService
This is an OSGi service used for passing the access key that should be used by
other Carbon components to log in to the another component in the same carbon environment and that can be accessed
both remotely and locally.Access key is generated when the authentication bundle is activated.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the shared key created by the authentication service
-
Method Details