Uses of Class
org.apache.syncope.common.lib.request.StringReplacePatchItem
Packages that use StringReplacePatchItem
-
Uses of StringReplacePatchItem in org.apache.syncope.common.lib.request
Subclasses of StringReplacePatchItem in org.apache.syncope.common.lib.requestModifier and TypeClassDescriptionclass
class
Resource Association Request.class
Methods in org.apache.syncope.common.lib.request that return StringReplacePatchItemModifier and TypeMethodDescriptionGroupUR.getGroupOwner()
AnyObjectUR.getName()
GroupUR.getName()
AnyUR.getRealm()
UserUR.getSecurityAnswer()
UserUR.getSecurityQuestion()
UserUR.getUsername()
GroupUR.getUserOwner()
protected StringReplacePatchItem
StringReplacePatchItem.Builder.newInstance()
Methods in org.apache.syncope.common.lib.request with parameters of type StringReplacePatchItemModifier 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)