Uses of Class
org.apache.syncope.common.lib.to.SecurityQuestionTO
-
-
Uses of SecurityQuestionTO in org.apache.syncope.client.console.panels
Fields in org.apache.syncope.client.console.panels declared as SecurityQuestionTO Modifier and Type Field Description protected SecurityQuestionTOSecurityQuestionsModalPanel. securityQuestionTOMethods in org.apache.syncope.client.console.panels that return SecurityQuestionTO Modifier and Type Method Description SecurityQuestionTOSecurityQuestionsModalPanel. getItem()Methods in org.apache.syncope.client.console.panels that return types with arguments of type SecurityQuestionTO Modifier and Type Method Description ActionsPanel<SecurityQuestionTO>SecurityQuestionsPanel. getActions(IModel<SecurityQuestionTO> model)protected List<IColumn<SecurityQuestionTO,String>>SecurityQuestionsPanel. getColumns()Iterator<SecurityQuestionTO>SecurityQuestionsPanel.SecurityQuestionsProvider. iterator(long first, long count)IModel<SecurityQuestionTO>SecurityQuestionsPanel.SecurityQuestionsProvider. model(SecurityQuestionTO object)Methods in org.apache.syncope.client.console.panels with parameters of type SecurityQuestionTO Modifier and Type Method Description IModel<SecurityQuestionTO>SecurityQuestionsPanel.SecurityQuestionsProvider. model(SecurityQuestionTO object)Method parameters in org.apache.syncope.client.console.panels with type arguments of type SecurityQuestionTO Modifier and Type Method Description ActionsPanel<SecurityQuestionTO>SecurityQuestionsPanel. getActions(IModel<SecurityQuestionTO> model)Constructors in org.apache.syncope.client.console.panels with parameters of type SecurityQuestionTO Constructor Description SecurityQuestionDetailsPanel(String id, SecurityQuestionTO securityQuestionTO)SecurityQuestionsModalPanel(BaseModal<SecurityQuestionTO> modal, SecurityQuestionTO securityQuestionTO, PageReference pageRef)Constructor parameters in org.apache.syncope.client.console.panels with type arguments of type SecurityQuestionTO Constructor Description SecurityQuestionsModalPanel(BaseModal<SecurityQuestionTO> modal, SecurityQuestionTO securityQuestionTO, PageReference pageRef) -
Uses of SecurityQuestionTO in org.apache.syncope.client.console.rest
Methods in org.apache.syncope.client.console.rest that return SecurityQuestionTO Modifier and Type Method Description SecurityQuestionTOSecurityQuestionRestClient. readByUser(String username)Methods in org.apache.syncope.client.console.rest that return types with arguments of type SecurityQuestionTO Modifier and Type Method Description List<SecurityQuestionTO>SecurityQuestionRestClient. list()Methods in org.apache.syncope.client.console.rest with parameters of type SecurityQuestionTO Modifier and Type Method Description voidSecurityQuestionRestClient. create(SecurityQuestionTO securityQuestionTO)voidSecurityQuestionRestClient. update(SecurityQuestionTO securityQuestionTO) -
Uses of SecurityQuestionTO in org.apache.syncope.client.enduser.rest
Methods in org.apache.syncope.client.enduser.rest that return SecurityQuestionTO Modifier and Type Method Description SecurityQuestionTOSecurityQuestionRestClient. readByUser(String username)Methods in org.apache.syncope.client.enduser.rest that return types with arguments of type SecurityQuestionTO Modifier and Type Method Description List<SecurityQuestionTO>SecurityQuestionRestClient. list() -
Uses of SecurityQuestionTO in org.apache.syncope.common.rest.api.service
Methods in org.apache.syncope.common.rest.api.service that return SecurityQuestionTO Modifier and Type Method Description SecurityQuestionTOSecurityQuestionService. read(@NotNull String key)Returns security question with matching key.SecurityQuestionTOSecurityQuestionService. readByUser(@NotNull String username)Ask for security question configured for the user matching the given username, if any.Methods in org.apache.syncope.common.rest.api.service that return types with arguments of type SecurityQuestionTO Modifier and Type Method Description List<SecurityQuestionTO>SecurityQuestionService. list()Returns a list of all security questions.Methods in org.apache.syncope.common.rest.api.service with parameters of type SecurityQuestionTO Modifier and Type Method Description javax.ws.rs.core.ResponseSecurityQuestionService. create(@NotNull SecurityQuestionTO securityQuestionTO)Creates a new security question.voidSecurityQuestionService. update(@NotNull SecurityQuestionTO securityQuestionTO)Updates the security question matching the provided key. -
Uses of SecurityQuestionTO in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic that return SecurityQuestionTO Modifier and Type Method Description SecurityQuestionTOSecurityQuestionLogic. create(SecurityQuestionTO securityQuestionTO)SecurityQuestionTOSecurityQuestionLogic. delete(String key)SecurityQuestionTOSecurityQuestionLogic. read(String key)SecurityQuestionTOSecurityQuestionLogic. readByUser(String username)protected SecurityQuestionTOSecurityQuestionLogic. resolveReference(Method method, Object... args)SecurityQuestionTOSecurityQuestionLogic. update(SecurityQuestionTO securityQuestionTO)Methods in org.apache.syncope.core.logic that return types with arguments of type SecurityQuestionTO Modifier and Type Method Description List<SecurityQuestionTO>SecurityQuestionLogic. list()Methods in org.apache.syncope.core.logic with parameters of type SecurityQuestionTO Modifier and Type Method Description SecurityQuestionTOSecurityQuestionLogic. create(SecurityQuestionTO securityQuestionTO)SecurityQuestionTOSecurityQuestionLogic. update(SecurityQuestionTO securityQuestionTO) -
Uses of SecurityQuestionTO in org.apache.syncope.core.provisioning.api.data
Methods in org.apache.syncope.core.provisioning.api.data that return SecurityQuestionTO Modifier and Type Method Description SecurityQuestionTOSecurityQuestionDataBinder. getSecurityQuestionTO(SecurityQuestion securityQuestion)Methods in org.apache.syncope.core.provisioning.api.data with parameters of type SecurityQuestionTO Modifier and Type Method Description SecurityQuestionSecurityQuestionDataBinder. create(SecurityQuestionTO securityQuestionTO)voidSecurityQuestionDataBinder. update(SecurityQuestion securityQuestion, SecurityQuestionTO securityQuestionTO) -
Uses of SecurityQuestionTO in org.apache.syncope.core.provisioning.java.data
Methods in org.apache.syncope.core.provisioning.java.data that return SecurityQuestionTO Modifier and Type Method Description SecurityQuestionTOSecurityQuestionDataBinderImpl. getSecurityQuestionTO(SecurityQuestion securityQuestion)Methods in org.apache.syncope.core.provisioning.java.data with parameters of type SecurityQuestionTO Modifier and Type Method Description SecurityQuestionSecurityQuestionDataBinderImpl. create(SecurityQuestionTO securityQuestionTO)voidSecurityQuestionDataBinderImpl. update(SecurityQuestion securityQuestion, SecurityQuestionTO securityQuestionTO) -
Uses of SecurityQuestionTO in org.apache.syncope.core.rest.cxf.service
Methods in org.apache.syncope.core.rest.cxf.service that return SecurityQuestionTO Modifier and Type Method Description SecurityQuestionTOSecurityQuestionServiceImpl. read(String key)SecurityQuestionTOSecurityQuestionServiceImpl. readByUser(String username)Methods in org.apache.syncope.core.rest.cxf.service that return types with arguments of type SecurityQuestionTO Modifier and Type Method Description List<SecurityQuestionTO>SecurityQuestionServiceImpl. list()Methods in org.apache.syncope.core.rest.cxf.service with parameters of type SecurityQuestionTO Modifier and Type Method Description javax.ws.rs.core.ResponseSecurityQuestionServiceImpl. create(SecurityQuestionTO securityQuestionTO)voidSecurityQuestionServiceImpl. update(SecurityQuestionTO securityQuestionTO)
-