Uses of Class
org.apache.syncope.client.console.panels.AnyDirectoryPanel.Builder
-
Packages that use AnyDirectoryPanel.Builder Package Description org.apache.syncope.client.console.panels org.apache.syncope.client.console.panels.search -
-
Uses of AnyDirectoryPanel.Builder in org.apache.syncope.client.console.panels
Subclasses of AnyDirectoryPanel.Builder in org.apache.syncope.client.console.panels Modifier and Type Class Description static class
AnyObjectDirectoryPanel.Builder
static class
GroupDirectoryPanel.Builder
static class
UserDirectoryPanel.Builder
Methods in org.apache.syncope.client.console.panels that return AnyDirectoryPanel.Builder Modifier and Type Method Description AnyDirectoryPanel.Builder<A,E>
AnyDirectoryPanel.Builder. setDynRealm(String dynRealm)
AnyDirectoryPanel.Builder<A,E>
AnyDirectoryPanel.Builder. setRealm(String realm)
Constructors in org.apache.syncope.client.console.panels with parameters of type AnyDirectoryPanel.Builder Constructor Description AnyDirectoryPanel(String id, AnyDirectoryPanel.Builder<A,E> builder)
AnyDirectoryPanel(String id, AnyDirectoryPanel.Builder<A,E> builder, boolean wizardInModal)
-
Uses of AnyDirectoryPanel.Builder in org.apache.syncope.client.console.panels.search
Subclasses of AnyDirectoryPanel.Builder in org.apache.syncope.client.console.panels.search Modifier and Type Class Description static class
AnyObjectSelectionDirectoryPanel.Builder
static class
AnySelectionDirectoryPanel.Builder<A extends AnyTO,E extends AbstractAnyRestClient<A>>
static class
GroupSelectionDirectoryPanel.Builder
static class
UserSelectionDirectoryPanel.Builder
Constructors in org.apache.syncope.client.console.panels.search with parameters of type AnyDirectoryPanel.Builder Constructor Description AnySelectionDirectoryPanel(String id, AnyDirectoryPanel.Builder<A,E> builder, boolean wizardInModal)
-