Serialized Form
|
Package org.syncope.console |
user
SyncopeUser user
username
String username
name
String name
surname
String surname
role
int role
email
String email
|
Package org.syncope.console.commons |
notOperator
boolean notOperator
- Not value: true if provided, false otherwise
operationType
SearchConditionWrapper.OperationType operationType
type
AttributeCond.Type type
filterType
SearchConditionWrapper.FilterType filterType
filterName
String filterName
filterValue
String filterValue
|
Package org.syncope.console.pages |
serialVersionUID: 1L
restClient
ConfigurationsRestClient restClient
utility
Utility utility
createConfigWin
org.apache.wicket.extensions.ajax.markup.html.modal.ModalWindow createConfigWin
editConfigWin
org.apache.wicket.extensions.ajax.markup.html.modal.ModalWindow editConfigWin
WIN_USER_HEIGHT
int WIN_USER_HEIGHT
WIN_USER_WIDTH
int WIN_USER_WIDTH
container
org.apache.wicket.markup.html.WebMarkupContainer container
operationResult
boolean operationResult
- Response flag set by the Modal Window after the operation
is completed
feedbackPanel
org.apache.wicket.markup.html.panel.FeedbackPanel feedbackPanel
configurationsRestClient
ConfigurationsRestClient configurationsRestClient
key
org.apache.wicket.markup.html.form.TextField<T> key
value
org.apache.wicket.markup.html.form.TextField<T> value
submit
org.apache.wicket.ajax.markup.html.form.AjaxButton submit
restClient
ConnectorsRestClient restClient
resourcesRestClient
ResourcesRestClient resourcesRestClient
utility
Utility utility
createConnectorWin
org.apache.wicket.extensions.ajax.markup.html.modal.ModalWindow createConnectorWin
editConnectorWin
org.apache.wicket.extensions.ajax.markup.html.modal.ModalWindow editConnectorWin
connectorsContainer
org.apache.wicket.markup.html.WebMarkupContainer connectorsContainer
operationResult
boolean operationResult
- Response flag set by the Modal Window after the operation is completed
feedbackPanel
org.apache.wicket.markup.html.panel.FeedbackPanel feedbackPanel
connectorName
org.apache.wicket.markup.html.form.TextField<T> connectorName
bundle
org.apache.wicket.markup.html.form.DropDownChoice<T> bundle
version
org.apache.wicket.markup.html.form.TextField<T> version
capabilitiesPalette
org.apache.wicket.markup.html.form.CheckBoxMultipleChoice<T> capabilitiesPalette
bundlesTOs
ConnectorBundleTOs bundlesTOs
selectedBundleTO
ConnectorBundleTO selectedBundleTO
connectorProperties
List<E> connectorProperties
submit
org.apache.wicket.ajax.markup.html.form.AjaxButton submit
restClient
ConnectorsRestClient restClient
propertiesContainer
org.apache.wicket.markup.html.WebMarkupContainer propertiesContainer
selections
List<E> selections
serialVersionUID: 1L
name
org.apache.wicket.markup.html.form.TextField<T> name
expression
org.apache.wicket.markup.html.form.TextField<T> expression
submit
org.apache.wicket.ajax.markup.html.form.AjaxButton submit
entity
DerivedSchemaModalPage.Entity entity
restClient
SchemaRestClient restClient
restClient
ConfigurationsRestClient restClient
selections
List<E> selections
configuration
ConfigurationTO configuration
submit
org.apache.wicket.ajax.markup.html.form.AjaxButton submit
form
org.apache.wicket.markup.html.form.Form<T> form
usernameField
org.apache.wicket.markup.html.form.TextField<T> usernameField
passwordField
org.apache.wicket.markup.html.form.TextField<T> passwordField
languageSelect
org.apache.wicket.markup.html.form.DropDownChoice<T> languageSelect
inputStream
InputStream inputStream
schemaWrappers
List<E> schemaWrappers
container
org.apache.wicket.markup.html.WebMarkupContainer container
submit
org.apache.wicket.ajax.markup.html.form.AjaxButton submit
resourceName
org.apache.wicket.markup.html.form.TextField<T> resourceName
connector
org.apache.wicket.markup.html.form.DropDownChoice<T> connector
forceMandatoryConstraint
org.apache.wicket.markup.html.form.CheckBox forceMandatoryConstraint
connectorTO
ConnectorInstanceTO connectorTO
schemaMappingTOs
SchemaMappingTOs schemaMappingTOs
submit
org.apache.wicket.ajax.markup.html.form.AjaxButton submit
addSchemaMappingBtn
org.apache.wicket.ajax.markup.html.form.AjaxButton addSchemaMappingBtn
accountIdAttributesNames
List<E> accountIdAttributesNames
passwordAttributesNames
List<E> passwordAttributesNames
userSchemaAttributesNames
List<E> userSchemaAttributesNames
roleSchemaAttributesNames
List<E> roleSchemaAttributesNames
membershipSchemaAttributesNames
List<E> membershipSchemaAttributesNames
errors
Map<K,V> errors
- Custom validation's errors map
mappingUserSchemaView
org.apache.wicket.markup.html.list.ListView<T> mappingUserSchemaView
restClient
ResourcesRestClient restClient
mappingUserSchemaContainer
org.apache.wicket.markup.html.WebMarkupContainer mappingUserSchemaContainer
schemaRestClient
SchemaRestClient schemaRestClient
schemaMappingModel
SchemaMappingTO schemaMappingModel
restClient
ResourcesRestClient restClient
utility
Utility utility
createResourceWin
org.apache.wicket.extensions.ajax.markup.html.modal.ModalWindow createResourceWin
editResourceWin
org.apache.wicket.extensions.ajax.markup.html.modal.ModalWindow editResourceWin
WIN_INITIAL_HEIGHT
int WIN_INITIAL_HEIGHT
WIN_INITIAL_WIDTH
int WIN_INITIAL_WIDTH
resourcesContainer
org.apache.wicket.markup.html.WebMarkupContainer resourcesContainer
operationResult
boolean operationResult
- Response flag set by the Modal Window after the operation is completed:
TRUE if the operation succedes, FALSE otherwise
feedbackPanel
org.apache.wicket.markup.html.panel.FeedbackPanel feedbackPanel
restClient
RolesRestClient restClient
submit
org.apache.wicket.ajax.markup.html.form.AjaxButton submit
container
org.apache.wicket.markup.html.WebMarkupContainer container
schemaWrappers
List<E> schemaWrappers
oldRole
RoleTO oldRole
roleMod
RoleMod roleMod
restClient
RolesRestClient restClient
tree
org.apache.wicket.extensions.markup.html.tree.table.TreeTable tree
createRoleWin
org.apache.wicket.extensions.ajax.markup.html.modal.ModalWindow createRoleWin
WIN_USER_HEIGHT
int WIN_USER_HEIGHT
WIN_USER_WIDTH
int WIN_USER_WIDTH
container
org.apache.wicket.markup.html.WebMarkupContainer container
operationResult
boolean operationResult
- Response flag set by the Modal Window after the operation is completed
feedbackPanel
org.apache.wicket.markup.html.panel.FeedbackPanel feedbackPanel
restClient
SchemaRestClient restClient
utility
Utility utility
createUserSchemaWin
org.apache.wicket.extensions.ajax.markup.html.modal.ModalWindow createUserSchemaWin
editUserSchemaWin
org.apache.wicket.extensions.ajax.markup.html.modal.ModalWindow editUserSchemaWin
createUserDerivedSchemaWin
org.apache.wicket.extensions.ajax.markup.html.modal.ModalWindow createUserDerivedSchemaWin
editUserDerivedSchemaWin
org.apache.wicket.extensions.ajax.markup.html.modal.ModalWindow editUserDerivedSchemaWin
createRoleSchemaWin
org.apache.wicket.extensions.ajax.markup.html.modal.ModalWindow createRoleSchemaWin
editRoleSchemaWin
org.apache.wicket.extensions.ajax.markup.html.modal.ModalWindow editRoleSchemaWin
createRoleDerivedSchemaWin
org.apache.wicket.extensions.ajax.markup.html.modal.ModalWindow createRoleDerivedSchemaWin
editRoleDerivedSchemaWin
org.apache.wicket.extensions.ajax.markup.html.modal.ModalWindow editRoleDerivedSchemaWin
createMembershipSchemaWin
org.apache.wicket.extensions.ajax.markup.html.modal.ModalWindow createMembershipSchemaWin
editMembershipSchemaWin
org.apache.wicket.extensions.ajax.markup.html.modal.ModalWindow editMembershipSchemaWin
createMembershipDerivedSchemaWin
org.apache.wicket.extensions.ajax.markup.html.modal.ModalWindow createMembershipDerivedSchemaWin
editMembershipDerivedSchemaWin
org.apache.wicket.extensions.ajax.markup.html.modal.ModalWindow editMembershipDerivedSchemaWin
userSchemaContainer
org.apache.wicket.markup.html.WebMarkupContainer userSchemaContainer
userDerivedSchemaContainer
org.apache.wicket.markup.html.WebMarkupContainer userDerivedSchemaContainer
roleSchemasContainer
org.apache.wicket.markup.html.WebMarkupContainer roleSchemasContainer
roleDerivedSchemasContainer
org.apache.wicket.markup.html.WebMarkupContainer roleDerivedSchemasContainer
membershipSchemaContainer
org.apache.wicket.markup.html.WebMarkupContainer membershipSchemaContainer
membershipDerivedSchemaContainer
org.apache.wicket.markup.html.WebMarkupContainer membershipDerivedSchemaContainer
operationResult
boolean operationResult
- Response flag set by the Modal Window after the operation is completed
feedbackPanel
org.apache.wicket.markup.html.panel.FeedbackPanel feedbackPanel
name
org.apache.wicket.markup.html.form.TextField<T> name
conversionPattern
org.apache.wicket.markup.html.form.TextField<T> conversionPattern
validatorClass
org.apache.wicket.markup.html.form.DropDownChoice<T> validatorClass
type
org.apache.wicket.markup.html.form.DropDownChoice<T> type
action
org.apache.wicket.markup.html.form.DropDownChoice<T> action
mandatory
org.apache.wicket.markup.html.form.RadioChoice<T> mandatory
virtual
org.apache.wicket.markup.html.form.RadioChoice<T> virtual
multivalue
org.apache.wicket.markup.html.form.RadioChoice<T> multivalue
readonly
org.apache.wicket.markup.html.form.RadioChoice<T> readonly
submit
org.apache.wicket.ajax.markup.html.form.AjaxButton submit
entity
SchemaModalPage.Entity entity
restClient
SchemaRestClient restClient
usersRestClient
UsersRestClient usersRestClient
rolesRestClient
RolesRestClient rolesRestClient
container
org.apache.wicket.markup.html.WebMarkupContainer container
membershipsContainer
org.apache.wicket.markup.html.WebMarkupContainer membershipsContainer
submit
org.apache.wicket.ajax.markup.html.form.AjaxButton submit
schemaWrappers
List<E> schemaWrappers
membershipTOs
List<E> membershipTOs
createUserWin
org.apache.wicket.extensions.ajax.markup.html.modal.ModalWindow createUserWin
oldUser
UserTO oldUser
userMod
UserMod userMod
rolesMap
Map<K,V> rolesMap
usersRestClient
UsersRestClient usersRestClient
schemaRestClient
SchemaRestClient schemaRestClient
rolesRestClient
RolesRestClient rolesRestClient
configurationsRestClient
ConfigurationsRestClient configurationsRestClient
utility
Utility utility
createUserWin
org.apache.wicket.extensions.ajax.markup.html.modal.ModalWindow createUserWin
editUserWin
org.apache.wicket.extensions.ajax.markup.html.modal.ModalWindow editUserWin
changeAttribsViewWin
org.apache.wicket.extensions.ajax.markup.html.modal.ModalWindow changeAttribsViewWin
WIN_ATTRIBUTES_HEIGHT
int WIN_ATTRIBUTES_HEIGHT
WIN_ATTRIBUTES_WIDTH
int WIN_ATTRIBUTES_WIDTH
WIN_USER_HEIGHT
int WIN_USER_HEIGHT
WIN_USER_WIDTH
int WIN_USER_WIDTH
usersContainer
org.apache.wicket.markup.html.WebMarkupContainer usersContainer
columnsList
List<E> columnsList
operationResult
boolean operationResult
- Response flag set by the Modal Window after the operation is completed
feedbackPanel
org.apache.wicket.markup.html.panel.FeedbackPanel feedbackPanel
searchConditionsList
List<E> searchConditionsList
searchMatchedUsers
UserTOs searchMatchedUsers
|
Package org.syncope.console.wicket.markup.html.form |
|
Package org.syncope.console.wicket.markup.html.tree |
restClient
RolesRestClient restClient
fragment
org.apache.wicket.markup.html.panel.Fragment fragment
window
org.apache.wicket.extensions.ajax.markup.html.modal.ModalWindow window
callerPage
BasePage callerPage
treeNode
SyncopeTreeNode treeNode
title
String title
Copyright © 2010. All Rights Reserved.