org.fcrepo.server.security.servletfilters.pubcookie
Class FilterPubcookie

java.lang.Object
  extended by org.fcrepo.server.security.servletfilters.Base
      extended by org.fcrepo.server.security.servletfilters.FilterSetup
          extended by org.fcrepo.server.security.servletfilters.BaseContributing
              extended by org.fcrepo.server.security.servletfilters.BaseCaching
                  extended by org.fcrepo.server.security.servletfilters.pubcookie.FilterPubcookie
All Implemented Interfaces:
javax.servlet.Filter, CacheElementPopulator

Deprecated.

@Deprecated
public class FilterPubcookie
extends BaseCaching

Author:
Bill Niebel

Field Summary
static String KEYSTORE_LOCATION_KEY
          Deprecated.  
static String KEYSTORE_PASSWORD_KEY
          Deprecated.  
static String PUBCOOKIE_LOGINPAGE_FORM_NAME_KEY
          Deprecated.  
static String PUBCOOKIE_LOGINPAGE_INPUT_NAME_PASSWORD_KEY
          Deprecated.  
static String PUBCOOKIE_LOGINPAGE_INPUT_NAME_USERID_KEY
          Deprecated.  
static String PUBCOOKIE_LOGINPAGE_URL_KEY
          Deprecated.  
static String PUBCOOKIE_NAME_KEY
          Deprecated.  
static String TRUSTSTORE_LOCATION_KEY
          Deprecated.  
static String TRUSTSTORE_PASSWORD_KEY
          Deprecated.  
 
Fields inherited from class org.fcrepo.server.security.servletfilters.BaseCaching
AUTHENTICATE_KEY, AUTHENTICATED_USER_KEY, AUTHN_FAILURE_TIMEOUT_DURATION_KEY, AUTHN_FAILURE_TIMEOUT_UNIT_KEY, LOOKUP_EXCEPTION_TIMEOUT_DURATION_KEY, LOOKUP_EXCEPTION_TIMEOUT_UNIT_KEY, LOOKUP_SUCCESS_TIMEOUT_DURATION_KEY, LOOKUP_SUCCESS_TIMEOUT_UNIT_KEY, SPONSORED_USER_KEY, SPONSORING
 
Fields inherited from class org.fcrepo.server.security.servletfilters.BaseContributing
AUTHENTICATE, EMPTY_ARRAY, EMPTY_MAP, EMPTY_RESULTS, EMPTY_RESULTS_KEY, FILTERS_CONTRIBUTING_AUTHENTICATED_ATTRIBUTES, FILTERS_CONTRIBUTING_SPONSORED_ATTRIBUTES, LOG_STACK_TRACES, LOG_STACK_TRACES_KEY, NULL_SET, PW_0, PW_0_KEY, PW_NULL, PW_NULL_KEY, SKIP_FILTER, SURROGATE_ATTRIBUTE, SURROGATE_ATTRIBUTE_KEY, SURROGATE_ROLE, SURROGATE_ROLE_KEY, UNAUTHENTICATE_USER_CONDITIONALLY, UNAUTHENTICATE_USER_UNCONDITIONALLY, USE_FILTER
 
Fields inherited from class org.fcrepo.server.security.servletfilters.FilterSetup
FILTER_NAME, inited, NOT_SET
 
Fields inherited from class org.fcrepo.server.security.servletfilters.Base
initErrors, StringArrayPrototype
 
Constructor Summary
FilterPubcookie()
          Deprecated.  
 
Method Summary
 void destroy()
          Deprecated.  
protected  void initThisSubclass(String key, String value)
          Deprecated.  
 void populateCacheElement(CacheElement cacheElement, String password)
          Deprecated.  
 
Methods inherited from class org.fcrepo.server.security.servletfilters.BaseCaching
authenticate, authenticate, contributeAttributes, contributeAuthenticatedAttributes, contributeSponsoredAttributes, getCache, getNewCache, init
 
Methods inherited from class org.fcrepo.server.security.servletfilters.BaseContributing
doThisSubclass
 
Methods inherited from class org.fcrepo.server.security.servletfilters.FilterSetup
doFilter, getFilterNameAbbrev, init, setConfig, wrap
 
Methods inherited from class org.fcrepo.server.security.servletfilters.Base
booleanValue, enter, enterExit, exit, fail, format, format, format, getClassName, pass, passFail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PUBCOOKIE_NAME_KEY

public static final String PUBCOOKIE_NAME_KEY
Deprecated. 
See Also:
Constant Field Values

PUBCOOKIE_LOGINPAGE_URL_KEY

public static final String PUBCOOKIE_LOGINPAGE_URL_KEY
Deprecated. 
See Also:
Constant Field Values

PUBCOOKIE_LOGINPAGE_FORM_NAME_KEY

public static final String PUBCOOKIE_LOGINPAGE_FORM_NAME_KEY
Deprecated. 
See Also:
Constant Field Values

PUBCOOKIE_LOGINPAGE_INPUT_NAME_USERID_KEY

public static final String PUBCOOKIE_LOGINPAGE_INPUT_NAME_USERID_KEY
Deprecated. 
See Also:
Constant Field Values

PUBCOOKIE_LOGINPAGE_INPUT_NAME_PASSWORD_KEY

public static final String PUBCOOKIE_LOGINPAGE_INPUT_NAME_PASSWORD_KEY
Deprecated. 
See Also:
Constant Field Values

TRUSTSTORE_LOCATION_KEY

public static final String TRUSTSTORE_LOCATION_KEY
Deprecated. 
See Also:
Constant Field Values

TRUSTSTORE_PASSWORD_KEY

public static final String TRUSTSTORE_PASSWORD_KEY
Deprecated. 
See Also:
Constant Field Values

KEYSTORE_LOCATION_KEY

public static final String KEYSTORE_LOCATION_KEY
Deprecated. 
See Also:
Constant Field Values

KEYSTORE_PASSWORD_KEY

public static final String KEYSTORE_PASSWORD_KEY
Deprecated. 
See Also:
Constant Field Values
Constructor Detail

FilterPubcookie

public FilterPubcookie()
Deprecated. 
Method Detail

destroy

public void destroy()
Deprecated. 
Specified by:
destroy in interface javax.servlet.Filter
Overrides:
destroy in class BaseCaching

initThisSubclass

protected void initThisSubclass(String key,
                                String value)
Deprecated. 
Overrides:
initThisSubclass in class BaseCaching

populateCacheElement

public void populateCacheElement(CacheElement cacheElement,
                                 String password)
Deprecated. 
Specified by:
populateCacheElement in interface CacheElementPopulator
Overrides:
populateCacheElement in class BaseCaching


Copyright © 2012 DuraSpace. All Rights Reserved.