| Package | Description |
|---|---|
| org.apache.syncope.common.services |
| Modifier and Type | Method and Description |
|---|---|
SecurityQuestionTO |
SecurityQuestionService.read(Long securityQuestionId)
Returns security question with matching id.
|
SecurityQuestionTO |
SecurityQuestionService.readByUser(String username)
Ask for security question configured for the user matching the given username, if any.
|
| Modifier and Type | Method and Description |
|---|---|
List<SecurityQuestionTO> |
SecurityQuestionService.list()
Returns a list of all security questions.
|
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
SecurityQuestionService.create(SecurityQuestionTO securityQuestionTO)
Creates a new security question.
|
void |
SecurityQuestionService.update(Long securityQuestionId,
SecurityQuestionTO securityQuestionTO)
Updates the security question matching the provided id.
|
Copyright © 2010–2018 The Apache Software Foundation. All rights reserved.