Interface ResourceOwnerLoginHandler
- All Known Implementing Classes:
JAASResourceOwnerLoginHandler
public interface ResourceOwnerLoginHandler
-
Method Summary
Modifier and TypeMethodDescriptioncreateSubject(Client client, String name, String password) Create aUserSubjectfor the name and password parameters, or return null if the name and password are invalid.
-
Method Details
-
createSubject
Create aUserSubjectfor the name and password parameters, or return null if the name and password are invalid.- Parameters:
client- using the resource owner grantname- owner namepassword- owner password- Returns:
- A
UserSubjectrepresenting the user, or null.
-