|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A representation of the model object 'Realm'.
The following features are supported:
SecurityPackage.getRealm()
Method Summary | |
---|---|
EList<Group> |
getAllGroups()
Returns the value of the 'All Groups' reference list. |
EList<Permission> |
getAllPermissions()
Returns the value of the 'All Permissions' reference list. |
EList<Role> |
getAllRoles()
Returns the value of the 'All Roles' reference list. |
EList<User> |
getAllUsers()
Returns the value of the 'All Users' reference list. |
Access |
getDefaultAccess()
Returns the value of the 'Default Access' attribute |
EList<SecurityItem> |
getItems()
Returns the value of the 'Items' containment reference list. |
String |
getName()
Returns the value of the 'Name' attribute |
void |
setDefaultAccess(Access value)
Sets the value of the ' Default Access ' attribute |
void |
setName(String value)
Sets the value of the ' Name ' attribute |
Methods inherited from interface org.eclipse.emf.cdo.security.SecurityElement |
---|
getRealm |
Methods inherited from interface org.eclipse.emf.cdo.etypes.ModelElement |
---|
getAnnotation, getAnnotations |
Methods inherited from interface org.eclipse.emf.cdo.CDOObject |
---|
cdoConflict, cdoDirectResource, cdoID, cdoInvalid, cdoLockState, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOption |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
EList<SecurityItem> getItems()
SecurityItem
.
If the meaning of the 'Items' containment reference list isn't clear, there really should be more of a description here...
SecurityPackage.getRealm_Items()
EList<User> getAllUsers()
User
.
If the meaning of the 'All Users' reference list isn't clear, there really should be more of a description here...
SecurityPackage.getRealm_AllUsers()
EList<Group> getAllGroups()
Group
.
If the meaning of the 'All Groups' reference list isn't clear, there really should be more of a description here...
SecurityPackage.getRealm_AllGroups()
EList<Role> getAllRoles()
Role
.
If the meaning of the 'All Roles' reference list isn't clear, there really should be more of a description here...
SecurityPackage.getRealm_AllRoles()
EList<Permission> getAllPermissions()
Permission
.
If the meaning of the 'All Permissions' reference list isn't clear, there really should be more of a description here...
SecurityPackage.getRealm_AllPermissions()
String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String)
,
SecurityPackage.getRealm_Name()
void setName(String value)
Name
' attribute.
value
- the new value of the 'Name' attribute.getName()
Access getDefaultAccess()
If the meaning of the 'Default Access' attribute isn't clear, there really should be more of a description here...
setDefaultAccess(Access)
,
SecurityPackage.getRealm_DefaultAccess()
void setDefaultAccess(Access value)
Default Access
' attribute.
value
- the new value of the 'Default Access' attribute.getDefaultAccess()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |