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

12

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/ldap/
H A DServer.java141 void setActiveStatus(boolean status) { method in class:Server
H A DServerInstance.java63 public synchronized void setActiveStatus(boolean serverStatus) { method in class:ServerInstance
64 server.setActiveStatus(serverStatus);
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/ldap/
H A DServer.java141 void setActiveStatus(boolean status) { method in class:Server
H A DServerInstance.java63 public synchronized void setActiveStatus(boolean serverStatus) { method in class:ServerInstance
64 server.setActiveStatus(serverStatus);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/
H A DIdServices.java77 public void setActiveStatus (SSOToken token, IdType type, String name, method in interface:IdServices
H A DAMIdentity.java298 public void setActiveStatus(boolean active) method in class:AMIdentity
302 idServices.setActiveStatus(token, type, name, orgName, univDN, active);
H A DIdRepo.java165 public abstract void setActiveStatus(SSOToken token, IdType type, method in class:IdRepo
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/remote/
H A DIdRemoteCachedServicesImpl.java517 public void setActiveStatus(SSOToken token, IdType type, String name, method in class:IdRemoteCachedServicesImpl
520 super.setActiveStatus(token, type, name, amOrgName, amsdkDN, active);
H A DIdRemoteServicesImpl.java723 public void setActiveStatus(SSOToken token, IdType type, String name, method in class:IdRemoteServicesImpl
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/server/
H A DIdCachedServicesImpl.java493 public void setActiveStatus(SSOToken token, IdType type, String name, method in class:IdCachedServicesImpl
496 super.setActiveStatus(token, type, name, amOrgName, amsdkDN, active);
H A DIdServicesImpl.java1223 public void setActiveStatus(SSOToken token, IdType type, String name, method in class:IdServicesImpl
1248 idRepo.setActiveStatus(token, type, amsdkDN, active);
1250 idRepo.setActiveStatus(token, type, name, active);
1254 DEBUG.warning("IdServicesImpl:setActiveStatus: "
1268 "Unable to setActiveStatus in the " +
1283 DEBUG.error("Unable to setActiveStatus for identity "
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/idm/
H A DIdServicesDecorator.java145 public void setActiveStatus(SSOToken token, IdType type, String name, String amOrgName, String amsdkDN, method in class:IdServicesDecorator
147 delegate.setActiveStatus(token, type, name, amOrgName, amsdkDN, active);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/
H A DIdServices.java112 public void setActiveStatus (SSOToken token, IdType type, String name, method in interface:IdServices
H A DAMIdentity.java303 public void setActiveStatus(boolean active) method in class:AMIdentity
307 idServices.setActiveStatus(token, type, name, orgName, univDN, active);
H A DIdRepo.java165 public abstract void setActiveStatus(SSOToken token, IdType type, method in class:IdRepo
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/remote/
H A DIdRemoteCachedServicesImpl.java517 public void setActiveStatus(SSOToken token, IdType type, String name, method in class:IdRemoteCachedServicesImpl
520 super.setActiveStatus(token, type, name, amOrgName, amsdkDN, active);
H A DIdRemoteServicesImpl.java724 public void setActiveStatus(SSOToken token, IdType type, String name, method in class:IdRemoteServicesImpl
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/server/
H A DIdCachedServicesImpl.java493 public void setActiveStatus(SSOToken token, IdType type, String name, method in class:IdCachedServicesImpl
496 super.setActiveStatus(token, type, name, amOrgName, amsdkDN, active);
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/idm/
H A DIdServicesDecorator.java150 public void setActiveStatus(SSOToken token, IdType type, String name, String amOrgName, String amsdkDN, method in class:IdServicesDecorator
152 delegate.setActiveStatus(token, type, name, amOrgName, amsdkDN, active);
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMSDKRepo.java647 * @see com.sun.identity.idm.IdRepo#setActiveStatus(
651 public void setActiveStatus(SSOToken token, IdType type, method in class:AMSDKRepo
665 debug.error("AMSDKRepo.setActiveStatus: Caught AMException", ame);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/plugins/database/
H A DDatabaseRepo.java1633 * @see com.sun.identity.idm.IdRepo#setActiveStatus(
1637 public void setActiveStatus(SSOToken token, IdType type, String name, method in class:DatabaseRepo
1640 debug.error("DatabaseRepo.setActiveStatus: throwing"
1645 debug.message("DatabaseRepo.setActiveStatus method called with"
1651 debug.message("DatabaseRepo.setActiveStatus: name is null or empty"
1657 isValidType(type, "setActiveStatus");
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/plugins/internal/
H A DSpecialRepo.java883 * @see com.sun.identity.idm.IdRepo#setActiveStatus(
887 public void setActiveStatus(SSOToken token, IdType type, method in class:SpecialRepo
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMSDKRepo.java647 * @see com.sun.identity.idm.IdRepo#setActiveStatus(
651 public void setActiveStatus(SSOToken token, IdType type, method in class:AMSDKRepo
665 debug.error("AMSDKRepo.setActiveStatus: Caught AMException", ame);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/plugins/database/
H A DDatabaseRepo.java1634 * @see com.sun.identity.idm.IdRepo#setActiveStatus(
1638 public void setActiveStatus(SSOToken token, IdType type, String name, method in class:DatabaseRepo
1641 debug.error("DatabaseRepo.setActiveStatus: throwing"
1646 debug.message("DatabaseRepo.setActiveStatus method called with"
1652 debug.message("DatabaseRepo.setActiveStatus: name is null or empty"
1658 isValidType(type, "setActiveStatus");
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/plugins/internal/
H A DSpecialRepo.java883 * @see com.sun.identity.idm.IdRepo#setActiveStatus(
887 public void setActiveStatus(SSOToken token, IdType type, method in class:SpecialRepo

Completed in 122 milliseconds

12