org.apache.openejb.core.security.jaas
Interface LoginProvider


public interface LoginProvider


Method Summary
 List<String> authenticate(String user, String password)
           
 

Method Detail

authenticate

List<String> authenticate(String user,
                          String password)
                          throws FailedLoginException
Parameters:
user -
password -
Returns:
It returns the list of groups the authenticated user is part of.
Throws:
FailedLoginException


Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.