Uses of Class
com.xwiki.macros.showhideif.macro.ShowHideIfMacroParameters.AuthType
-
Packages that use ShowHideIfMacroParameters.AuthType Package Description com.xwiki.macros.showhideif.macro -
-
Uses of ShowHideIfMacroParameters.AuthType in com.xwiki.macros.showhideif.macro
Methods in com.xwiki.macros.showhideif.macro that return ShowHideIfMacroParameters.AuthType Modifier and Type Method Description ShowHideIfMacroParameters.AuthTypeShowHideIfMacroParameters. getAuthenticationType()static ShowHideIfMacroParameters.AuthTypeShowHideIfMacroParameters.AuthType. valueOf(String name)Returns the enum constant of this type with the specified name.static ShowHideIfMacroParameters.AuthType[]ShowHideIfMacroParameters.AuthType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.xwiki.macros.showhideif.macro with parameters of type ShowHideIfMacroParameters.AuthType Modifier and Type Method Description voidShowHideIfMacroParameters. setAuthenticationType(ShowHideIfMacroParameters.AuthType authenticationType)
-