Interface ResourceOwnerLoginHandler

All Known Implementing Classes:
JAASResourceOwnerLoginHandler

public interface ResourceOwnerLoginHandler
  • Method Summary

    Modifier and Type
    Method
    Description
    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.
  • Method Details

    • createSubject

      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.
      Parameters:
      client - using the resource owner grant
      name - owner name
      password - owner password
      Returns:
      A UserSubject representing the user, or null.