Ejemplo n.º 1
0
 @PreAuthorize("hasRole('" + Entitlement.SECURITY_QUESTION_CREATE + "')")
 public SecurityQuestionTO create(final SecurityQuestionTO securityQuestionTO) {
   return binder.getSecurityQuestionTO(
       securityQuestionDAO.save(binder.create(securityQuestionTO)));
 }