Uses of Interface
org.apache.syncope.client.console.wizards.any.UserFormFinalizer
-
Packages that use UserFormFinalizer Package Description org.apache.syncope.client.console org.apache.syncope.client.console.wizards.any -
-
Uses of UserFormFinalizer in org.apache.syncope.client.console
Fields in org.apache.syncope.client.console with type parameters of type UserFormFinalizer Modifier and Type Field Description protected List<UserFormFinalizer>
SyncopeWebApplication. userFormFinalizers
Methods in org.apache.syncope.client.console that return types with arguments of type UserFormFinalizer Modifier and Type Method Description List<UserFormFinalizer>
SyncopeWebApplication. getFormFinalizers(AjaxWizard.Mode mode)
-
Uses of UserFormFinalizer in org.apache.syncope.client.console.wizards.any
Classes in org.apache.syncope.client.console.wizards.any that implement UserFormFinalizer Modifier and Type Class Description class
UserRequestFormFinalizer
-