Uses of Class
org.apache.syncope.common.lib.request.StringReplacePatchItem
-
Uses of StringReplacePatchItem in org.apache.syncope.common.lib.request
Modifier and TypeClassDescriptionclass
class
Resource Association Request.class
Modifier and TypeMethodDescriptionGroupUR.getGroupOwner()
AnyObjectUR.getName()
GroupUR.getName()
AnyUR.getRealm()
UserUR.getSecurityAnswer()
UserUR.getSecurityQuestion()
UserUR.getUsername()
GroupUR.getUserOwner()
protected StringReplacePatchItem
StringReplacePatchItem.Builder.newInstance()
Modifier and TypeMethodDescriptionGroupUR.Builder.groupOwner
(StringReplacePatchItem groupOwner) AnyObjectUR.Builder.name
(StringReplacePatchItem name) GroupUR.Builder.name
(StringReplacePatchItem name) AnyUR.Builder.realm
(StringReplacePatchItem realm) UserUR.Builder.securityAnswer
(StringReplacePatchItem securityAnswer) UserUR.Builder.securityQuestion
(StringReplacePatchItem securityQuestion) void
GroupUR.setGroupOwner
(StringReplacePatchItem groupOwner) void
AnyObjectUR.setName
(StringReplacePatchItem name) void
GroupUR.setName
(StringReplacePatchItem name) void
AnyUR.setRealm
(StringReplacePatchItem realm) void
UserUR.setSecurityAnswer
(StringReplacePatchItem securityAnswer) void
UserUR.setSecurityQuestion
(StringReplacePatchItem securityQuestion) void
UserUR.setUsername
(StringReplacePatchItem username) void
GroupUR.setUserOwner
(StringReplacePatchItem userOwner) UserUR.Builder.username
(StringReplacePatchItem username) GroupUR.Builder.userOwner
(StringReplacePatchItem userOwner)