Uses of Class
org.wso2.carbon.identity.authentication.AuthenticationException
-
Packages that use AuthenticationException Package Description org.wso2.carbon.identity.authentication -
-
Uses of AuthenticationException in org.wso2.carbon.identity.authentication
Methods in org.wso2.carbon.identity.authentication that throw AuthenticationException Modifier and Type Method Description boolean
AuthenticationService. authenticate(String username, String password)
Authenticate the given user If the password is similar to the shared key, it assumes that the request has came from the authenticated user.boolean
AuthenticationServiceImpl. authenticate(String username, String password)
If the use is invalid, throws anAuthenticationException
If the password is equals to the shared key, returnstrue
Otherwise, calls the authenticate method of theUserStoreManager
-