A B C D E F G H I K L M N O P R S T U V W X

A

AbstractBaseRestClient - Class in org.syncope.console.rest
 
AbstractBaseRestClient() - Constructor for class org.syncope.console.rest.AbstractBaseRestClient
 
AbstractSchemaModalPage - Class in org.syncope.console.pages
Modal window with Schema form.
AbstractSchemaModalPage(String) - Constructor for class org.syncope.console.pages.AbstractSchemaModalPage
 
AjaxCheckBoxPanel - Class in org.syncope.console.wicket.markup.html.form
 
AjaxCheckBoxPanel(String, String, IModel<Boolean>, boolean) - Constructor for class org.syncope.console.wicket.markup.html.form.AjaxCheckBoxPanel
 
AjaxCheckBoxPanel(String, String, IModel<Boolean>, boolean, boolean) - Constructor for class org.syncope.console.wicket.markup.html.form.AjaxCheckBoxPanel
 
AjaxDecoratedCheckbox - Class in org.syncope.console.wicket.markup.html.form
AjaxCheckBox allowing AjaxCallDecorator.
AjaxDecoratedCheckbox(String) - Constructor for class org.syncope.console.wicket.markup.html.form.AjaxDecoratedCheckbox
 
AjaxDecoratedCheckbox(String, IModel<Boolean>) - Constructor for class org.syncope.console.wicket.markup.html.form.AjaxDecoratedCheckbox
 
AjaxDropDownChoicePanel - Class in org.syncope.console.wicket.markup.html.form
 
AjaxDropDownChoicePanel(String, String, IModel, List, IChoiceRenderer, boolean) - Constructor for class org.syncope.console.wicket.markup.html.form.AjaxDropDownChoicePanel
 
AjaxDropDownChoicePanel(String, String, IModel, boolean, boolean) - Constructor for class org.syncope.console.wicket.markup.html.form.AjaxDropDownChoicePanel
 
AjaxTextFieldPanel - Class in org.syncope.console.wicket.markup.html.form
 
AjaxTextFieldPanel(String, String, IModel, boolean) - Constructor for class org.syncope.console.wicket.markup.html.form.AjaxTextFieldPanel
 
AjaxTextFieldPanel(String, String, IModel, boolean, boolean) - Constructor for class org.syncope.console.wicket.markup.html.form.AjaxTextFieldPanel
 

B

BaseModalPage - Class in org.syncope.console.pages
Syncope Modal Window.
BaseModalPage() - Constructor for class org.syncope.console.pages.BaseModalPage
 
BasePage - Class in org.syncope.console.pages
Syncope Wicket base-page.
BasePage() - Constructor for class org.syncope.console.pages.BasePage
 
BasePage(PageParameters) - Constructor for class org.syncope.console.pages.BasePage
Constructor that is invoked when page is invoked without a sessadd(new BookmarkablePageLink("roles", Roles.class));ion.
baseURL - Variable in class org.syncope.console.rest.AbstractBaseRestClient
 
build() - Method in class org.syncope.console.commons.RoleTreeBuilder
 
build(List<RoleTO>) - Method in class org.syncope.console.commons.RoleTreeBuilder
 
build(WebPage, T, IModel<List<String>>) - Method in class org.syncope.console.wicket.markup.html.form.DerivedAttributesForm
 
build(WebPage, T, IModel<List<String>>) - Method in class org.syncope.console.wicket.markup.html.form.VirtualAttributesForm
 

C

checkDeleteIsForbidden(ConnInstanceTO) - Method in class org.syncope.console.pages.Connectors
Check if the delete action is forbidden
cloneOldRoleTO(RoleTO) - Method in class org.syncope.console.pages.RoleModalPage
Create a copy of old RoleTO
compare(IModel<Comparable>, IModel<Comparable>) - Method in class org.syncope.console.commons.SortableDataProviderComparator
 
compare(T, T) - Method in class org.syncope.console.commons.SortableDataProviderComparator
 
compare(UserTO, UserTO) - Method in class org.syncope.console.commons.SortableUserProviderComparator
 
Configuration - Class in org.syncope.console.pages
Configurations WebPage.
Configuration(PageParameters) - Constructor for class org.syncope.console.pages.Configuration
 
ConfigurationModalPage - Class in org.syncope.console.pages
Modal window with Connector form.
ConfigurationModalPage(BasePage, ModalWindow, ConfigurationTO, boolean) - Constructor for class org.syncope.console.pages.ConfigurationModalPage
ConfigurationModalPage constructor.
ConfigurationRestClient - Class in org.syncope.console.rest
Console client for invoking Rest Connectors services.
ConfigurationRestClient() - Constructor for class org.syncope.console.rest.ConfigurationRestClient
 
ConnectorModalPage - Class in org.syncope.console.pages
Modal window with Connector form.
ConnectorModalPage(Connectors, ModalWindow, ConnInstanceTO, boolean) - Constructor for class org.syncope.console.pages.ConnectorModalPage
 
ConnectorRestClient - Class in org.syncope.console.rest
Console client for invoking Rest Connectors services.
ConnectorRestClient() - Constructor for class org.syncope.console.rest.ConnectorRestClient
 
Connectors - Class in org.syncope.console.pages
Connectors WebPage.
Connectors(PageParameters) - Constructor for class org.syncope.console.pages.Connectors
 
Constants - Class in org.syncope.console.commons
 
count() - Method in class org.syncope.console.rest.TaskRestClient
 
count() - Method in class org.syncope.console.rest.UserRestClient
 
create(ConnInstanceTO) - Method in class org.syncope.console.rest.ConnectorRestClient
Create new connector.
create(ResourceTO) - Method in class org.syncope.console.rest.ResourceRestClient
Create new resource.
create(UserTO) - Method in class org.syncope.console.rest.UserRestClient
Create a new user and start off the workflow.
createConfiguration(ConfigurationTO) - Method in class org.syncope.console.rest.ConfigurationRestClient
Create a new configuration.
createDerivedSchema(String, DerivedSchemaTO) - Method in class org.syncope.console.rest.SchemaRestClient
Create new derived user schema.
createRole(RoleTO) - Method in class org.syncope.console.rest.RoleRestClient
Create new role.
createSchema(String, SchemaTO) - Method in class org.syncope.console.rest.SchemaRestClient
Create new user schema.
createVirtualSchema(String, VirtualSchemaTO) - Method in class org.syncope.console.rest.SchemaRestClient
Create new derived user schema.

D

DateFieldPanel - Class in org.syncope.console.wicket.markup.html.form
 
DateFieldPanel(String, String, IModel<Date>, String, boolean, boolean, Form) - Constructor for class org.syncope.console.wicket.markup.html.form.DateFieldPanel
 
DateFieldPanel.DateTimeFormValidator - Class in org.syncope.console.wicket.markup.html.form
Custom form validator for registering and handling DateTimeField components that are in it.
DateFieldPanel.DateTimeFormValidator(DateTimeField) - Constructor for class org.syncope.console.wicket.markup.html.form.DateFieldPanel.DateTimeFormValidator
 
delete(Long) - Method in class org.syncope.console.rest.ConnectorRestClient
Delete an already existent connector by its name.
delete(String) - Method in class org.syncope.console.rest.ResourceRestClient
Delete an already existent resource by its name.
delete(Long) - Method in class org.syncope.console.rest.TaskRestClient
Delete specified task.
delete(Long) - Method in class org.syncope.console.rest.UserRestClient
 
deleteConfiguration(String) - Method in class org.syncope.console.rest.ConfigurationRestClient
Deelete a configuration by key
deleteDerivedSchema(String, String) - Method in class org.syncope.console.rest.SchemaRestClient
Delete an already existent user derived schema by its name.
deleteExecution(Long) - Method in class org.syncope.console.rest.TaskRestClient
Delete specified task's execution.
DeleteLinkPanel - Class in org.syncope.console.wicket.markup.html.form
This empty class must exist because there not seems to be altrernative to provide specialized HTML for delete links.
DeleteLinkPanel(String, IModel<?>) - Constructor for class org.syncope.console.wicket.markup.html.form.DeleteLinkPanel
 
deleteRole(Long) - Method in class org.syncope.console.rest.RoleRestClient
Delete an already existent role by its name.
deleteSchema(String, String) - Method in class org.syncope.console.rest.SchemaRestClient
Delete an already existent user schema by its name.
deleteVirtualSchema(String, String) - Method in class org.syncope.console.rest.SchemaRestClient
Delete an already existent user derived schema by its name.
DERIVED_SCHEMA_FIELDS - Static variable in class org.syncope.console.commons.Constants
 
DerivedAttributesForm - Class in org.syncope.console.wicket.markup.html.form
 
DerivedAttributesForm(String, IModel<?>) - Constructor for class org.syncope.console.wicket.markup.html.form.DerivedAttributesForm
 
DerivedAttributesForm(String) - Constructor for class org.syncope.console.wicket.markup.html.form.DerivedAttributesForm
 
DerivedSchemaModalPage - Class in org.syncope.console.pages
Modal window with Schema form.
DerivedSchemaModalPage(String) - Constructor for class org.syncope.console.pages.DerivedSchemaModalPage
 
DisplayAttributesModalPage - Class in org.syncope.console.pages
Modal window with Display attributes form.
DisplayAttributesModalPage(Users, IModel<List<String>>, ModalWindow) - Constructor for class org.syncope.console.pages.DisplayAttributesModalPage
 

E

EditLinkPanel - Class in org.syncope.console.wicket.markup.html.form
This empty class must exist because there not seems to be altrernative to provide specialized HTML for edit links.
EditLinkPanel(String, IModel<?>) - Constructor for class org.syncope.console.wicket.markup.html.form.EditLinkPanel
 
ENGLISH_DATE_FORMAT - Static variable in class org.syncope.console.commons.Constants
 
EntitlementRestClient - Class in org.syncope.console.rest
Console client for invoking Rest Resources services.
EntitlementRestClient() - Constructor for class org.syncope.console.rest.EntitlementRestClient
 
enumValuesSeparator - Static variable in class org.syncope.console.pages.Schema
 
ErrorPage - Class in org.syncope.console.pages
Error WebPage.
ErrorPage(PageParameters) - Constructor for class org.syncope.console.pages.ErrorPage
 

F

feedbackPanel - Variable in class org.syncope.console.pages.BaseModalPage
 
feedbackPanel - Variable in class org.syncope.console.pages.BasePage
 

G

get(WebRequest, String) - Method in class org.syncope.console.commons.PreferenceManager
 
get() - Static method in class org.syncope.console.SyncopeSession
 
getAjaxCallDecorator() - Method in class org.syncope.console.wicket.ajax.markup.html.IndicatingDeleteOnConfirmAjaxLink
 
getAjaxCallDecorator() - Method in class org.syncope.console.wicket.markup.html.form.AjaxDecoratedCheckbox
Returns ajax call decorator that will be used to decorate the ajax call.
getAjaxIndicatorMarkupId() - Method in class org.syncope.console.pages.BasePage
 
getAllAllowedRoles(String, String) - Method in class org.syncope.console.commons.XMLRolesReader
Get all roles allowed for specific page and actio requested.
getAllBundles() - Method in class org.syncope.console.rest.ConnectorRestClient
 
getAllConfigurations() - Method in class org.syncope.console.rest.ConfigurationRestClient
Get all stored configurations.
getAllConnectors() - Method in class org.syncope.console.rest.ConnectorRestClient
Get all connectors.
getAllEntitlements() - Method in class org.syncope.console.rest.EntitlementRestClient
Get all Entitlements.
getAllResources() - Method in class org.syncope.console.rest.ResourceRestClient
Get all Connectors.
getAllRoles() - Method in class org.syncope.console.rest.RoleRestClient
Get all Roles.
getAllValidatorClasses() - Method in class org.syncope.console.rest.SchemaRestClient
Populator for Validator Schema DropDown components.
getAvailableResources(RoleTO) - Method in class org.syncope.console.pages.RoleModalPage
Destinations: all available
getColumns(ModalWindow) - Method in class org.syncope.console.pages.Users
 
getCoreVersion() - Method in class org.syncope.console.SyncopeSession
 
getDatePicker() - Method in class org.syncope.console.wicket.markup.html.form.DateFieldPanel
Setup a DatePicker component.
getDependentFormComponents() - Method in class org.syncope.console.wicket.markup.html.form.DateFieldPanel.DateTimeFormValidator
 
getDerivedSchemaNames(String) - Method in class org.syncope.console.rest.SchemaRestClient
Get derived schema names.
getDerivedSchemas(String) - Method in class org.syncope.console.rest.SchemaRestClient
Get derived schemas.
getDisplayValue(String) - Method in class org.syncope.console.commons.StringChoiceRenderer
 
getFilterName() - Method in class org.syncope.console.commons.SearchConditionWrapper
 
getFilterType() - Method in class org.syncope.console.commons.SearchConditionWrapper
 
getFilterValue() - Method in class org.syncope.console.commons.SearchConditionWrapper
 
getHomePage() - Method in class org.syncope.console.SyncopeApplication
 
getIdValue(String, int) - Method in class org.syncope.console.commons.StringChoiceRenderer
 
getKind() - Method in class org.syncope.console.pages.AbstractSchemaModalPage
 
getList(WebRequest, String) - Method in class org.syncope.console.commons.PreferenceManager
 
getLoggers() - Method in class org.syncope.console.rest.ConfigurationRestClient
Get all loggers.
getMembershipAttributes() - Method in class org.syncope.console.pages.MembershipModalPage
 
getMembershipTOs() - Method in class org.syncope.console.pages.UserModalPage
 
getOperationType() - Method in class org.syncope.console.commons.SearchConditionWrapper
 
getPaginatorChoices() - Method in class org.syncope.console.commons.PreferenceManager
 
getPaginatorRows(WebRequest, String) - Method in class org.syncope.console.commons.PreferenceManager
 
getRoleAttributes() - Method in class org.syncope.console.pages.RoleModalPage
 
getSchemaModalPage(SchemaModalPageFactory.Entity, SchemaModalPageFactory.SchemaType) - Static method in class org.syncope.console.SchemaModalPageFactory
 
getSchemaNames(String) - Method in class org.syncope.console.rest.SchemaRestClient
Get schema names.
getSchemas(String) - Method in class org.syncope.console.rest.SchemaRestClient
Get schemas.
getSchemaTO() - Method in class org.syncope.console.commons.SchemaWrapper
 
getSelectedResources(RoleTO) - Method in class org.syncope.console.pages.RoleModalPage
Originals: resources provided for a stored role.
getTree() - Method in class org.syncope.console.pages.Roles
 
getType() - Method in class org.syncope.console.commons.SearchConditionWrapper
 
getUserId() - Method in class org.syncope.console.SyncopeSession
 
getValues() - Method in class org.syncope.console.commons.SchemaWrapper
 
getVirtualSchemaNames(String) - Method in class org.syncope.console.rest.SchemaRestClient
Get virtual schema names.
getVirtualSchemas(String) - Method in class org.syncope.console.rest.SchemaRestClient
Get derived schemas.

H

hasAnyRole(Roles) - Method in class org.syncope.console.SyncopeApplication
 
hasAnyRole(Roles) - Method in class org.syncope.console.SyncopeSession
 
HomePage - Class in org.syncope.console.pages
Syncope Home-Page.
HomePage(PageParameters) - Constructor for class org.syncope.console.pages.HomePage
 

I

IndicatingDeleteOnConfirmAjaxLink<T> - Class in org.syncope.console.wicket.ajax.markup.html
 
IndicatingDeleteOnConfirmAjaxLink(String, IModel<T>) - Constructor for class org.syncope.console.wicket.ajax.markup.html.IndicatingDeleteOnConfirmAjaxLink
 
IndicatingDeleteOnConfirmAjaxLink(String) - Constructor for class org.syncope.console.wicket.ajax.markup.html.IndicatingDeleteOnConfirmAjaxLink
 
init() - Method in class org.syncope.console.commons.XMLRolesReader
 
init() - Method in class org.syncope.console.SyncopeApplication
 
isAuthenticated() - Method in class org.syncope.console.SyncopeSession
 
isNotOperator() - Method in class org.syncope.console.commons.SearchConditionWrapper
 
isOperationResult() - Method in class org.syncope.console.pages.Configuration
 
isOperationResult() - Method in class org.syncope.console.pages.Connectors
 
isOperationResult() - Method in class org.syncope.console.pages.Resources
 
isOperationResult() - Method in class org.syncope.console.pages.Roles
 
ITALIAN_DATE_FORMAT - Static variable in class org.syncope.console.commons.Constants
 

K

kind - Variable in class org.syncope.console.pages.AbstractSchemaModalPage
 

L

LinkPanel - Class in org.syncope.console.wicket.markup.html.form
This empty class must exist because there not seems to be altrernative to provide specialized HTML for links.
LinkPanel(String) - Constructor for class org.syncope.console.wicket.markup.html.form.LinkPanel
 
LinkPanel(String, IModel<?>) - Constructor for class org.syncope.console.wicket.markup.html.form.LinkPanel
 
list(int, int) - Method in class org.syncope.console.rest.TaskRestClient
Get all stored tasks.
list(int, int) - Method in class org.syncope.console.rest.UserRestClient
Get all stored users.
listContainer - Variable in class org.syncope.console.pages.Users
 
listExecutions() - Method in class org.syncope.console.rest.TaskRestClient
Get all executions.
LOG - Static variable in class org.syncope.console.pages.BaseModalPage
Logger.
LOG - Static variable in class org.syncope.console.pages.BasePage
Logger.
LOG - Static variable in class org.syncope.console.rest.AbstractBaseRestClient
Logger.
LOG - Static variable in class org.syncope.console.wicket.markup.html.form.DerivedAttributesForm
Logger.
LOG - Static variable in class org.syncope.console.wicket.markup.html.form.VirtualAttributesForm
Logger.
Login - Class in org.syncope.console.pages
Syncope Login page.
Login(PageParameters) - Constructor for class org.syncope.console.pages.Login
 
Logout - Class in org.syncope.console.pages
Syncope Logout.
Logout(PageParameters) - Constructor for class org.syncope.console.pages.Logout
 

M

MembershipModalPage - Class in org.syncope.console.pages
MembershipModalPage.
MembershipModalPage(Page, ModalWindow, MembershipTO, boolean) - Constructor for class org.syncope.console.pages.MembershipModalPage
 
modalResult - Variable in class org.syncope.console.pages.Users
 

N

newCell(MarkupContainer, String, TreeNode, int) - Method in class org.syncope.console.wicket.markup.html.tree.PropertyEditableColumn
 
newCell(TreeNode, int) - Method in class org.syncope.console.wicket.markup.html.tree.PropertyEditableColumn
 
newRequestCycle(Request, Response) - Method in class org.syncope.console.SyncopeApplication
 
newSession(Request, Response) - Method in class org.syncope.console.SyncopeApplication
 
NodeEditablePanel - Class in org.syncope.console.wicket.markup.html.tree
Panel for a node element form.
NodeEditablePanel(String, Long, IModel, ModalWindow, BasePage) - Constructor for class org.syncope.console.wicket.markup.html.tree.NodeEditablePanel
 

O

onRuntimeException(Page, RuntimeException) - Method in class org.syncope.console.SyncopeRequestCycle
 
onUnauthorizedInstantiation(Component) - Method in class org.syncope.console.SyncopeApplication
 
org.syncope.console - package org.syncope.console
 
org.syncope.console.commons - package org.syncope.console.commons
 
org.syncope.console.pages - package org.syncope.console.pages
 
org.syncope.console.rest - package org.syncope.console.rest
 
org.syncope.console.wicket.ajax.markup.html - package org.syncope.console.wicket.ajax.markup.html
 
org.syncope.console.wicket.markup.html.form - package org.syncope.console.wicket.markup.html.form
 
org.syncope.console.wicket.markup.html.tree - package org.syncope.console.wicket.markup.html.tree
 

P

PAGEPARAM_CREATE - Static variable in class org.syncope.console.commons.Constants
 
PAGEPARAM_CURRENT_PAGE - Static variable in class org.syncope.console.commons.Constants
 
populateItem(Item<ICellPopulator<T>>, String, IModel<T>) - Method in class org.syncope.console.pages.TaskModalPage.DatePropertyColumn
 
PREF_CONFIGURATION_PAGINATOR_ROWS - Static variable in class org.syncope.console.commons.Constants
 
PREF_CONNECTORS_PAGINATOR_ROWS - Static variable in class org.syncope.console.commons.Constants
 
PREF_MEMBERSHIP_DER_SCHEMA_PAGINATOR_ROWS - Static variable in class org.syncope.console.commons.Constants
 
PREF_MEMBERSHIP_SCHEMA_PAGINATOR_ROWS - Static variable in class org.syncope.console.commons.Constants
 
PREF_MEMBERSHIP_VIR_SCHEMA_PAGINATOR_ROWS - Static variable in class org.syncope.console.commons.Constants
 
PREF_RESOURCES_PAGINATOR_ROWS - Static variable in class org.syncope.console.commons.Constants
 
PREF_ROLE_DER_SCHEMA_PAGINATOR_ROWS - Static variable in class org.syncope.console.commons.Constants
 
PREF_ROLE_SCHEMA_PAGINATOR_ROWS - Static variable in class org.syncope.console.commons.Constants
 
PREF_ROLE_VIR_SCHEMA_PAGINATOR_ROWS - Static variable in class org.syncope.console.commons.Constants
 
PREF_TASKS_PAGINATOR_ROWS - Static variable in class org.syncope.console.commons.Constants
 
PREF_USER_DER_SCHEMA_PAGINATOR_ROWS - Static variable in class org.syncope.console.commons.Constants
 
PREF_USER_SCHEMA_PAGINATOR_ROWS - Static variable in class org.syncope.console.commons.Constants
 
PREF_USER_VIR_SCHEMA_PAGINATOR_ROWS - Static variable in class org.syncope.console.commons.Constants
 
PREF_USERS_ATTRIBUTES_VIEW - Static variable in class org.syncope.console.commons.Constants
 
PREF_USERS_PAGINATOR_ROWS - Static variable in class org.syncope.console.commons.Constants
 
PREF_USERS_SEARCH_PAGINATOR_ROWS - Static variable in class org.syncope.console.commons.Constants
 
PreferenceManager - Class in org.syncope.console.commons
 
PreferenceManager() - Constructor for class org.syncope.console.commons.PreferenceManager
 
PREFS_COOKIE_NAME - Static variable in class org.syncope.console.commons.Constants
 
PropertyEditableColumn - Class in org.syncope.console.wicket.markup.html.tree
 
PropertyEditableColumn(ColumnLocation, String, String, ModalWindow, BasePage) - Constructor for class org.syncope.console.wicket.markup.html.tree.PropertyEditableColumn
 
provider - Variable in class org.syncope.console.commons.SortableDataProviderComparator
 

R

read(String) - Method in class org.syncope.console.rest.ConnectorRestClient
Load an already existent connector by its name.
read(String) - Method in class org.syncope.console.rest.ResourceRestClient
Load an already existent resource by its name.
read(String) - Method in class org.syncope.console.rest.TaskRestClient
Load an existing task.
read(String) - Method in class org.syncope.console.rest.UserRestClient
 
readConfiguration(String) - Method in class org.syncope.console.rest.ConfigurationRestClient
Load an existent configuration.
readDerivedSchema(String, String) - Method in class org.syncope.console.rest.SchemaRestClient
Load an already existent user derived schema by its name.
readRole(Long) - Method in class org.syncope.console.rest.RoleRestClient
Load an already existent role by its name.
readSchema(String, String) - Method in class org.syncope.console.rest.SchemaRestClient
Load an already existent user schema by its name.
Report - Class in org.syncope.console.pages
Report WebPage.
Report(PageParameters) - Constructor for class org.syncope.console.pages.Report
 
ResourceModalPage - Class in org.syncope.console.pages
Modal window with Resource form.
ResourceModalPage(Resources, ModalWindow, ResourceTO, boolean) - Constructor for class org.syncope.console.pages.ResourceModalPage
 
ResourceRestClient - Class in org.syncope.console.rest
Console client for invoking Rest Resources services.
ResourceRestClient() - Constructor for class org.syncope.console.rest.ResourceRestClient
 
Resources - Class in org.syncope.console.pages
Resources WebPage.
Resources(PageParameters) - Constructor for class org.syncope.console.pages.Resources
 
restClient - Variable in class org.syncope.console.pages.AbstractSchemaModalPage
 
restClient - Variable in class org.syncope.console.SchemaModalPageFactory
 
restTemplate - Variable in class org.syncope.console.rest.AbstractBaseRestClient
 
RoleModalPage - Class in org.syncope.console.pages
Modal window with Role form.
RoleModalPage(BasePage, ModalWindow, RoleTO, boolean) - Constructor for class org.syncope.console.pages.RoleModalPage
Constructor.
RoleRestClient - Class in org.syncope.console.rest
Console client for invoking Rest Role's services.
RoleRestClient() - Constructor for class org.syncope.console.rest.RoleRestClient
 
Roles - Class in org.syncope.console.pages
Roles WebPage.
Roles(PageParameters) - Constructor for class org.syncope.console.pages.Roles
 
RoleTreeBuilder - Class in org.syncope.console.commons
 
RoleTreeBuilder() - Constructor for class org.syncope.console.commons.RoleTreeBuilder
 

S

Schema - Class in org.syncope.console.pages
Schema WebPage.
Schema(PageParameters) - Constructor for class org.syncope.console.pages.Schema
 
SCHEMA_FIELDS - Static variable in class org.syncope.console.commons.Constants
 
SchemaModalPage - Class in org.syncope.console.pages
Modal window with Schema form.
SchemaModalPage(String) - Constructor for class org.syncope.console.pages.SchemaModalPage
 
SchemaModalPageFactory - Class in org.syncope.console
Modal window with Schema form.
SchemaModalPageFactory() - Constructor for class org.syncope.console.SchemaModalPageFactory
 
SchemaModalPageFactory.Entity - Enum in org.syncope.console
 
SchemaModalPageFactory.SchemaType - Enum in org.syncope.console
 
SchemaRestClient - Class in org.syncope.console.rest
Console client for invoking rest schema services.
SchemaRestClient() - Constructor for class org.syncope.console.rest.SchemaRestClient
 
SchemaWrapper - Class in org.syncope.console.commons
Wrapper for User's Schema - Attribute.
SchemaWrapper(SchemaTO) - Constructor for class org.syncope.console.commons.SchemaWrapper
 
search(NodeCond) - Method in class org.syncope.console.rest.UserRestClient
Search an user by its schema values.
search(NodeCond, int, int) - Method in class org.syncope.console.rest.UserRestClient
 
searchAndAddResource(String) - Method in class org.syncope.console.pages.RoleModalPage
Search for a resource and add that one to the RoleMod object if it doesn't exist.
searchAndDropResource(String, RoleTO) - Method in class org.syncope.console.pages.RoleModalPage
Search for a resource and drop that one from the RoleMod object if it doesn't exist anymore.
searchAndUpdateAttribute(AttributeTO) - Method in class org.syncope.console.pages.RoleModalPage
 
SearchConditionWrapper - Class in org.syncope.console.commons
Generic search condition wrapper class.
SearchConditionWrapper() - Constructor for class org.syncope.console.commons.SearchConditionWrapper
 
SearchConditionWrapper.FilterType - Enum in org.syncope.console.commons
 
SearchConditionWrapper.OperationType - Enum in org.syncope.console.commons
 
searchCount(NodeCond) - Method in class org.syncope.console.rest.UserRestClient
 
searchResultContainer - Variable in class org.syncope.console.pages.Users
 
set(WebRequest, WebResponse, String, String) - Method in class org.syncope.console.commons.PreferenceManager
 
setCoreVersion(String) - Method in class org.syncope.console.SyncopeSession
 
setEntitlements(String[]) - Method in class org.syncope.console.SyncopeSession
 
setFilterName(String) - Method in class org.syncope.console.commons.SearchConditionWrapper
 
setFilterType(SearchConditionWrapper.FilterType) - Method in class org.syncope.console.commons.SearchConditionWrapper
 
setFilterValue(String) - Method in class org.syncope.console.commons.SearchConditionWrapper
 
setList(WebRequest, WebResponse, String, List<String>) - Method in class org.syncope.console.commons.PreferenceManager
 
setLoggerLevel(String, String) - Method in class org.syncope.console.rest.ConfigurationRestClient
 
setModalResult(boolean) - Method in class org.syncope.console.pages.Users
 
setNotOperator(boolean) - Method in class org.syncope.console.commons.SearchConditionWrapper
 
setOperationResult(boolean) - Method in class org.syncope.console.pages.Configuration
 
setOperationResult(boolean) - Method in class org.syncope.console.pages.Connectors
 
setOperationResult(boolean) - Method in class org.syncope.console.pages.Resources
 
setOperationResult(boolean) - Method in class org.syncope.console.pages.Roles
 
setOperationResult(boolean) - Method in class org.syncope.console.pages.Schema
 
setOperationType(SearchConditionWrapper.OperationType) - Method in class org.syncope.console.commons.SearchConditionWrapper
 
setSchemaModalPage(BasePage, ModalWindow, AbstractBaseBean, boolean) - Method in class org.syncope.console.pages.AbstractSchemaModalPage
 
setSchemaModalPage(BasePage, ModalWindow, AbstractBaseBean, boolean) - Method in class org.syncope.console.pages.DerivedSchemaModalPage
 
setSchemaModalPage(BasePage, ModalWindow, AbstractBaseBean, boolean) - Method in class org.syncope.console.pages.SchemaModalPage
 
setSchemaModalPage(BasePage, ModalWindow, AbstractBaseBean, boolean) - Method in class org.syncope.console.pages.VirtualSchemaModalPage
 
setSchemaTO(SchemaTO) - Method in class org.syncope.console.commons.SchemaWrapper
 
setType(AttributeCond.Type) - Method in class org.syncope.console.commons.SearchConditionWrapper
 
setupNavigationPane(WebPage, XMLRolesReader, String) - Method in class org.syncope.console.SyncopeApplication
 
setupRoleMod(RoleTO) - Method in class org.syncope.console.pages.RoleModalPage
 
setupSchemaWrappers(boolean, MembershipTO) - Method in class org.syncope.console.pages.MembershipModalPage
 
setupSchemaWrappers(boolean, RoleTO) - Method in class org.syncope.console.pages.RoleModalPage
 
setUserId(String) - Method in class org.syncope.console.SyncopeSession
 
setValues(List<String>) - Method in class org.syncope.console.commons.SchemaWrapper
 
setValues(Set<String>) - Method in class org.syncope.console.commons.SchemaWrapper
 
setWindowClosedCallback(ModalWindow, WebMarkupContainer) - Method in class org.syncope.console.pages.Configuration
Set a WindowClosedCallback for a ModalWindow instance.
setWindowClosedCallback(ModalWindow, WebMarkupContainer) - Method in class org.syncope.console.pages.Connectors
Set a WindowClosedCallback for a ModalWindow instance.
setWindowClosedCallback(ModalWindow, WebMarkupContainer) - Method in class org.syncope.console.pages.Resources
Set a WindowClosedCallback for a ModalWindow instance.
setWindowClosedCallback(ModalWindow, WebMarkupContainer) - Method in class org.syncope.console.pages.Schema
Set a WindowClosedCallback for a ModalWindow instance.
setWindowClosedReloadCallback(ModalWindow, AjaxFallbackDefaultDataTable<UserTO>) - Method in class org.syncope.console.pages.Users
 
SortableDataProviderComparator<T> - Class in org.syncope.console.commons
 
SortableDataProviderComparator(SortableDataProvider<T>) - Constructor for class org.syncope.console.commons.SortableDataProviderComparator
 
SortableUserProviderComparator - Class in org.syncope.console.commons
 
SortableUserProviderComparator(SortableDataProvider<UserTO>) - Constructor for class org.syncope.console.commons.SortableUserProviderComparator
 
startExecution(Long) - Method in class org.syncope.console.rest.TaskRestClient
Start execution for the specified TaskTO.
StringChoiceRenderer - Class in org.syncope.console.commons
 
StringChoiceRenderer() - Constructor for class org.syncope.console.commons.StringChoiceRenderer
 
SyncopeApplication - Class in org.syncope.console
SyncopeApplication class.
SyncopeApplication() - Constructor for class org.syncope.console.SyncopeApplication
 
SyncopeRequestCycle - Class in org.syncope.console
SyncopeRequestCycle.
SyncopeRequestCycle(WebApplication, WebRequest, Response) - Constructor for class org.syncope.console.SyncopeRequestCycle
SyncopeRequestCycle constructor.
SyncopeSession - Class in org.syncope.console
Custom Syncope Session class.
SyncopeSession(Request) - Constructor for class org.syncope.console.SyncopeSession
 

T

TaskModalPage - Class in org.syncope.console.pages
Modal window with Task form (to stop and start execution).
TaskModalPage(BasePage, ModalWindow, TaskTO) - Constructor for class org.syncope.console.pages.TaskModalPage
 
TaskModalPage.DatePropertyColumn<T> - Class in org.syncope.console.pages
Format column's value as date string.
TaskModalPage.DatePropertyColumn(IModel<String>, String, String, DateConverter) - Constructor for class org.syncope.console.pages.TaskModalPage.DatePropertyColumn
 
TaskRestClient - Class in org.syncope.console.rest
Console client for invoking Rest Tasks services.
TaskRestClient() - Constructor for class org.syncope.console.rest.TaskRestClient
 
Tasks - Class in org.syncope.console.pages
Tasks page.
Tasks(PageParameters) - Constructor for class org.syncope.console.pages.Tasks
 

U

update(ConnInstanceTO) - Method in class org.syncope.console.rest.ConnectorRestClient
Update an already existent connector.
update(ResourceTO) - Method in class org.syncope.console.rest.ResourceRestClient
Update an already existent resource.
update(UserMod) - Method in class org.syncope.console.rest.UserRestClient
Update existing user.
updateConfiguration(ConfigurationTO) - Method in class org.syncope.console.rest.ConfigurationRestClient
Update an existent configuration.
updateDerivedSchema(String, DerivedSchemaTO) - Method in class org.syncope.console.rest.SchemaRestClient
Update an already existent user derived schema.
updateRole(RoleMod) - Method in class org.syncope.console.rest.RoleRestClient
Update an already existent role.
updateSchema(String, SchemaTO) - Method in class org.syncope.console.rest.SchemaRestClient
Update an already existent user schema.
updateVirtualSchema(String, VirtualSchemaTO) - Method in class org.syncope.console.rest.SchemaRestClient
Update an already existent user derived schema.
UserModalPage - Class in org.syncope.console.pages
Modal window with User form.
UserModalPage(Users, ModalWindow, UserTO, boolean) - Constructor for class org.syncope.console.pages.UserModalPage
 
UserRestClient - Class in org.syncope.console.rest
Console client for invoking rest users services.
UserRestClient() - Constructor for class org.syncope.console.rest.UserRestClient
 
Users - Class in org.syncope.console.pages
 
Users(PageParameters) - Constructor for class org.syncope.console.pages.Users
 

V

validate(Form) - Method in class org.syncope.console.wicket.markup.html.form.DateFieldPanel.DateTimeFormValidator
Validation rule : all 3 fields (date,hours,minutes) must be not-null.
valueOf(String) - Static method in enum org.syncope.console.commons.SearchConditionWrapper.FilterType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.syncope.console.commons.SearchConditionWrapper.OperationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.syncope.console.SchemaModalPageFactory.Entity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.syncope.console.SchemaModalPageFactory.SchemaType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.syncope.console.commons.SearchConditionWrapper.FilterType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.syncope.console.commons.SearchConditionWrapper.OperationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.syncope.console.SchemaModalPageFactory.Entity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.syncope.console.SchemaModalPageFactory.SchemaType
Returns an array containing the constants of this enum type, in the order they are declared.
VIRTUAL_SCHEMA_FIELDS - Static variable in class org.syncope.console.commons.Constants
 
VirtualAttributesForm - Class in org.syncope.console.wicket.markup.html.form
 
VirtualAttributesForm(String, IModel<?>) - Constructor for class org.syncope.console.wicket.markup.html.form.VirtualAttributesForm
 
VirtualAttributesForm(String) - Constructor for class org.syncope.console.wicket.markup.html.form.VirtualAttributesForm
 
VirtualSchemaModalPage - Class in org.syncope.console.pages
Modal window with Schema form.
VirtualSchemaModalPage(String) - Constructor for class org.syncope.console.pages.VirtualSchemaModalPage
 

W

WelcomePage - Class in org.syncope.console.pages
Welcome page to display after successful login.
WelcomePage(PageParameters) - Constructor for class org.syncope.console.pages.WelcomePage
 

X

XMLRolesReader - Class in org.syncope.console.commons
XMLRolesReader singleton class.
XMLRolesReader() - Constructor for class org.syncope.console.commons.XMLRolesReader
 
xmlRolesReader - Variable in class org.syncope.console.pages.BaseModalPage
 
xmlRolesReader - Variable in class org.syncope.console.pages.BasePage
 

A B C D E F G H I K L M N O P R S T U V W X

Copyright © 2011. All Rights Reserved.