Modifier and Type | Method and Description |
---|---|
GroupTO |
GroupSyncopeOperations.read(String groupKey) |
Modifier and Type | Method and Description |
---|---|
List<GroupTO> |
GroupSyncopeOperations.list() |
Modifier and Type | Method and Description |
---|---|
void |
GroupResultManager.printGroup(GroupTO groupTO) |
Modifier and Type | Method and Description |
---|---|
void |
GroupResultManager.printGroups(List<GroupTO> groupTOs) |
Modifier and Type | Method and Description |
---|---|
ActionsPanel<GroupTO> |
GroupDirectoryPanel.getActions(IModel<GroupTO> model) |
protected WizardMgtPanel<AnyWrapper<GroupTO>> |
GroupDirectoryPanel.Builder.newInstance(String id,
boolean wizardInModal) |
Modifier and Type | Method and Description |
---|---|
protected abstract Serializable |
MembersTogglePanel.onApplyInternal(GroupTO groupTO,
String type,
AjaxRequestTarget target) |
void |
MembersTogglePanel.setTargetObject(GroupTO groupTO) |
Modifier and Type | Method and Description |
---|---|
ActionsPanel<GroupTO> |
GroupDirectoryPanel.getActions(IModel<GroupTO> model) |
Constructor and Description |
---|
TypeExtensionDirectoryPanel(BaseModal<Serializable> baseModal,
GroupTO groupTO,
PageReference pageRef) |
Modifier and Type | Method and Description |
---|---|
protected WizardMgtPanel<AnyWrapper<GroupTO>> |
GroupSelectionDirectoryPanel.Builder.newInstance(String id,
boolean wizardInModal) |
Modifier and Type | Method and Description |
---|---|
ProvisioningResult<GroupTO> |
GroupRestClient.create(GroupTO groupTO) |
protected Class<? extends AnyService<GroupTO>> |
GroupRestClient.getAnyServiceClass() |
List<GroupTO> |
GroupRestClient.search(String realm,
String fiql,
int page,
int size,
SortParam<String> sort,
String type) |
List<GroupTO> |
SyncopeRestClient.searchAssignableGroups(String realm,
String term,
int page,
int size) |
ProvisioningResult<GroupTO> |
GroupRestClient.update(String etag,
GroupPatch patch) |
Modifier and Type | Method and Description |
---|---|
ProvisioningResult<GroupTO> |
GroupRestClient.create(GroupTO groupTO) |
Modifier and Type | Field and Description |
---|---|
protected List<GroupTO> |
Groups.GroupsModel.groups |
Modifier and Type | Method and Description |
---|---|
GroupTO |
GroupWrapper.fillDynamicConditions() |
GroupTO |
GroupWrapper.getPreviousGroupTO() |
Modifier and Type | Method and Description |
---|---|
protected Optional<Details<GroupTO>> |
GroupTemplateWizardBuilder.addOptionalDetailsPanel(AnyWrapper<GroupTO> modelObject) |
protected Optional<Details<GroupTO>> |
GroupWizardBuilder.addOptionalDetailsPanel(AnyWrapper<GroupTO> modelObject) |
AjaxWizard<AnyWrapper<GroupTO>> |
GroupTemplateWizardBuilder.build(String id) |
List<GroupTO> |
Groups.GroupsModel.getObject() |
protected List<GroupTO> |
Groups.searchAssignable(String realm,
String term) |
AjaxWizardBuilder<AnyWrapper<GroupTO>> |
GroupWizardBuilder.setItem(AnyWrapper<GroupTO> item)
This method has been overridden to manage asynchronous translation of FIQL string to search classes list and
viceversa.
|
Modifier and Type | Method and Description |
---|---|
protected Optional<Details<GroupTO>> |
GroupTemplateWizardBuilder.addOptionalDetailsPanel(AnyWrapper<GroupTO> modelObject) |
protected Optional<Details<GroupTO>> |
GroupWizardBuilder.addOptionalDetailsPanel(AnyWrapper<GroupTO> modelObject) |
protected Serializable |
GroupWizardBuilder.onApplyInternal(AnyWrapper<GroupTO> modelObject) |
AjaxWizardBuilder<AnyWrapper<GroupTO>> |
GroupWizardBuilder.setItem(AnyWrapper<GroupTO> item)
This method has been overridden to manage asynchronous translation of FIQL string to search classes list and
viceversa.
|
Constructor and Description |
---|
GroupWizardBuilder(GroupTO previousGroupTO,
GroupTO groupTO,
List<String> anyTypeClasses,
GroupFormLayoutInfo formLayoutInfo,
PageReference pageRef)
Constructor to be used for Remediation details only.
|
GroupWizardBuilder(GroupTO groupTO,
List<String> anyTypeClasses,
GroupFormLayoutInfo formLayoutInfo,
PageReference pageRef) |
GroupWrapper(GroupTO groupTO) |
GroupWrapper(GroupTO previousGroupTO,
GroupTO groupTO) |
TypeExtensionWizardBuilder(GroupTO groupTO,
TypeExtensionTO defaultItem,
String anyTypeLabel,
String auxClassesLabel,
PageReference pageRef) |
Modifier and Type | Method and Description |
---|---|
static GroupTO |
AnyOperations.patch(GroupTO groupTO,
GroupPatch groupPatch) |
Modifier and Type | Method and Description |
---|---|
static GroupPatch |
AnyOperations.diff(GroupTO updated,
GroupTO original,
boolean incremental)
Calculate modifications needed by first in order to be equal to second.
|
static GroupTO |
AnyOperations.patch(GroupTO groupTO,
GroupPatch groupPatch) |
Modifier and Type | Method and Description |
---|---|
GroupTO |
GroupService.read(String key) |
Modifier and Type | Method and Description |
---|---|
List<GroupTO> |
GroupService.own()
This method allows a user to read his own groups.
|
PagedResult<GroupTO> |
GroupService.search(AnyQuery anyQuery) |
PagedResult<GroupTO> |
SyncopeService.searchAssignableGroups(@NotNull String realm,
String term,
@Min(value=1L) int page,
@Min(value=1L) int size)
Returns the list of Groups, according to provided paging instructions, assignable to Users and Any Objects of
the provided Realm.
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
GroupService.create(@NotNull GroupTO groupTO)
Creates a new group.
|
javax.ws.rs.core.Response |
GroupService.update(@NotNull GroupTO groupTO)
Updates group matching the provided key.
|
Modifier and Type | Method and Description |
---|---|
GroupTO |
GroupLogic.link(String key,
Collection<String> resources) |
GroupTO |
GroupLogic.read(String key) |
protected GroupTO |
GroupLogic.resolveReference(Method method,
Object... args) |
GroupTO |
SCIMDataBinder.toGroupTO(SCIMGroup group) |
GroupTO |
GroupLogic.unlink(String key,
Collection<String> resources) |
protected GroupTO |
GroupLogic.updateChecks(String key) |
Modifier and Type | Method and Description |
---|---|
ProvisioningResult<GroupTO> |
GroupLogic.assign(String key,
Collection<String> resources,
boolean changepwd,
String password,
boolean nullPriorityAsync) |
ProvisioningResult<GroupTO> |
GroupLogic.create(GroupTO groupTO,
boolean nullPriorityAsync) |
ProvisioningResult<GroupTO> |
GroupLogic.delete(String key,
boolean nullPriorityAsync) |
ProvisioningResult<GroupTO> |
GroupLogic.deprovision(String key,
Collection<String> resources,
boolean nullPriorityAsync) |
List<GroupTO> |
GroupLogic.own() |
ProvisioningResult<GroupTO> |
GroupLogic.provision(String key,
Collection<String> resources,
boolean changePwd,
String password,
boolean nullPriorityAsync) |
Pair<Integer,List<GroupTO>> |
GroupLogic.search(SearchCond searchCond,
int page,
int size,
List<OrderByClause> orderBy,
String realm,
boolean details) |
Pair<Integer,List<GroupTO>> |
SyncopeLogic.searchAssignableGroups(String realm,
String term,
int page,
int size) |
ProvisioningResult<GroupTO> |
GroupLogic.unassign(String key,
Collection<String> resources,
boolean nullPriorityAsync) |
ProvisioningResult<GroupTO> |
GroupLogic.update(GroupPatch groupPatch,
boolean nullPriorityAsync) |
Modifier and Type | Method and Description |
---|---|
ProvisioningResult<GroupTO> |
GroupLogic.create(GroupTO groupTO,
boolean nullPriorityAsync) |
SCIMGroup |
SCIMDataBinder.toSCIMGroup(GroupTO groupTO,
String location,
List<String> attributes,
List<String> excludedAttributes) |
Modifier and Type | Method and Description |
---|---|
Pair<String,List<PropagationStatus>> |
GroupProvisioningManager.create(GroupTO groupTO,
Map<String,String> groupOwnerMap,
Set<String> excludedResources,
boolean nullPriorityAsync) |
Modifier and Type | Method and Description |
---|---|
GroupTO |
GroupDataBinder.getGroupTO(Group group,
boolean details) |
GroupTO |
GroupDataBinder.getGroupTO(String key) |
Modifier and Type | Method and Description |
---|---|
void |
GroupDataBinder.create(Group group,
GroupTO groupTO) |
Modifier and Type | Method and Description |
---|---|
Pair<String,List<PropagationStatus>> |
CamelGroupProvisioningManager.create(GroupTO groupTO,
boolean nullPriorityAsync) |
Pair<String,List<PropagationStatus>> |
CamelGroupProvisioningManager.create(GroupTO groupTO,
Map<String,String> groupOwnerMap,
Set<String> excludedResources,
boolean nullPriorityAsync) |
Modifier and Type | Method and Description |
---|---|
Pair<String,List<PropagationStatus>> |
DefaultGroupProvisioningManager.create(GroupTO groupTO,
boolean nullPriorityAsync) |
Pair<String,List<PropagationStatus>> |
DefaultGroupProvisioningManager.create(GroupTO groupTO,
Map<String,String> groupOwnerMap,
Set<String> excludedResources,
boolean nullPriorityAsync) |
Modifier and Type | Method and Description |
---|---|
GroupTO |
GroupDataBinderImpl.getGroupTO(Group group,
boolean details) |
GroupTO |
GroupDataBinderImpl.getGroupTO(String key) |
Modifier and Type | Method and Description |
---|---|
void |
GroupDataBinderImpl.create(Group group,
GroupTO groupTO) |
Modifier and Type | Method and Description |
---|---|
protected AbstractAnyLogic<GroupTO,GroupPatch> |
GroupServiceImpl.getAnyLogic() |
List<GroupTO> |
GroupServiceImpl.own() |
PagedResult<GroupTO> |
SyncopeServiceImpl.searchAssignableGroups(String realm,
String term,
int page,
int size) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
GroupServiceImpl.create(GroupTO groupTO) |
javax.ws.rs.core.Response |
GroupServiceImpl.update(GroupTO groupTO) |
Modifier and Type | Method and Description |
---|---|
WorkflowResult<String> |
GroupWorkflowAdapter.create(GroupTO groupTO)
Create a group.
|
Modifier and Type | Method and Description |
---|---|
WorkflowResult<String> |
AbstractGroupWorkflowAdapter.create(GroupTO groupTO) |
protected abstract WorkflowResult<String> |
AbstractGroupWorkflowAdapter.doCreate(GroupTO groupTO) |
protected WorkflowResult<String> |
DefaultGroupWorkflowAdapter.doCreate(GroupTO groupTO) |
Copyright © 2010–2023 The Apache Software Foundation. All rights reserved.