|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.novell.sentinel.client.bean.SentinelBean
com.novell.db.object.bean.SchemaPermBean
public class SchemaPermBean
An automatically-generated "bean" class for the Sentinel data object type 'schema-perm'.
SentinelBean.
SentinelBean,
BeanTransporter| Field Summary | |
|---|---|
static String |
ALLOWANY
The "bean name" of the Sentinel data object field 'AllowAny'. |
static String |
PERMISSIONS
The "bean name" of the Sentinel data object field 'Permissions'. |
| Constructor Summary | |
|---|---|
|
SchemaPermBean()
Construct an instance of the bean class. |
protected |
SchemaPermBean(BeanMetaData<? extends SentinelBean> metadata)
Constructor for use by derived classes. |
| Method Summary | |
|---|---|
SchemaPermBean |
clone()
Create a duplicate of this bean instance, including all field values. |
static BeanMetaData<? extends SchemaPermBean> |
getBeanMetaData()
Get the metadata class instance for this type. |
Collection<String> |
getPermissions()
Get the value for the ' perms' field. |
boolean |
isAllowAny()
Get the value for the ' allow-any' field. |
boolean |
isAllowAnyClear()
Get whether the value for the ' allow-any' field is clear or not. |
boolean |
isAllowAnyNull()
Get whether the ' allow-any' field has been set to Null or not. |
boolean |
isPermissionsClear()
Get whether the value for the ' perms' field is clear or not. |
boolean |
isPermissionsNull()
Get whether the ' perms' field has been set to Null or not. |
| Methods inherited from class com.novell.sentinel.client.bean.SentinelBean |
|---|
clearField, cloneBean, equals, fields, getBeanName, getBeanValue, getField, getFieldNoNull, getLink, getMetaData, isFieldClear, isFieldNull, isLinkClear, setField, setFieldNull, toString, values |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String ALLOWANY
""allow-any"".
The description of the 'allow-any' field is:
"If true, indicates that access is permitted for any authenticated user. If false,
indicates that a specific permission is required."
public static final String PERMISSIONS
""perms"".
The description of the 'perms' field is:
"A list of permission names, any one of which is needed to perform the operation.
Note that "_adminRole_" is a special permission name that indicates that a user must
be a member of the Sentinel role "Administrators"."
| Constructor Detail |
|---|
public SchemaPermBean()
protected SchemaPermBean(BeanMetaData<? extends SentinelBean> metadata)
metadata - The metadata instance for the derived bean class. Normally this constructor
will only be called by generated code.| Method Detail |
|---|
public Collection<String> getPermissions()
perms' field. The description of the 'perms'
field is:
"A list of permission names, any one of which is needed to perform the operation.
Note that "_adminRole_" is a special permission name that indicates that a user must
be a member of the Sentinel role "Administrators"."
null).PERMISSIONSpublic boolean isPermissionsNull()
perms' field has been set to Null or not. The
description of the 'perms' field is:
"A list of permission names, any one of which is needed to perform the operation.
Note that "_adminRole_" is a special permission name that indicates that a user must
be a member of the Sentinel role "Administrators"."
See the description of Null
values.
true if the field value has been marked as null, false
otherwise.PERMISSIONSpublic boolean isPermissionsClear()
perms' field is clear or not. The description
of the 'perms' field is:
"A list of permission names, any one of which is needed to perform the operation.
Note that "_adminRole_" is a special permission name that indicates that a user must
be a member of the Sentinel role "Administrators"."
See the description of cleared
values.
true if the field value has been cleared, false
otherwise.PERMISSIONSpublic boolean isAllowAny()
allow-any' field. The description of the 'allow-any'
field is:
"If true, indicates that access is permitted for any authenticated user. If false,
indicates that a specific permission is required."
null).ALLOWANYpublic boolean isAllowAnyNull()
allow-any' field has been set to Null or not.
The description of the 'allow-any' field is:
"If true, indicates that access is permitted for any authenticated user. If false,
indicates that a specific permission is required."
See the description of Null
values.
true if the field value has been marked as null, false
otherwise.ALLOWANYpublic boolean isAllowAnyClear()
allow-any' field is clear or not. The
description of the 'allow-any' field is:
"If true, indicates that access is permitted for any authenticated user. If false,
indicates that a specific permission is required."
See the description of cleared
values.
true if the field value has been cleared, false
otherwise.ALLOWANYpublic static BeanMetaData<? extends SchemaPermBean> getBeanMetaData()
BeanTransporter
implementation''s constructor.
public SchemaPermBean clone()
clone in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||