Apache CXF API

org.apache.cxf.transport.servlet.servicelist
Class ServiceListJAASAuthenticator

java.lang.Object
  extended by org.apache.cxf.transport.servlet.servicelist.ServiceListJAASAuthenticator

public class ServiceListJAASAuthenticator
extends Object


Constructor Summary
ServiceListJAASAuthenticator()
           
 
Method Summary
 boolean authenticate(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 Object authenticate(String username, String password)
           
 Subject doAuthenticate(String username, String password)
           
 String getRealm()
           
 void setRealm(String realm)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceListJAASAuthenticator

public ServiceListJAASAuthenticator()
Method Detail

getRealm

public String getRealm()

setRealm

public void setRealm(String realm)

authenticate

public Object authenticate(String username,
                           String password)

doAuthenticate

public Subject doAuthenticate(String username,
                              String password)

authenticate

public boolean authenticate(javax.servlet.http.HttpServletRequest request,
                            javax.servlet.http.HttpServletResponse response)

Apache CXF API

Apache CXF