A D G O S U
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- 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, returnstrue
Otherwise, calls the authenticate method of theUserStoreManager
- AuthenticationException - Exception in org.wso2.carbon.identity.authentication
-
Represent the authentication failures.
- 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
- AuthenticationException(String, Log) - Constructor for exception org.wso2.carbon.identity.authentication.AuthenticationException
-
Logs the given message 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
D
- deactivate(ComponentContext) - Method in class org.wso2.carbon.identity.authentication.internal.AuthenticationServiceComponent
G
- getSharedKey() - Method in interface org.wso2.carbon.identity.authentication.SharedKeyAccessService
-
Returns the shared key created by the authentication service
- getSharedKey() - Method in class org.wso2.carbon.identity.authentication.SharedKeyAccessServiceImpl
O
- org.wso2.carbon.identity.authentication - package org.wso2.carbon.identity.authentication
- org.wso2.carbon.identity.authentication.internal - package org.wso2.carbon.identity.authentication.internal
S
- setRealmService(RealmService) - Method in class org.wso2.carbon.identity.authentication.internal.AuthenticationServiceComponent
- SharedKeyAccessService - Interface in org.wso2.carbon.identity.authentication
-
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.
- SharedKeyAccessServiceImpl - Class in org.wso2.carbon.identity.authentication
-
Keep and provide the access to the shared key
- SharedKeyAccessServiceImpl(String) - Constructor for class org.wso2.carbon.identity.authentication.SharedKeyAccessServiceImpl
U
- unsetRealmService(RealmService) - Method in class org.wso2.carbon.identity.authentication.internal.AuthenticationServiceComponent
All Classes All Packages