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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getSharedKey()
Returns the shared key created by the authentication service
-
-
-
Method Detail
-
getSharedKey
String getSharedKey()
Returns the shared key created by the authentication service- Returns:
String
representing the key
-
-