
public interface Realm extends SecurityElement, SecurityItemContainer
SecurityPackage.getRealm()The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
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
|
Directory |
getDefaultGroupDirectory()
Returns the value of the 'Default Group Directory' reference
|
Directory |
getDefaultRoleDirectory()
Returns the value of the 'Default Role Directory' reference
|
Directory |
getDefaultUserDirectory()
Returns the value of the 'Default User Directory' reference
|
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 |
setDefaultGroupDirectory(Directory value)
Sets the value of the '
Default Group Directory' reference |
void |
setDefaultRoleDirectory(Directory value)
Sets the value of the '
Default Role Directory' reference |
void |
setDefaultUserDirectory(Directory value)
Sets the value of the '
Default User Directory' reference |
void |
setName(String value)
Sets the value of the '
Name' attribute |
getRealmgetAnnotation, getAnnotationscdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOptioneAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDeliveraddGroup, addRole, addUser, addUser, removeGroup, removeRole, removeUsergetGroup, getRole, getUserEList<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()Directory getDefaultUserDirectory()
If the meaning of the 'Default User Directory' reference isn't clear, there really should be more of a description here...
setDefaultUserDirectory(Directory),
SecurityPackage.getRealm_DefaultUserDirectory()void setDefaultUserDirectory(Directory value)
Default User Directory' reference.
value - the new value of the 'Default User Directory' reference.getDefaultUserDirectory()Directory getDefaultGroupDirectory()
If the meaning of the 'Default Group Directory' reference isn't clear, there really should be more of a description here...
setDefaultGroupDirectory(Directory),
SecurityPackage.getRealm_DefaultGroupDirectory()void setDefaultGroupDirectory(Directory value)
Default Group Directory' reference.
value - the new value of the 'Default Group Directory' reference.getDefaultGroupDirectory()Directory getDefaultRoleDirectory()
If the meaning of the 'Default Role Directory' reference isn't clear, there really should be more of a description here...
setDefaultRoleDirectory(Directory),
SecurityPackage.getRealm_DefaultRoleDirectory()void setDefaultRoleDirectory(Directory value)
Default Role Directory' reference.
value - the new value of the 'Default Role Directory' reference.getDefaultRoleDirectory()Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.