Searched defs:unassignService (Results 1 - 25 of 28) sorted by relevance

12

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/
H A DIdServices.java121 public void unassignService(SSOToken token, IdType type, String name, method in interface:IdServices
H A DAMIdentity.java730 public void unassignService(String serviceName) throws IdRepoException, method in class:AMIdentity
770 * debug.error( "AMIdentity.unassignService: Caught SM
780 idServices.unassignService(token, type, name, serviceName, attrMap,
H A DIdRepo.java504 public abstract void unassignService(SSOToken token, IdType type, method in class:IdRepo
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/idm/
H A DIdServicesDecorator.java219 public void unassignService(SSOToken token, IdType type, String name, String serviceName, Map attrMap, method in class:IdServicesDecorator
221 delegate.unassignService(token, type, name, serviceName, attrMap, amOrgName, amsdkDN);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/
H A DIdServices.java156 public void unassignService(SSOToken token, IdType type, String name, method in interface:IdServices
H A DAMIdentity.java734 public void unassignService(String serviceName) throws IdRepoException, method in class:AMIdentity
774 * debug.error( "AMIdentity.unassignService: Caught SM
784 idServices.unassignService(token, type, name, serviceName, attrMap,
H A DIdRepo.java504 public abstract void unassignService(SSOToken token, IdType type, method in class:IdRepo
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/remote/
H A DIdRemoteServicesImpl.java522 public void unassignService(SSOToken token, IdType type, String name, method in class:IdRemoteServicesImpl
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DOrgConfigViaAMSDK.java300 void unassignService(String serviceName) throws SMSException { method in class:OrgConfigViaAMSDK
308 debug.message("OrgConfigViaAMSDK::unassignService"
H A DOrganizationConfigManager.java1469 public void unassignService(String serviceName) throws SMSException { method in class:OrganizationConfigManager
1471 // amsdk.unassignService(serviceName);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/remote/
H A DIdRemoteServicesImpl.java523 public void unassignService(SSOToken token, IdType type, String name, method in class:IdRemoteServicesImpl
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DOrgConfigViaAMSDK.java300 void unassignService(String serviceName) throws SMSException { method in class:OrgConfigViaAMSDK
308 debug.message("OrgConfigViaAMSDK::unassignService"
H A DOrganizationConfigManager.java1532 public void unassignService(String serviceName) throws SMSException { method in class:OrganizationConfigManager
1534 // amsdk.unassignService(serviceName);
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/idm/
H A DIdServicesDecorator.java224 public void unassignService(SSOToken token, IdType type, String name, String serviceName, Map attrMap, method in class:IdServicesDecorator
226 delegate.unassignService(token, type, name, serviceName, attrMap, amOrgName, amsdkDN);
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMSDKRepo.java1293 public void unassignService(SSOToken token, IdType type, String name, method in class:AMSDKRepo
1377 debug.error("AMSDKRepo.unassignService: Caught AMException",
1398 debug.error("AMSDKRepo.unassignService: Caught AMException",
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/plugins/database/
H A DDatabaseRepo.java1883 * @see com.sun.identity.idm.IdRepo#unassignService(
1887 public void unassignService(SSOToken token, IdType type, String name, method in class:DatabaseRepo
1891 debug.error("DatabaseRepo.unassignService: throwing"
1896 debug.message("DatabaseRepo.unassignService called with: "
1902 isValidType(type, "unassignService");
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/plugins/internal/
H A DSpecialRepo.java803 * @see com.sun.identity.idm.IdRepo#unassignService(
808 public void unassignService(SSOToken token, IdType type, String name, method in class:SpecialRepo
H A DAgentsRepo.java1390 * @see com.sun.identity.idm.IdRepo#unassignService(
1395 public void unassignService(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.java2013 public void unassignService(SSOToken token, IdType type, String name, method in class:IdServicesImpl
2041 repo.unassignService(token, type, amsdkDN, serviceName,
2044 repo.unassignService(token, type, name, serviceName,
2050 "IdServicesImpl.unassignService: "
2060 "IdServicesImpl.unassignService: Fatal Exception ", idf);
2065 "IdServicesImpl.unassignService: "
2078 "IdServicesImpl.unassignService: "
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMSDKRepo.java1293 public void unassignService(SSOToken token, IdType type, String name, method in class:AMSDKRepo
1377 debug.error("AMSDKRepo.unassignService: Caught AMException",
1398 debug.error("AMSDKRepo.unassignService: Caught AMException",
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/plugins/database/
H A DDatabaseRepo.java1889 * @see com.sun.identity.idm.IdRepo#unassignService(
1893 public void unassignService(SSOToken token, IdType type, String name, method in class:DatabaseRepo
1897 debug.error("DatabaseRepo.unassignService: throwing"
1902 debug.message("DatabaseRepo.unassignService called with: "
1908 isValidType(type, "unassignService");
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/plugins/internal/
H A DSpecialRepo.java803 * @see com.sun.identity.idm.IdRepo#unassignService(
808 public void unassignService(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.java1987 public void unassignService(SSOToken token, IdType type, String name, method in class:IdServicesImpl
2015 repo.unassignService(token, type, amsdkDN, serviceName,
2018 repo.unassignService(token, type, name, serviceName,
2024 "IdServicesImpl.unassignService: "
2034 "IdServicesImpl.unassignService: Fatal Exception ", idf);
2039 "IdServicesImpl.unassignService: "
2052 "IdServicesImpl.unassignService: "
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/plugins/files/
H A DFilesRepo.java1237 * @see com.sun.identity.idm.IdRepo#unassignService(
1241 public void unassignService(SSOToken token, IdType type, String name, method in class:FilesRepo
1245 debug.message("FilesRepo.unassignService called: " + name +
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/plugins/files/
H A DFilesRepo.java1239 * @see com.sun.identity.idm.IdRepo#unassignService(
1243 public void unassignService(SSOToken token, IdType type, String name, method in class:FilesRepo
1247 debug.message("FilesRepo.unassignService called: " + name +

Completed in 147 milliseconds

12