Uses of Class
org.wso2.carbon.identity.authentication.AuthenticationException
Packages that use AuthenticationException
-
Uses of AuthenticationException in org.wso2.carbon.identity.authentication
Methods in org.wso2.carbon.identity.authentication that throw AuthenticationExceptionModifier and TypeMethodDescriptionbooleanAuthenticationService.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