Searched defs:removeAttributes (Results 26 - 50 of 51) sorted by relevance

123

/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/
H A DAMIdentity.java495 public void removeAttributes(Set attrNames) throws IdRepoException, method in class:AMIdentity
504 idServices.removeAttributes(token, type, name, attrNames,
H A DIdRepo.java335 public abstract void removeAttributes(SSOToken token, IdType type, method in class:IdRepo
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/remote/
H A DIdRemoteServicesImpl.java311 public void removeAttributes(SSOToken token, IdType type, String name, method in class:IdRemoteServicesImpl
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DServiceConfig.java614 public void removeAttributes(Set attrNames) throws SMSException, method in class:ServiceConfig
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/idm/
H A DIdServicesDecorator.java168 public void removeAttributes(SSOToken token, IdType type, String name, Set attrNames, String amOrgName, method in class:IdServicesDecorator
170 delegate.removeAttributes(token, type, name, attrNames, amOrgName, amsdkDN);
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMObject.java608 public void removeAttributes(Set attributes) throws AMException, method in interface:AMObject
H A DAMSDKRepo.java748 * @see com.sun.identity.idm.IdRepo#removeAttributes(
752 public void removeAttributes(SSOToken token, IdType type, String name, method in class:AMSDKRepo
756 debug.message("AMSDKRepo: removeAttributes called " + type + ": "
H A DAMObjectImpl.java1571 public void removeAttributes(Set attrNames) throws AMException, method in class:AMObjectImpl
1574 debug.message("AMObjectImpl.removeAttributes(Set): DN=" + entryDN
1935 removeAttributes(tmpSet);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/plugins/database/
H A DDatabaseRepo.java800 * @see com.sun.identity.idm.IdRepo#removeAttributes(
804 public void removeAttributes(SSOToken token, IdType type, String name, method in class:DatabaseRepo
807 debug.error("DatabaseRepo.removeAttributes: throwing"
812 debug.message("DatabaseRepo.removeAttributes called with:"
817 isValidType(type, "removeAttributes");
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/plugins/internal/
H A DSpecialRepo.java494 * @see com.sun.identity.idm.IdRepo#removeAttributes(
498 public void removeAttributes(SSOToken token, IdType type, String name, method in class:SpecialRepo
H A DAgentsRepo.java845 * @see com.sun.identity.idm.IdRepo#removeAttributes(
849 public void removeAttributes(SSOToken token, IdType type, String name, method in class:AgentsRepo
853 debug.message("AgentsRepo.removeAttributes() called: " + type +
857 debug.error("AgentsRepo.removeAttributes: "
863 debug.message("AgentsRepo.removeAttributes(): Attributes " +
869 debug.message("AgentsRepo.removeAttributes(): Attribute " +
893 debug.error("AgentsRepo.removeAttributes(): Unable to remove "
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/server/
H A DIdServicesImpl.java1391 public void removeAttributes(SSOToken token, IdType type, String name, method in class:IdServicesImpl
1419 idRepo.removeAttributes(token, type, amsdkDN, mappedAttributeNames);
1421 idRepo.removeAttributes(token, type, name, mappedAttributeNames);
1426 "IdServicesImpl.removeAttributes: "
1435 DEBUG.error("IdServicesImpl.removeAttributes: " +
1440 DEBUG.warning("IdServicesImpl.removeAttributes: "
1458 "IdServicesImpl.removeAttributes: "
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMObject.java608 public void removeAttributes(Set attributes) throws AMException, method in interface:AMObject
H A DAMSDKRepo.java748 * @see com.sun.identity.idm.IdRepo#removeAttributes(
752 public void removeAttributes(SSOToken token, IdType type, String name, method in class:AMSDKRepo
756 debug.message("AMSDKRepo: removeAttributes called " + type + ": "
H A DAMObjectImpl.java1572 public void removeAttributes(Set attrNames) throws AMException, method in class:AMObjectImpl
1575 debug.message("AMObjectImpl.removeAttributes(Set): DN=" + entryDN
1936 removeAttributes(tmpSet);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/plugins/database/
H A DDatabaseRepo.java801 * @see com.sun.identity.idm.IdRepo#removeAttributes(
805 public void removeAttributes(SSOToken token, IdType type, String name, method in class:DatabaseRepo
808 debug.error("DatabaseRepo.removeAttributes: throwing"
813 debug.message("DatabaseRepo.removeAttributes called with:"
818 isValidType(type, "removeAttributes");
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/plugins/internal/
H A DSpecialRepo.java494 * @see com.sun.identity.idm.IdRepo#removeAttributes(
498 public void removeAttributes(SSOToken token, IdType type, String name, method in class:SpecialRepo
H A DAgentsRepo.java862 * @see com.sun.identity.idm.IdRepo#removeAttributes(
866 public void removeAttributes(SSOToken token, IdType type, String name, method in class:AgentsRepo
870 debug.message("AgentsRepo.removeAttributes() called: " + type +
874 debug.error("AgentsRepo.removeAttributes: "
880 debug.message("AgentsRepo.removeAttributes(): Attributes " +
886 debug.message("AgentsRepo.removeAttributes(): Attribute " +
910 debug.error("AgentsRepo.removeAttributes(): Unable to remove "
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/server/
H A DIdServicesImpl.java1365 public void removeAttributes(SSOToken token, IdType type, String name, method in class:IdServicesImpl
1393 idRepo.removeAttributes(token, type, amsdkDN, mappedAttributeNames);
1395 idRepo.removeAttributes(token, type, name, mappedAttributeNames);
1400 "IdServicesImpl.removeAttributes: "
1409 DEBUG.error("IdServicesImpl.removeAttributes: " +
1414 DEBUG.warning("IdServicesImpl.removeAttributes: "
1432 "IdServicesImpl.removeAttributes: "
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/plugins/files/
H A DFilesRepo.java1009 * @see com.sun.identity.idm.IdRepo#removeAttributes(
1013 public void removeAttributes(SSOToken token, IdType type, String name, method in class:FilesRepo
1268 removeAttributes(token, type, name, sAttrs.keySet());
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/plugins/files/
H A DFilesRepo.java1011 * @see com.sun.identity.idm.IdRepo#removeAttributes(
1015 public void removeAttributes(SSOToken token, IdType type, String name, method in class:FilesRepo
1270 removeAttributes(token, type, name, sAttrs.keySet());
/forgerock/opendj2/src/server/org/opends/server/types/
H A DEntry.java634 private void removeAttributes(AttributeType attrType) method in class:Entry
1568 removeAttributes(attributeType);
4799 removeAttributes(attributeType);
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DEntry.java634 private void removeAttributes(AttributeType attrType) method in class:Entry
1568 removeAttributes(attributeType);
4799 removeAttributes(attributeType);
/forgerock/openam-v13/openam-datastore/src/main/java/org/forgerock/openam/idrepo/ldap/
H A DDJLDAPv3Repo.java1064 public void removeAttributes(SSOToken token, IdType type, String name, Set<String> attrNames) method in class:DJLDAPv3Repo
1067 DEBUG.message("removeAttributes invoked");
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/
H A DEntry.java564 private void removeAttributes(AttributeType attrType) method in class:Entry
1408 removeAttributes(attributeType);
4500 removeAttributes(attributeType);

Completed in 356 milliseconds

123