- activate(ComponentContext) - Method in class org.wso2.carbon.identity.authentication.internal.AuthenticationServiceComponent
-
- authenticate(String, String) - Method in interface org.wso2.carbon.identity.authentication.AuthenticationService
-
Authenticate the given user
If the password is similar to the shared key, it assumes that the request has came from the authenticated user.
- authenticate(String, String) - Method in class org.wso2.carbon.identity.authentication.AuthenticationServiceImpl
-
If the use is invalid, throws an AuthenticationException
If the password is equals to the shared key, returns true
Otherwise, calls the authenticate method of the UserStoreManager
- AuthenticationException - Exception in org.wso2.carbon.identity.authentication
-
Represent the authentication failures.
- AuthenticationException(String, Log) - Constructor for exception org.wso2.carbon.identity.authentication.AuthenticationException
-
Logs the given message and create a RuntimeException object
- AuthenticationException(String, Throwable, Log) - Constructor for exception org.wso2.carbon.identity.authentication.AuthenticationException
-
Logs the given message and the root error and create a RuntimeException object
- AuthenticationService - Interface in org.wso2.carbon.identity.authentication
-
This OSGi service is used for authenticating a user and to be used in by other components in the same carbon environment.
- AuthenticationServiceComponent - Class in org.wso2.carbon.identity.authentication.internal
-
- AuthenticationServiceComponent() - Constructor for class org.wso2.carbon.identity.authentication.internal.AuthenticationServiceComponent
-
- AuthenticationServiceImpl - Class in org.wso2.carbon.identity.authentication
-
The default implementation of the AuthenticationService
- AuthenticationServiceImpl(SharedKeyAccessService, UserRealmService) - Constructor for class org.wso2.carbon.identity.authentication.AuthenticationServiceImpl
-