| | |
| | | * |
| | | * |
| | | * Copyright 2008-2009 Sun Microsystems, Inc. |
| | | * Portions Copyright 2015 ForgeRock AS |
| | | */ |
| | | |
| | | package org.opends.server.authorization.dseecompat; |
| | |
| | | * |
| | | * @throws Exception If an unexpected result is returned. |
| | | */ |
| | | @Test() |
| | | @Test |
| | | public void testExtendOpPwdWC() throws Exception { |
| | | String pwdLdifs = |
| | | makeAddLDIF("aci", peopleBase, pwdControls, extOpWC, ALLOW_ALL); |
| | |
| | | * |
| | | * @throws Exception If an unexpected result is returned. |
| | | */ |
| | | @Test() |
| | | @Test |
| | | public void testExtendOpPwdNotWC() throws Exception { |
| | | String pwdLdifs = |
| | | makeAddLDIF("aci", peopleBase, pwdControls, extOpNotWC, ALLOW_ALL); |
| | |
| | | * |
| | | * @throws Exception If an unexpected result is returned. |
| | | */ |
| | | @Test() |
| | | @Test |
| | | public void testExtendOpPwd() throws Exception { |
| | | String pwdLdifs = |
| | | makeAddLDIF("aci", peopleBase, pwdControls, extOp, ALLOW_ALL); |
| | |
| | | * @throws Exception If an unexpected result is returned. |
| | | */ |
| | | |
| | | @Test() |
| | | @Test |
| | | public void testTargetattrSideEffect() throws Exception { |
| | | String pwdLdifs = |
| | | makeAddLDIF("aci", peopleBase, complicated); |