Interface ResourceOwnerLoginHandler
-
- All Known Implementing Classes:
JAASResourceOwnerLoginHandler
public interface ResourceOwnerLoginHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UserSubjectcreateSubject(Client client, String name, String password)Create aUserSubjectfor the name and password parameters, or return null if the name and password are invalid.
-
-
-
Method Detail
-
createSubject
UserSubject createSubject(Client client, String name, String password)
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.
-
-