Searched defs:modifyService (Results 1 - 25 of 32) sorted by relevance

12

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/
H A DIdServices.java153 public void modifyService(SSOToken token, IdType type, String name, method in interface:IdServices
H A DAMIdentity.java886 public void modifyService(String serviceName, Map attrMap) method in class:AMIdentity
939 debug.message("AMIdentity.modifyService befre idService " +
942 idServices.modifyService(token, type, name, serviceName, stype,
971 modifyService(serviceName, attrMap);
H A DIdRepo.java570 public abstract void modifyService(SSOToken token, IdType type, method in class:IdRepo
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/idm/
H A DIdServicesDecorator.java256 public void modifyService(SSOToken token, IdType type, String name, String serviceName, SchemaType stype, method in class:IdServicesDecorator
258 delegate.modifyService(token, type, name, serviceName, stype, attrMap, amOrgName, amsdkDN);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/
H A DIdServices.java188 public void modifyService(SSOToken token, IdType type, String name, method in interface:IdServices
H A DAMIdentity.java889 public void modifyService(String serviceName, Map attrMap) method in class:AMIdentity
942 debug.message("AMIdentity.modifyService befre idService " +
945 idServices.modifyService(token, type, name, serviceName, stype,
974 modifyService(serviceName, attrMap);
H A DIdRepo.java570 public abstract void modifyService(SSOToken token, IdType type, method in class:IdRepo
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/remote/
H A DIdRemoteServicesImpl.java536 public void modifyService(SSOToken token, IdType type, String name, method in class:IdRemoteServicesImpl
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/remote/
H A DIdRemoteServicesImpl.java537 public void modifyService(SSOToken token, IdType type, String name, method in class:IdRemoteServicesImpl
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/idm/
H A DIdServicesDecorator.java261 public void modifyService(SSOToken token, IdType type, String name, String serviceName, SchemaType stype, method in class:IdServicesDecorator
263 delegate.modifyService(token, type, name, serviceName, stype, attrMap, amOrgName, amsdkDN);
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMObject.java914 public void modifyService(String serviceName, Map attrMap) method in interface:AMObject
H A DAMSDKRepo.java1599 * @see com.sun.identity.idm.IdRepo#modifyService(com.iplanet.sso.SSOToken,
1603 public void modifyService(SSOToken token, IdType type, String name, method in class:AMSDKRepo
H A DAMObjectImpl.java1429 public void modifyService(String sname, Map attrMap) throws AMException, method in class:AMObjectImpl
1469 debug.error("AMObjectImpl:modifyService-> "
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/plugins/database/
H A DDatabaseRepo.java1938 * @see com.sun.identity.idm.IdRepo#modifyService(com.iplanet.sso.SSOToken,
1942 public void modifyService(SSOToken token, IdType type, String name, method in class:DatabaseRepo
1946 debug.error("DatabaseRepo.modifyService: throwing"
1951 debug.message("DatabaseRepo.modifyService called with:"
1957 isValidType(type, "modifyService");
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/plugins/internal/
H A DSpecialRepo.java471 * @see com.sun.identity.idm.IdRepo#modifyService(com.iplanet.sso.SSOToken,
475 public void modifyService(SSOToken token, IdType type, String name, method in class:SpecialRepo
H A DAgentsRepo.java1374 * @see com.sun.identity.idm.IdRepo#modifyService(com.iplanet.sso.SSOToken,
1378 public void modifyService(SSOToken token, IdType type, String name, method in class:AgentsRepo
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/server/
H A DIdServicesImpl.java2364 public void modifyService(SSOToken token, IdType type, String name, method in class:IdServicesImpl
2391 repo.modifyService(token, type, amsdkDN, serviceName,
2394 repo.modifyService(token, type, name, serviceName, stype,
2399 DEBUG.message("IdServicesImpl.modifyService: "
2408 "IdServicesImpl.modifyService: Fatal Exception ", idf);
2413 "IdServicesImpl.modifyService: "
2425 "IdServicesImpl.modifyService: "
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DOrganizationConfigManager.java1491 public void modifyService(String serviceName, Map attributes) method in class:OrganizationConfigManager
1496 SMSEntry.debug.error("OrganizationConfigManager.modifyService "
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMObject.java914 public void modifyService(String serviceName, Map attrMap) method in interface:AMObject
H A DAMSDKRepo.java1599 * @see com.sun.identity.idm.IdRepo#modifyService(com.iplanet.sso.SSOToken,
1603 public void modifyService(SSOToken token, IdType type, String name, method in class:AMSDKRepo
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/plugins/database/
H A DDatabaseRepo.java1944 * @see com.sun.identity.idm.IdRepo#modifyService(com.iplanet.sso.SSOToken,
1948 public void modifyService(SSOToken token, IdType type, String name, method in class:DatabaseRepo
1952 debug.error("DatabaseRepo.modifyService: throwing"
1957 debug.message("DatabaseRepo.modifyService called with:"
1963 isValidType(type, "modifyService");
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/plugins/internal/
H A DSpecialRepo.java471 * @see com.sun.identity.idm.IdRepo#modifyService(com.iplanet.sso.SSOToken,
475 public void modifyService(SSOToken token, IdType type, String name, method in class:SpecialRepo
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/server/
H A DIdServicesImpl.java2338 public void modifyService(SSOToken token, IdType type, String name, method in class:IdServicesImpl
2365 repo.modifyService(token, type, amsdkDN, serviceName,
2368 repo.modifyService(token, type, name, serviceName, stype,
2373 DEBUG.message("IdServicesImpl.modifyService: "
2382 "IdServicesImpl.modifyService: Fatal Exception ", idf);
2387 "IdServicesImpl.modifyService: "
2399 "IdServicesImpl.modifyService: "
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DOrganizationConfigManager.java1554 public void modifyService(String serviceName, Map attributes) method in class:OrganizationConfigManager
1559 SMSEntry.debug.error("OrganizationConfigManager.modifyService "
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/plugins/files/
H A DFilesRepo.java977 * @see com.sun.identity.idm.IdRepo#modifyService(com.iplanet.sso.SSOToken,
981 public void modifyService(SSOToken token, IdType type, String name, method in class:FilesRepo
985 debug.message("FilesRepo.modifyService called: " + name + "\n\t" +
990 "FilesRepo.modifyService: throwing initialization exception");

Completed in 112 milliseconds

12