Searched defs:modify (Results 1 - 25 of 65) sorted by relevance

123

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/entitlement/
H A DIPrivilegeManager.java65 void modify(T privilege) throws EntitlementException; method in interface:IPrivilegeManager
/forgerock/openam/openam-core/src/main/java/com/sun/identity/entitlement/
H A DIPrivilegeManager.java65 void modify(T privilege) throws EntitlementException; method in interface:IPrivilegeManager
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/core/
H A DModifyOperationWrapper.java35 * This abstract class wraps/decorates a given modify operation.
44 * Creates a new modify operation based on the provided modify operation.
46 * @param modify The modify operation to wrap
48 protected ModifyOperationWrapper(ModifyOperation modify) argument
50 super(modify);
/forgerock/opendj-b2.6/src/server/org/opends/server/core/
H A DModifyOperationWrapper.java37 * This abstract class wraps/decorates a given modify operation.
46 * Creates a new modify operation based on the provided modify operation.
48 * @param modify The modify operation to wrap
50 protected ModifyOperationWrapper(ModifyOperation modify) argument
52 super(modify);
/forgerock/opendj2/src/server/org/opends/server/core/
H A DModifyOperationWrapper.java34 * This abstract class wraps/decorates a given modify operation.
43 * Creates a new modify operation based on the provided modify operation.
45 * @param modify The modify operation to wrap
47 protected ModifyOperationWrapper(ModifyOperation modify) argument
49 super(modify);
/forgerock/opendj2.6.2/src/server/org/opends/server/core/
H A DModifyOperationWrapper.java37 * This abstract class wraps/decorates a given modify operation.
46 * Creates a new modify operation based on the provided modify operation.
48 * @param modify The modify operation to wrap
50 protected ModifyOperationWrapper(ModifyOperation modify) argument
52 super(modify);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/core/
H A DModifyOperationWrapper.java37 * This abstract class wraps/decorates a given modify operation.
46 * Creates a new modify operation based on the provided modify operation.
48 * @param modify The modify operation to wrap
50 protected ModifyOperationWrapper(ModifyOperation modify) argument
52 super(modify);
/forgerock/opendj2-hg/src/server/org/opends/server/core/
H A DModifyOperationWrapper.java34 * This abstract class wraps/decorates a given modify operation.
43 * Creates a new modify operation based on the provided modify operation.
45 * @param modify The modify operation to wrap
47 protected ModifyOperationWrapper(ModifyOperation modify) argument
49 super(modify);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/disco/
H A DDiscoveryService.java308 * @param modify The incoming Discovery Update request.
314 com.sun.identity.liberty.ws.disco.jaxb.ModifyType modify,
334 ResourceIDType resID = modify.getResourceID();
336 resourceID = getResourceID(modify.getEncryptedResourceID(),
389 // get flag if policy check for modify from config
392 if (!isUpdateAllowed(userDN, message, modify.getRemoveEntry(),
393 modify.getInsertEntry(), entryHandler,
404 // now do the modify
406 modify.getRemoveEntry(), modify
313 update( com.sun.identity.liberty.ws.disco.jaxb.ModifyType modify, com.sun.identity.liberty.ws.soapbinding.Message message) argument
[all...]
H A DDiscoveryClient.java50 * Discovery Service query and modify.
516 * @param modify List of Modify object
520 public ModifyResponse modify(Modify modify) argument
524 req.setSOAPBody(DiscoSDKUtils.parseXML(modify.toString()));
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/disco/
H A DDiscoveryService.java308 * @param modify The incoming Discovery Update request.
314 com.sun.identity.liberty.ws.disco.jaxb.ModifyType modify,
334 ResourceIDType resID = modify.getResourceID();
336 resourceID = getResourceID(modify.getEncryptedResourceID(),
389 // get flag if policy check for modify from config
392 if (!isUpdateAllowed(userDN, message, modify.getRemoveEntry(),
393 modify.getInsertEntry(), entryHandler,
404 // now do the modify
406 modify.getRemoveEntry(), modify
313 update( com.sun.identity.liberty.ws.disco.jaxb.ModifyType modify, com.sun.identity.liberty.ws.soapbinding.Message message) argument
[all...]
H A DDiscoveryClient.java50 * Discovery Service query and modify.
516 * @param modify List of Modify object
520 public ModifyResponse modify(Modify modify) argument
524 req.setSOAPBody(DiscoSDKUtils.parseXML(modify.toString()));
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/flatfile/
H A DSMSEnhancedFlatFileObject.java528 * @param objName Name of the configuration object to modify. Name is
530 * @param mods Array of attributes to modify.
542 public void modify(SSOToken token, String objName, ModificationItem[] mods) method in class:SMSEnhancedFlatFileObject
549 "SMSEnhancedFlatFileObject.modify: "+
557 String errmsg = "SMSEnhancedFlatFileObject.modify: object " +
570 String errmsg = "SMSEnhancedFlatFileObject.modify: object " +
578 String errmsg = "SMSEnhancedFlatFileObject.modify: object " +
588 "SMSEnhancedFlatFileObject.modify: Attributes file for " +
607 * renaming them in modify().
H A DSMSFlatFileObject.java625 * @param objName Name of the configuration object to modify. Name is
627 * @param mods Array of attributes to modify.
639 public void modify(SSOToken token, String objName, ModificationItem[] mods) method in class:SMSFlatFileObject
646 "SMSFlatFileObject.modify: "+
657 String errmsg = "SMSFlatFileObject.modify: object " +
671 String errmsg = "SMSFlatFileObject.modify: object " +
681 "SMSFlatFileObject.modify: Attributes file for object "
700 * renaming them in modify().
/forgerock/openam-v13/openam-entitlements/src/main/java/com/sun/identity/entitlement/opensso/
H A DPolicyPrivilegeManager.java297 public void modify(String existingName, Privilege privilege) throws EntitlementException { method in class:PolicyPrivilegeManager
332 public void modify(Privilege privilege) throws EntitlementException { method in class:PolicyPrivilegeManager
333 modify(privilege.getName(), privilege);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/flatfile/
H A DSMSEnhancedFlatFileObject.java528 * @param objName Name of the configuration object to modify. Name is
530 * @param mods Array of attributes to modify.
542 public void modify(SSOToken token, String objName, ModificationItem[] mods) method in class:SMSEnhancedFlatFileObject
549 "SMSEnhancedFlatFileObject.modify: "+
557 String errmsg = "SMSEnhancedFlatFileObject.modify: object " +
570 String errmsg = "SMSEnhancedFlatFileObject.modify: object " +
578 String errmsg = "SMSEnhancedFlatFileObject.modify: object " +
588 "SMSEnhancedFlatFileObject.modify: Attributes file for " +
607 * renaming them in modify().
/forgerock/openam/openam-entitlements/src/main/java/com/sun/identity/entitlement/opensso/
H A DPolicyPrivilegeManager.java253 public void modify(String existingName, Privilege privilege) throws EntitlementException { method in class:PolicyPrivilegeManager
275 public void modify(Privilege privilege) throws EntitlementException { method in class:PolicyPrivilegeManager
276 modify(privilege.getName(), privilege);
/forgerock/opendj-b2.6/src/server/org/opends/server/workflowelement/localbackend/
H A DLocalBackendModifyOperation.java64 * This class defines an operation used to modify an entry in a local backend
90 * by this modify operation.
108 * Indicates whether this modify operation includees a password change.
133 * The DN of the entry to modify.
147 // The number of passwords contained in the modify operation.
173 * The password policy state for this modify operation.
180 * Creates a new operation that may be used to modify an entry in a
183 * @param modify The operation to enhance.
185 public LocalBackendModifyOperation(ModifyOperation modify) argument
187 super(modify);
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/workflowelement/localbackend/
H A DLocalBackendModifyOperation.java64 * This class defines an operation used to modify an entry in a local backend
90 * by this modify operation.
108 * Indicates whether this modify operation includees a password change.
133 * The DN of the entry to modify.
147 // The number of passwords contained in the modify operation.
173 * The password policy state for this modify operation.
180 * Creates a new operation that may be used to modify an entry in a
183 * @param modify The operation to enhance.
185 public LocalBackendModifyOperation(ModifyOperation modify) argument
187 super(modify);
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/workflowelement/localbackend/
H A DLocalBackendModifyOperation.java64 * This class defines an operation used to modify an entry in a local backend
90 * by this modify operation.
108 * Indicates whether this modify operation includees a password change.
133 * The DN of the entry to modify.
147 // The number of passwords contained in the modify operation.
173 * The password policy state for this modify operation.
180 * Creates a new operation that may be used to modify an entry in a
183 * @param modify The operation to enhance.
185 public LocalBackendModifyOperation(ModifyOperation modify) argument
187 super(modify);
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DSMSObject.java79 public abstract void modify(SSOToken token, String objName, method in class:SMSObject
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/jaxrpc/
H A DSMSObjectIF.java56 public void modify(String token, String objName, String mods) method in interface:SMSObjectIF
/forgerock/openam-v13/openam-entitlements/src/main/java/com/sun/identity/entitlement/
H A DPrivilegeManager.java55 * Class to manage entitlement privileges: to add, remove, modify privilege
242 public abstract void modify(String existingName, Privilege privilege) throws EntitlementException; method in class:PrivilegeManager
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/dst/
H A DDSTClient.java513 * Sets SOAP Action such as query or modify
644 * @exception DSTException if error occurs when trying to modify data
649 public DSTModifyResponse modify(java.util.List items) method in class:DSTClient
652 DSTUtils.debug.message("DSTClient:modify:init:");
654 DSTUtils.debug.message("DSTClient:modify:null values");
658 DSTModify modify = null;
661 modify = new DSTModify(encryptedResourceID, items, null);
663 modify = new DSTModify(resourceID, items, null);
667 request.add(DSTUtils.parseXML(modify.toString(true, true)));
671 DSTUtils.debug.message("DSTClient:modify
688 modify(DSTModify modify) argument
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/idpp/
H A DPPRequestHandler.java86 * query or modify requests for a personal profile service.
102 * Processes query/modify request.
103 * @param request query or modify object.
139 ModifyElement modify = (ModifyElement)request;
144 IDPPUtils.getMarshaller().marshal(modify, doc);
145 return processModifyRequest(modify, providerID, requestMsg, doc);
448 * Processes modify request.
449 * @param modify ModifyElement JAXB Object
450 * @param request modify request.
458 ModifyElement modify,
457 processModifyRequest( ModifyElement modify, String providerID, Message requestMsg, Document request) argument
699 getModifyResponse(ModifyElement modify) argument
[all...]

Completed in 313 milliseconds

123