net.sf.jguard.core.authentication.bindings
Class AuthenticationBindingsFactoryWrapper
java.lang.Object
net.sf.jguard.core.authentication.bindings.AuthenticationBindingsFactoryWrapper
- All Implemented Interfaces:
- AuthenticationBindingsFactory
- Direct Known Subclasses:
- ImpersonationAuthenticationBindingsFactory
public class AuthenticationBindingsFactoryWrapper
- extends java.lang.Object
- implements AuthenticationBindingsFactory
this class implements the Wrapper/decorator pattern to override
some methods implemented by the internal AuthenticationBindingsFactory
wrapped in the constructor.
- Author:
- Charles Gay
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
wrappedFactory
protected AuthenticationBindingsFactory wrappedFactory
AuthenticationBindingsFactoryWrapper
public AuthenticationBindingsFactoryWrapper(AuthenticationBindingsFactory factory)
init
public void init(java.lang.String location)
- Specified by:
init in interface AuthenticationBindingsFactory
getAuthenticationBindings
public AuthenticationBindings getAuthenticationBindings(AccessContext context)
- Description copied from interface:
AuthenticationBindingsFactory
- wrap AccessContext into a less rough object, dedicated to Authentication stuff (AUthenticationBindings).
- Specified by:
getAuthenticationBindings in interface AuthenticationBindingsFactory
- Returns:
getAuthenticationSchemeHandlers
public java.util.List<AuthenticationSchemeHandler> getAuthenticationSchemeHandlers()
- Specified by:
getAuthenticationSchemeHandlers in interface AuthenticationBindingsFactory
loadFilterConfiguration
public java.util.List<AuthenticationSchemeHandler> loadFilterConfiguration(java.lang.String configurationLocation)
- Specified by:
loadFilterConfiguration in interface AuthenticationBindingsFactory
Copyright © 2004-2009. All Rights Reserved.