public class MultipleAuthenticationHandlerFactory extends java.lang.Object implements AuthenticationHandlerFactory
| Constructor and Description |
|---|
MultipleAuthenticationHandlerFactory() |
MultipleAuthenticationHandlerFactory(java.util.Collection<AuthenticationHandlerFactory> factories) |
| Modifier and Type | Method and Description |
|---|---|
void |
addFactory(AuthenticationHandlerFactory fact) |
AuthenticationHandler |
create()
Create a fresh instance of your handler.
|
java.util.List<java.lang.String> |
getAuthenticationMechanisms()
If your handler supports RFC 2554 at some degree, then it must return all the supported mechanisms here.
|
public MultipleAuthenticationHandlerFactory()
public MultipleAuthenticationHandlerFactory(java.util.Collection<AuthenticationHandlerFactory> factories)
public void addFactory(AuthenticationHandlerFactory fact)
public java.util.List<java.lang.String> getAuthenticationMechanisms()
AuthenticationHandlerFactorygetAuthenticationMechanisms in interface AuthenticationHandlerFactorypublic AuthenticationHandler create()
AuthenticationHandlerFactorycreate in interface AuthenticationHandlerFactoryCopyright © 2006-2013. All Rights Reserved.