类 SecurityActionSupport

java.lang.Object
org.beangle.struts2.action.ActionSupport
org.beangle.struts2.action.EntityActionSupport
org.beangle.struts2.action.EntityDrivenAction
org.openurp.web.action.SecurityActionSupport
所有已实现的接口:
org.beangle.commons.text.i18n.TextResourceProvider
直接已知子类:
AdminBaseAction, BaseAction

public abstract class SecurityActionSupport extends org.beangle.struts2.action.EntityDrivenAction
  • 字段概要

    字段
    修饰符和类型
    字段
    说明
    protected SecurityHelper
     

    从类继承的字段 org.beangle.struts2.action.EntityDrivenAction

    config, entityDao

    从类继承的字段 org.beangle.struts2.action.ActionSupport

    ERROR, INPUT, logger, SUCCESS
  • 构造器概要

    构造器
    构造器
    说明
     
  • 方法概要

    修饰符和类型
    方法
    说明
    protected void
    applyPermission(org.beangle.commons.dao.query.builder.OqlBuilder<?> query)
     
    protected List<org.beangle.security.core.userdetail.Profile>
     
    protected <T> List<T>
     
    protected String
     
    void
     

    从类继承的方法 org.beangle.struts2.action.EntityDrivenAction

    buildEntityImporter, buildEntityImporter, buildEntityImporter, buildExporter, configExporter, configImporter, edit, editSetting, export, getConfig, getEntity, getEntity, getEntity, getEntityDao, getEntityName, getExportDatas, getImporterListeners, getModel, getModels, getModels, getPropertyExtractor, getQueryBuilder, getShortName, importData, importForm, index, indexSetting, info, populateEntity, populateEntity, populateEntity, remove, remove, remove, removeAndForward, save, saveAndForward, saveOrUpdate, saveOrUpdate, search, search, setConfig, setEntityDao

    从类继承的方法 org.beangle.struts2.action.EntityActionSupport

    getId, getIds, getIntId, getIntIds, getLongId, getLongIds, getPageIndex, getPageLimit, getPageSize, populate, populate, populate, populate, populate, populate, populate, populate, populateConditions, populateConditions

    从类继承的方法 org.beangle.struts2.action.ActionSupport

    addCookie, addCookie, addError, addFlashError, addFlashMessage, addMessage, deleteCookie, execute, forward, forward, forward, forward, forward, get, get, get, getActionErrors, getActionMessages, getAll, getAll, getAttribute, getAttribute, getBool, getBoolean, getCookieValue, getDate, getDateTime, getFlash, getFloat, getInt, getLocale, getLong, getRemoteAddr, getRequest, getResource, getResponse, getSession, getShort, getText, getText, getTextInternal, getTextResource, getTextResource, put, redirect, redirect, redirect, redirect

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 字段详细资料

  • 构造器详细资料

    • SecurityActionSupport

      public SecurityActionSupport()
  • 方法详细资料

    • getProfiles

      protected List<org.beangle.security.core.userdetail.Profile> getProfiles()
    • getProperties

      protected <T> List<T> getProperties(String name)
    • applyPermission

      protected void applyPermission(org.beangle.commons.dao.query.builder.OqlBuilder<?> query)
    • setSecurityHelper

      public void setSecurityHelper(SecurityHelper securityHelper)
    • getUsername

      protected String getUsername()