public interface AuthenticationHandlerFactory
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.
|
java.util.List<java.lang.String> getAuthenticationMechanisms()
AuthenticationHandler create()
Copyright © 2006–2019. All rights reserved.