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 SecurityQuestionTO
SecurityQuestionsModalPanel. securityQuestionTO
Methods in org.apache.syncope.client.console.panels that return SecurityQuestionTO Modifier and Type Method Description SecurityQuestionTO
SecurityQuestionsModalPanel. 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 SecurityQuestionTO
SecurityQuestionRestClient. 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 void
SecurityQuestionRestClient. create(SecurityQuestionTO securityQuestionTO)
void
SecurityQuestionRestClient. 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 SecurityQuestionTO
SecurityQuestionRestClient. 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 SecurityQuestionTO
SecurityQuestionService. read(@NotNull String key)
Returns security question with matching key.SecurityQuestionTO
SecurityQuestionService. 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.Response
SecurityQuestionService. 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
Methods in org.apache.syncope.core.logic that return SecurityQuestionTO Modifier and Type Method Description SecurityQuestionTO
SecurityQuestionLogic. create(SecurityQuestionTO securityQuestionTO)
SecurityQuestionTO
SecurityQuestionLogic. delete(String key)
SecurityQuestionTO
SecurityQuestionLogic. read(String key)
SecurityQuestionTO
SecurityQuestionLogic. readByUser(String username)
protected SecurityQuestionTO
SecurityQuestionLogic. resolveReference(Method method, Object... args)
SecurityQuestionTO
SecurityQuestionLogic. 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 SecurityQuestionTO
SecurityQuestionLogic. create(SecurityQuestionTO securityQuestionTO)
SecurityQuestionTO
SecurityQuestionLogic. 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 SecurityQuestionTO
SecurityQuestionDataBinder. getSecurityQuestionTO(SecurityQuestion securityQuestion)
Methods in org.apache.syncope.core.provisioning.api.data with parameters of type SecurityQuestionTO Modifier and Type Method Description SecurityQuestion
SecurityQuestionDataBinder. create(SecurityQuestionTO securityQuestionTO)
void
SecurityQuestionDataBinder. 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 SecurityQuestionTO
SecurityQuestionDataBinderImpl. getSecurityQuestionTO(SecurityQuestion securityQuestion)
Methods in org.apache.syncope.core.provisioning.java.data with parameters of type SecurityQuestionTO Modifier and Type Method Description SecurityQuestion
SecurityQuestionDataBinderImpl. create(SecurityQuestionTO securityQuestionTO)
void
SecurityQuestionDataBinderImpl. 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 SecurityQuestionTO
SecurityQuestionServiceImpl. read(String key)
SecurityQuestionTO
SecurityQuestionServiceImpl. 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.Response
SecurityQuestionServiceImpl. create(SecurityQuestionTO securityQuestionTO)
void
SecurityQuestionServiceImpl. update(SecurityQuestionTO securityQuestionTO)
-