Package | Description |
---|---|
org.wso2.carbon.identity.authentication |
Modifier and Type | Method and Description |
---|---|
boolean |
AuthenticationServiceImpl.authenticate(String username,
String password)
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 |
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.
|
Copyright © 2017 WSO2. All rights reserved.