Apache CXF API

org.apache.cxf.rs.security.oauth2.grants.owner
Interface ResourceOwnerLoginHandler

All Known Implementing Classes:
JAASResourceOwnerLoginHandler

public interface ResourceOwnerLoginHandler


Method Summary
 UserSubject createSubject(String name, String password)
           
 

Method Detail

createSubject

UserSubject createSubject(String name,
                          String password)

Apache CXF API

Apache CXF