Interface IPluginAuthenticatorConfigGuiDetails
-
public interface IPluginAuthenticatorConfigGuiDetails
Common interface giving details for plugin authenticator config GUIs- Since:
- 6.6.11
- Author:
- XIMA Media GmbH
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<IAuthenticatorAttributeParam>
getAttributeParams()
-
-
-
Method Detail
-
getAttributeParams
List<IAuthenticatorAttributeParam> getAttributeParams()
- Returns:
- a list of custom authenticator attribute parameters
-
-