public class PlainAuthenticationHandlerFactory extends java.lang.Object implements AuthenticationHandlerFactory
Constructor and Description |
---|
PlainAuthenticationHandlerFactory(UsernamePasswordValidator helper) |
Modifier and Type | Method and Description |
---|---|
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 PlainAuthenticationHandlerFactory(UsernamePasswordValidator helper)
public java.util.List<java.lang.String> getAuthenticationMechanisms()
AuthenticationHandlerFactory
getAuthenticationMechanisms
in interface AuthenticationHandlerFactory
public AuthenticationHandler create()
AuthenticationHandlerFactory
create
in interface AuthenticationHandlerFactory
Copyright © 2006–2014. All rights reserved.