mura.client.api.proxy

Class proxyCredentialBean

lucee.Component
    extended by mura.baseobject
      extended by mura.bean.bean
        extended by mura.bean.beanORM
          extended by mura.client.api.proxy.proxyCredentialBean
Class Attributes:
  • entityname : proxyCredential
  •  
  • bundleable : true
  •  
  • table : tproxycredential
  •  
  • synchronized : false
  •  
  • accessors : false
  •  
  • persistent : false
  •  
  • scaffold : false
  •  
    Property Summary
    type property default serializable required
    any created


    • access = public
    • returntype = any
    • ormtype = timestamp
    true false
    any credentialid


    • access = public
    • fieldtype = id
    • returntype = any
    true false
    any data


    • access = public
    • encrypted = true
    • returntype = any
    • datatype = text
    true yes
    any lastupdate


    • access = public
    • returntype = any
    • datatype = timestamp
    true false
    any lastupdateby


    • access = public
    • returntype = any
    • datatype = varchar
    • length = 50
    true false
    any lastupdatebyid


    • access = public
    • returntype = any
    • datatype = varchar
    • length = 35
    true false
    any name


    • access = public
    • maxlength = 200
    • returntype = any
    • datatype = varchar
    • length = 200
    true yes
    any proxy


    • access = public
    • fieldtype = many-to-one
    • returntype = any
    • fkcolumn = proxyid
    • relatesto = proxy
    true false
    any site


    • access = public
    • fieldtype = many-to-one
    • returntype = any
    • fkcolumn = siteid
    • relatesto = site
    true yes
    any type


    • access = public
    • maxlength = 200
    • returntype = any
    • datatype = varchar
    • length = 200
    true yes
    Method Summary
    any allowAccess([any mura])
    any allowDelete()
    any allowRead()
    any allowSave()
     
    Methods inherited from class mura.bean.beanORM
    addQueryParam, checkSchema, clone, delete, fromBundle, getCache, getCacheKey, getCacheName, getCacheSiteID, getColumns, getCustomDatasource, getDbType, getDbUtility, getDiscriminatorColumn, getDiscriminatorValue, getFeed, getIterator, getLoadSQL, getLoadSQLColumnsAndTables, getManageSchema, getPrimaryKey, getPropertiesAsJSON, getQueryAttrs, getQueryParamType, getQueryService, getReadOnly, getSaveErrors, getSite, getUseCache, getUseTrash, hasColumn, hasCustomDatasource, init, isORM, loadBy, postCreate, postDelete, postInsert, postLoad, postUpdate, preCreate, preDelete, preInsert, preLoad, preUpdate, purgeCache, save, saveTagsAndCategories, set, setDbUtility, setPropAsIDColumn, setSaveErrors, toBundle, updateMappingsByIDLists, validate
     
    Methods inherited from class mura.bean.bean
    addEventHandler, addObject, allowQueryParams, appendHasRef, compare, exists, get, getAll, getAllValues, getBundleable, getCategorizable, getDynamic, getEntityDisplayName, getEntityName, getErrors, getHasManyPropArray, getHasOnePropArray, getInstanceName, getIsHistorical, getIsVersioned, getListViewProps, getOrderBy, getPermissions, getProperties, getPublicAPI, getRegisteredEntity, getScaffold, getSearchableProps, getSynthedFunctions, getTable, getTaggable, getValidations, getValue, has, hasErrors, hasProperty, hasTable, isComparable, on, OnMissingMethod, parseDateArg, parseEncrypted, pluralizeHasRefName, registerAsEntity, removeObject, setAddedObjectValues, setAllValues, setErrors, setlastUpdateBy, setValidations, setValue, synthArgs, transformEventName, translatePropKey, trigger, valueExists
     
    Methods inherited from class mura.baseobject
    commitTracePoint, convertTimezone, deleteMethod, getAsJSON, getAsStruct, getBean, getConfigBean, getCurrentUser, getEntity, getEventManager, getHTTPAttrs, getHTTPService, getJavaTimezone, getPlugin, getPluginManager, getServiceFactory, getSession, initTracePoint, inject, injectMethod, invokeMethod, mixin, removeValue
     
    Methods inherited from class lucee.Component
    None

    Property Detail

    created

    property any created

    Attributes:
    access - public
    required - false
    returntype - any
    ormtype - timestamp
    serializable - true

    credentialid

    property any credentialid

    Attributes:
    access - public
    required - false
    fieldtype - id
    returntype - any
    serializable - true

    data

    property any data

    Attributes:
    access - public
    required - yes
    encrypted - true
    returntype - any
    datatype - text
    serializable - true

    lastupdate

    property any lastupdate

    Attributes:
    access - public
    required - false
    returntype - any
    datatype - timestamp
    serializable - true

    lastupdateby

    property any lastupdateby

    Attributes:
    access - public
    required - false
    returntype - any
    datatype - varchar
    length - 50
    serializable - true

    lastupdatebyid

    property any lastupdatebyid

    Attributes:
    access - public
    required - false
    returntype - any
    datatype - varchar
    length - 35
    serializable - true

    name

    property any name

    Attributes:
    access - public
    required - yes
    maxlength - 200
    returntype - any
    datatype - varchar
    length - 200
    serializable - true

    proxy

    property any proxy

    Attributes:
    access - public
    required - false
    fieldtype - many-to-one
    returntype - any
    fkcolumn - proxyid
    serializable - true
    relatesto - proxy

    site

    property any site

    Attributes:
    access - public
    required - yes
    fieldtype - many-to-one
    returntype - any
    fkcolumn - siteid
    serializable - true
    relatesto - site

    type

    property any type

    Attributes:
    access - public
    required - yes
    maxlength - 200
    returntype - any
    datatype - varchar
    length - 200
    serializable - true

    Method Detail

    allowAccess

    public any allowAccess([any mura])

    Overrides:
    allowAccess in class bean
    Parameters:
    mura

    allowDelete

    public any allowDelete()

    Overrides:
    allowDelete in class bean

    allowRead

    public any allowRead()

    Overrides:
    allowRead in class bean

    allowSave

    public any allowSave()

    Overrides:
    allowSave in class bean