Package org.wso2.carbon.identity.authentication
-
Interface Summary 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 Summary Class Description AuthenticationServiceImpl The default implementation of theAuthenticationService
SharedKeyAccessServiceImpl Keep and provide the access to the shared key -
Exception Summary Exception Description AuthenticationException Represent the authentication failures.