public interface ResourceOwnerLoginHandler
Modifier and Type | Method and Description |
---|---|
UserSubject |
createSubject(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(String name, String password)
UserSubject
for the name and password parameters, or return null if the name and password
are invalid.name
- password
- UserSubject
representing the user, or null.Apache CXF