public interface AuthenticatorService
| Modifier and Type | Method and Description |
|---|---|
<T> T |
getAuthenticatorService(String method,
Class<T> iface)
Instantiates authenticator service corresponding to the given
method and implementing the iface interface. |
<T> T getAuthenticatorService(String method, Class<T> iface)
method and implementing the iface interface.null if either the method or implementation for the given iface is not supported by the implementor.Copyright © 2006–2021 OPS4J - Open Participation Software for Java. All rights reserved.