org.eclipse.datatools.modelbase.sql.accesscontrol
Interface AuthorizationIdentifier

All Superinterfaces:
SQLObject
All Known Subinterfaces:
Group, Role, User
All Known Implementing Classes:
AuthorizationIdentifierImpl, GroupImpl, RoleImpl, UserImpl

public interface AuthorizationIdentifier
extends SQLObject

A representation of the model object 'Authorization Identifier'.

The following features are supported:

See Also:
SQLAccessControlPackage.getAuthorizationIdentifier()

Method Summary
 EList getGrantedPrivilege()
          Returns the value of the 'Granted Privilege' reference list.
 EList getGrantedRoleAuthorization()
          Returns the value of the 'Granted Role Authorization' reference list.
 EList getOwnedSchema()
          Returns the value of the 'Owned Schema' reference list.
 EList getReceivedPrivilege()
          Returns the value of the 'Received Privilege' containment reference list.
 EList getReceivedRoleAuthorization()
          Returns the value of the 'Received Role Authorization' reference list.
 
Methods inherited from interface org.eclipse.datatools.modelbase.sql.schema.SQLObject
addEAnnotation, addEAnnotationDetail, getDependencies, getDescription, getEAnnotation, getEAnnotationDetail, getLabel, removeEAnnotationDetail, setAnnotationDetail, setDescription, setLabel
 

Method Detail

getOwnedSchema

public EList getOwnedSchema()
Returns the value of the 'Owned Schema' reference list. The list contents are of type Schema. It is bidirectional and its opposite is 'Owner'.

If the meaning of the 'Owned Schema' reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Owned Schema' reference list.
See Also:
SQLAccessControlPackage.getAuthorizationIdentifier_OwnedSchema(), Schema.getOwner()

getReceivedRoleAuthorization

public EList getReceivedRoleAuthorization()
Returns the value of the 'Received Role Authorization' reference list. The list contents are of type RoleAuthorization. It is bidirectional and its opposite is 'Grantee'.

If the meaning of the 'Received Role Authorization' reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Received Role Authorization' reference list.
See Also:
SQLAccessControlPackage.getAuthorizationIdentifier_ReceivedRoleAuthorization(), RoleAuthorization.getGrantee()

getGrantedRoleAuthorization

public EList getGrantedRoleAuthorization()
Returns the value of the 'Granted Role Authorization' reference list. The list contents are of type RoleAuthorization. It is bidirectional and its opposite is 'Grantor'.

If the meaning of the 'Granted Role Authorization' reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Granted Role Authorization' reference list.
See Also:
SQLAccessControlPackage.getAuthorizationIdentifier_GrantedRoleAuthorization(), RoleAuthorization.getGrantor()

getGrantedPrivilege

public EList getGrantedPrivilege()
Returns the value of the 'Granted Privilege' reference list. The list contents are of type Privilege. It is bidirectional and its opposite is 'Grantor'.

If the meaning of the 'Granted Privilege' reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Granted Privilege' reference list.
See Also:
SQLAccessControlPackage.getAuthorizationIdentifier_GrantedPrivilege(), Privilege.getGrantor()

getReceivedPrivilege

public EList getReceivedPrivilege()
Returns the value of the 'Received Privilege' containment reference list. The list contents are of type Privilege.

If the meaning of the 'Received Privilege' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Received Privilege' containment reference list.
See Also:
SQLAccessControlPackage.getAuthorizationIdentifier_ReceivedPrivilege()


Copyright © 2006 Actuate, IBM Corporation, Sybase, Inc. and others. All rights reserved.