Uses of Class
org.apache.syncope.common.lib.to.SecurityQuestionTO
Package
Description
-
Uses of SecurityQuestionTO in org.apache.syncope.client.console.panels
Modifier and TypeFieldDescriptionprotected final SecurityQuestionTO
SecurityQuestionsModalPanel.securityQuestionTO
Modifier and TypeMethodDescriptionSecurityQuestionsPanel.getActions
(IModel<SecurityQuestionTO> model) protected List
<IColumn<SecurityQuestionTO, String>> SecurityQuestionsPanel.getColumns()
SecurityQuestionsPanel.SecurityQuestionsProvider.iterator
(long first, long count) SecurityQuestionsPanel.SecurityQuestionsProvider.model
(SecurityQuestionTO object) Modifier and TypeMethodDescriptionSecurityQuestionsPanel.SecurityQuestionsProvider.model
(SecurityQuestionTO object) Modifier and TypeMethodDescriptionSecurityQuestionsPanel.getActions
(IModel<SecurityQuestionTO> model) ModifierConstructorDescriptionSecurityQuestionDetailsPanel
(String id, SecurityQuestionTO securityQuestionTO) SecurityQuestionsModalPanel
(BaseModal<SecurityQuestionTO> modal, SecurityQuestionTO securityQuestionTO, PageReference pageRef) ModifierConstructorDescriptionSecurityQuestionsModalPanel
(BaseModal<SecurityQuestionTO> modal, SecurityQuestionTO securityQuestionTO, PageReference pageRef) -
Uses of SecurityQuestionTO in org.apache.syncope.client.console.rest
Modifier and TypeMethodDescriptionvoid
SecurityQuestionRestClient.create
(SecurityQuestionTO securityQuestionTO) void
SecurityQuestionRestClient.update
(SecurityQuestionTO securityQuestionTO) -
Uses of SecurityQuestionTO in org.apache.syncope.client.enduser.rest
-
Uses of SecurityQuestionTO in org.apache.syncope.common.rest.api.service
Modifier and TypeMethodDescriptionReturns security question with matching key.SecurityQuestionService.readByUser
(@NotNull String username) Ask for security question configured for the user matching the given username, if any.Modifier and TypeMethodDescriptionSecurityQuestionService.list()
Returns a list of all security questions.Modifier and TypeMethodDescriptionSecurityQuestionService.create
(@NotNull SecurityQuestionTO securityQuestionTO) Creates a new security question.void
SecurityQuestionService.update
(@NotNull SecurityQuestionTO securityQuestionTO) Updates the security question matching the provided key. -
Uses of SecurityQuestionTO in org.apache.syncope.core.logic
Modifier and TypeMethodDescriptionSecurityQuestionLogic.create
(SecurityQuestionTO securityQuestionTO) SecurityQuestionLogic.readByUser
(String username) protected SecurityQuestionTO
SecurityQuestionLogic.resolveReference
(Method method, Object... args) SecurityQuestionLogic.update
(SecurityQuestionTO securityQuestionTO) Modifier and TypeMethodDescriptionSecurityQuestionLogic.create
(SecurityQuestionTO securityQuestionTO) SecurityQuestionLogic.update
(SecurityQuestionTO securityQuestionTO) -
Uses of SecurityQuestionTO in org.apache.syncope.core.provisioning.api.data
Modifier and TypeMethodDescriptionSecurityQuestionDataBinder.getSecurityQuestionTO
(SecurityQuestion securityQuestion) Modifier and TypeMethodDescriptionSecurityQuestionDataBinder.create
(SecurityQuestionTO securityQuestionTO) void
SecurityQuestionDataBinder.update
(SecurityQuestion securityQuestion, SecurityQuestionTO securityQuestionTO) -
Uses of SecurityQuestionTO in org.apache.syncope.core.provisioning.java.data
Modifier and TypeMethodDescriptionSecurityQuestionDataBinderImpl.getSecurityQuestionTO
(SecurityQuestion securityQuestion) Modifier and TypeMethodDescriptionSecurityQuestionDataBinderImpl.create
(SecurityQuestionTO securityQuestionTO) void
SecurityQuestionDataBinderImpl.update
(SecurityQuestion securityQuestion, SecurityQuestionTO securityQuestionTO) -
Uses of SecurityQuestionTO in org.apache.syncope.core.rest.cxf.service
Modifier and TypeMethodDescriptionSecurityQuestionServiceImpl.create
(SecurityQuestionTO securityQuestionTO) void
SecurityQuestionServiceImpl.update
(SecurityQuestionTO securityQuestionTO)