@Named public class TestKitUserResource extends Object
| Constructor and Description |
|---|
TestKitUserResource(DirectoryManager directoryManager,
ForgottenLoginManager forgottenLoginManager) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
createExpiredUser(String username,
Long directoryId) |
javax.ws.rs.core.Response |
createInactiveUser(String username,
Long directoryId) |
javax.ws.rs.core.Response |
createUser(String username,
Long directoryId) |
javax.ws.rs.core.Response |
getResetToken(String username,
long directoryId) |
@Inject public TestKitUserResource(DirectoryManager directoryManager, ForgottenLoginManager forgottenLoginManager)
public javax.ws.rs.core.Response createUser(String username, Long directoryId) throws Exception
Exceptionpublic javax.ws.rs.core.Response createInactiveUser(String username, Long directoryId) throws Exception
Exceptionpublic javax.ws.rs.core.Response createExpiredUser(String username, Long directoryId) throws Exception
ExceptionCopyright © 2019 Atlassian. All rights reserved.