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 booleanAuthenticationService. 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.booleanAuthenticationServiceImpl. authenticate(String username, String password)If the use is invalid, throws anAuthenticationExceptionIf the password is equals to the shared key, returnstrueOtherwise, calls the authenticate method of theUserStoreManager
-