Package | Description |
---|---|
org.apache.syncope.common.lib.patch |
Modifier and Type | Class and Description |
---|---|
class |
AssociationPatch |
class |
PasswordPatch |
class |
StatusPatch |
Modifier and Type | Method and Description |
---|---|
StringReplacePatchItem |
GroupPatch.getGroupOwner() |
StringReplacePatchItem |
GroupPatch.getName() |
StringReplacePatchItem |
AnyObjectPatch.getName() |
StringReplacePatchItem |
AnyPatch.getRealm() |
StringReplacePatchItem |
UserPatch.getSecurityAnswer() |
StringReplacePatchItem |
UserPatch.getSecurityQuestion() |
StringReplacePatchItem |
UserPatch.getUsername() |
StringReplacePatchItem |
GroupPatch.getUserOwner() |
protected StringReplacePatchItem |
StringReplacePatchItem.Builder.newInstance() |
Modifier and Type | Method and Description |
---|---|
void |
GroupPatch.setGroupOwner(StringReplacePatchItem groupOwner) |
void |
GroupPatch.setName(StringReplacePatchItem name) |
void |
AnyObjectPatch.setName(StringReplacePatchItem name) |
void |
AnyPatch.setRealm(StringReplacePatchItem realm) |
void |
UserPatch.setSecurityAnswer(StringReplacePatchItem securityAnswer) |
void |
UserPatch.setSecurityQuestion(StringReplacePatchItem securityQuestion) |
void |
UserPatch.setUsername(StringReplacePatchItem username) |
void |
GroupPatch.setUserOwner(StringReplacePatchItem userOwner) |
Copyright © 2010–2023 The Apache Software Foundation. All rights reserved.