Interface | Description |
---|---|
AuthenticationService |
This OSGi service is used for authenticating a user and to be used in by other components in the same carbon environment.
|
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.
|
Class | Description |
---|---|
AuthenticationServiceImpl |
The default implementation of the
AuthenticationService |
SharedKeyAccessServiceImpl |
Keep and provide the access to the shared key
|
Exception | Description |
---|---|
AuthenticationException |
Represent the authentication failures.
|
Copyright © 2017 WSO2. All rights reserved.