public interface ResourceOwnerLoginHandler
| Modifier and Type | Method and Description |
|---|---|
UserSubject |
createSubject(Client client,
String name,
String password)
Create a
UserSubject for the name and password parameters, or return null if the name and password
are invalid. |
UserSubject createSubject(Client client, String name, String password)
UserSubject for the name and password parameters, or return null if the name and password
are invalid.client - using the resource owner grantresource - owner nameresource - owner passwordUserSubject representing the user, or null.Apache CXF