|
ContentBox Core API 1.6.0 | ||||
FRAMES |
WEB-INF.cftags.componentcontentbox.model.security.SecurityRule
public class SecurityRule
******************************************************************************* ContentBox - A Modular Content Platform Copyright 2012 by Luis Majano and Ortus Solutions, Corp www.gocontentbox.org | www.luismajano.com | www.ortussolutions.com ******************************************************************************* Apache License, Version 2.0 Copyright Since [2012] [Luis Majano and Ortus Solutions,Corp] Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. ******************************************************************************* A cool SecurityRule entity
Property Summary | ||||
---|---|---|---|---|
Type | Property & Description | Default | Serializable | Required |
any
|
match
Attributes:
|
|
true
|
false
|
any
|
order
Attributes:
|
0
|
true
|
false
|
any
|
permissions
Attributes:
|
|
true
|
false
|
any
|
redirect
Attributes:
|
|
true
|
false
|
any
|
roles
Attributes:
|
|
true
|
false
|
any
|
ruleID
Attributes:
|
|
true
|
false
|
any
|
securelist
Attributes:
|
|
true
|
false
|
any
|
useSSL
Attributes:
|
false
|
true
|
false
|
any
|
whitelist
Attributes:
|
|
true
|
false
|
Constructor Summary | |
---|---|
init()
|
Method Summary | |
---|---|
any |
GETMATCH()
get: |
any |
GETORDER()
get: |
any |
GETPERMISSIONS()
get: |
any |
GETREDIRECT()
get: |
any |
GETROLES()
get: |
any |
GETRULEID()
get: |
any |
GETSECURELIST()
get: |
any |
GETUSESSL()
get: |
any |
GETWHITELIST()
get: |
SecurityRule |
SETORDER(any order)
set: |
SecurityRule |
SETPERMISSIONS(any permissions)
set: |
SecurityRule |
SETREDIRECT(any redirect)
set: |
SecurityRule |
SETROLES(any roles)
set: |
SecurityRule |
SETSECURELIST(any securelist)
set: |
SecurityRule |
SETUSESSL(any useSSL)
set: |
SecurityRule |
SETWHITELIST(any whitelist)
set: |
any |
getMemento()
Get memento representation |
boolean |
isLoaded()
is loaded? |
SecurityRule |
setMatch(any match)
Overriden setter |
array |
validate()
|
Methods inherited from class WEB-INF.cftags.component |
---|
None
|
Constructor Detail |
---|
public init()
Property Detail |
---|
any match
ormtype
- stringserializable
- truerequired
- falsenotnull
- falselength
- 50default
- any order
ormtype
- integerserializable
- truerequired
- falsenotnull
- truedbdefault
- 0default
- 0any permissions
ormtype
- stringserializable
- truerequired
- falsenotnull
- falselength
- 500default
- any redirect
ormtype
- stringserializable
- truerequired
- falsenotnull
- truelength
- 500default
- any roles
ormtype
- stringserializable
- truerequired
- falsenotnull
- falselength
- 255default
- any ruleID
generator
- nativefieldtype
- idserializable
- truerequired
- falsedefault
- setter
- falsecolumn
- ruleIDany securelist
ormtype
- stringserializable
- truerequired
- falsenotnull
- truelength
- 255default
- any useSSL
ormtype
- booleanserializable
- truerequired
- falsenotnull
- falsedbdefault
- 0default
- falseany whitelist
ormtype
- stringserializable
- truerequired
- falsenotnull
- falselength
- 255default
- Method Detail |
---|
public any GETMATCH()
public any GETORDER()
public any GETPERMISSIONS()
public any GETREDIRECT()
public any GETROLES()
public any GETRULEID()
public any GETSECURELIST()
public any GETUSESSL()
public any GETWHITELIST()
public SecurityRule SETORDER(any order)
order
public SecurityRule SETPERMISSIONS(any permissions)
permissions
public SecurityRule SETREDIRECT(any redirect)
redirect
public SecurityRule SETROLES(any roles)
roles
public SecurityRule SETSECURELIST(any securelist)
securelist
public SecurityRule SETUSESSL(any useSSL)
useSSL
public SecurityRule SETWHITELIST(any whitelist)
whitelist
public any getMemento()
public boolean isLoaded()
public SecurityRule setMatch(any match)
match
public array validate()
|
ContentBox Core API 1.6.0 | ||||
FRAMES |