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 TypeClassDescriptionclassclassResource Association Request.classMethods 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 StringReplacePatchItemStringReplacePatchItem.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) voidGroupUR.setGroupOwner(StringReplacePatchItem groupOwner) voidAnyObjectUR.setName(StringReplacePatchItem name) voidGroupUR.setName(StringReplacePatchItem name) voidAnyUR.setRealm(StringReplacePatchItem realm) voidUserUR.setSecurityAnswer(StringReplacePatchItem securityAnswer) voidUserUR.setSecurityQuestion(StringReplacePatchItem securityQuestion) voidUserUR.setUsername(StringReplacePatchItem username) voidGroupUR.setUserOwner(StringReplacePatchItem userOwner) UserUR.Builder.username(StringReplacePatchItem username) GroupUR.Builder.userOwner(StringReplacePatchItem userOwner)