public interface AuthenticationHandlerFactory
Modifier and Type | Method and Description |
---|---|
AuthenticationHandler |
create()
Create a fresh instance of your handler.
|
List<String> |
getAuthenticationMechanisms()
If your handler supports RFC 2554 at some degree, then it must return all the supported mechanisms here.
|
List<String> getAuthenticationMechanisms()
AuthenticationHandler create()
Copyright © 2006–2016. All rights reserved.