org.apache.blur.console.providers
Class BaseProvider

java.lang.Object
  extended by org.apache.blur.console.providers.BaseProvider
Direct Known Subclasses:
AllAllowedProvider, TomcatUsersProvider

public class BaseProvider
extends Object

Custom providers should extend this and override the methods This provider does not allow anybody in


Constructor Summary
BaseProvider()
           
 
Method Summary
 String getLoginForm()
           
 User login(javax.servlet.http.HttpServletRequest request)
           
 void setupProvider(BlurConfiguration config)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseProvider

public BaseProvider()
Method Detail

login

public User login(javax.servlet.http.HttpServletRequest request)

setupProvider

public final void setupProvider(BlurConfiguration config)
                         throws Exception
Throws:
Exception

getLoginForm

public String getLoginForm()


Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.