|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of AuthorizationIdentifier in org.eclipse.datatools.modelbase.sql.accesscontrol |
---|
Subinterfaces of AuthorizationIdentifier in org.eclipse.datatools.modelbase.sql.accesscontrol | |
---|---|
interface |
Group
A representation of the model object 'Group'. |
interface |
Role
A representation of the model object 'Role'. |
interface |
User
A representation of the model object 'User'. |
Methods in org.eclipse.datatools.modelbase.sql.accesscontrol that return AuthorizationIdentifier | |
---|---|
AuthorizationIdentifier |
Privilege.getGrantee()
Returns the value of the 'Grantee' container reference. |
AuthorizationIdentifier |
RoleAuthorization.getGrantee()
Returns the value of the 'Grantee' reference. |
AuthorizationIdentifier |
Privilege.getGrantor()
Returns the value of the 'Grantor' reference. |
AuthorizationIdentifier |
RoleAuthorization.getGrantor()
Returns the value of the 'Grantor' reference. |
Methods in org.eclipse.datatools.modelbase.sql.accesscontrol with parameters of type AuthorizationIdentifier | |
---|---|
void |
Privilege.setGrantee(AuthorizationIdentifier value)
Sets the value of the ' Grantee ' container reference. |
void |
RoleAuthorization.setGrantee(AuthorizationIdentifier value)
Sets the value of the ' Grantee ' reference. |
void |
Privilege.setGrantor(AuthorizationIdentifier value)
Sets the value of the ' Grantor ' reference. |
void |
RoleAuthorization.setGrantor(AuthorizationIdentifier value)
Sets the value of the ' Grantor ' reference. |
Uses of AuthorizationIdentifier in org.eclipse.datatools.modelbase.sql.accesscontrol.impl |
---|
Classes in org.eclipse.datatools.modelbase.sql.accesscontrol.impl that implement AuthorizationIdentifier | |
---|---|
class |
AuthorizationIdentifierImpl
An implementation of the model object 'Authorization Identifier'. |
class |
GroupImpl
An implementation of the model object 'Group'. |
class |
RoleImpl
An implementation of the model object 'Role'. |
class |
UserImpl
An implementation of the model object 'User'. |
Methods in org.eclipse.datatools.modelbase.sql.accesscontrol.impl that return AuthorizationIdentifier | |
---|---|
AuthorizationIdentifier |
RoleAuthorizationImpl.basicGetGrantee()
|
AuthorizationIdentifier |
RoleAuthorizationImpl.basicGetGrantor()
|
AuthorizationIdentifier |
PrivilegeImpl.basicGetGrantor()
|
AuthorizationIdentifier |
RoleAuthorizationImpl.getGrantee()
|
AuthorizationIdentifier |
PrivilegeImpl.getGrantee()
|
AuthorizationIdentifier |
RoleAuthorizationImpl.getGrantor()
|
AuthorizationIdentifier |
PrivilegeImpl.getGrantor()
|
Methods in org.eclipse.datatools.modelbase.sql.accesscontrol.impl with parameters of type AuthorizationIdentifier | |
---|---|
NotificationChain |
RoleAuthorizationImpl.basicSetGrantee(AuthorizationIdentifier newGrantee,
NotificationChain msgs)
|
NotificationChain |
PrivilegeImpl.basicSetGrantee(AuthorizationIdentifier newGrantee,
NotificationChain msgs)
|
NotificationChain |
RoleAuthorizationImpl.basicSetGrantor(AuthorizationIdentifier newGrantor,
NotificationChain msgs)
|
NotificationChain |
PrivilegeImpl.basicSetGrantor(AuthorizationIdentifier newGrantor,
NotificationChain msgs)
|
void |
RoleAuthorizationImpl.setGrantee(AuthorizationIdentifier newGrantee)
|
void |
PrivilegeImpl.setGrantee(AuthorizationIdentifier newGrantee)
|
void |
RoleAuthorizationImpl.setGrantor(AuthorizationIdentifier newGrantor)
|
void |
PrivilegeImpl.setGrantor(AuthorizationIdentifier newGrantor)
|
Uses of AuthorizationIdentifier in org.eclipse.datatools.modelbase.sql.accesscontrol.util |
---|
Methods in org.eclipse.datatools.modelbase.sql.accesscontrol.util with parameters of type AuthorizationIdentifier | |
---|---|
java.lang.Object |
SQLAccessControlSwitch.caseAuthorizationIdentifier(AuthorizationIdentifier object)
Returns the result of interpretting the object as an instance of 'Authorization Identifier'. |
Uses of AuthorizationIdentifier in org.eclipse.datatools.modelbase.sql.schema |
---|
Methods in org.eclipse.datatools.modelbase.sql.schema that return AuthorizationIdentifier | |
---|---|
AuthorizationIdentifier |
Schema.getOwner()
Returns the value of the 'Owner' reference. |
Methods in org.eclipse.datatools.modelbase.sql.schema with parameters of type AuthorizationIdentifier | |
---|---|
void |
Schema.setOwner(AuthorizationIdentifier value)
Sets the value of the ' Owner ' reference. |
Uses of AuthorizationIdentifier in org.eclipse.datatools.modelbase.sql.schema.impl |
---|
Methods in org.eclipse.datatools.modelbase.sql.schema.impl that return AuthorizationIdentifier | |
---|---|
AuthorizationIdentifier |
SchemaImpl.basicGetOwner()
|
AuthorizationIdentifier |
SchemaImpl.getOwner()
|
Methods in org.eclipse.datatools.modelbase.sql.schema.impl with parameters of type AuthorizationIdentifier | |
---|---|
NotificationChain |
SchemaImpl.basicSetOwner(AuthorizationIdentifier newOwner,
NotificationChain msgs)
|
void |
SchemaImpl.setOwner(AuthorizationIdentifier newOwner)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |