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'. Reference: 5WD-02-Foundation-2002-12 4.34.1 Authorization Identifiers

The following features are supported:

See Also:
SQLAccessControlPackage.getAuthorizationIdentifier()

Method Summary
 Database getDatabase()
          Returns the value of the 'Database' reference.
 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.
 void setDatabase(Database value)
          Sets the value of the 'Database' reference.
 
Methods inherited from interface org.eclipse.datatools.modelbase.sql.schema.SQLObject
addEAnnotation, addEAnnotationDetail, getComments, getDependencies, getDescription, getEAnnotation, getEAnnotationDetail, getLabel, getPrivileges, 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()

getDatabase

public Database getDatabase()
Returns the value of the 'Database' reference. It is bidirectional and its opposite is 'Authorization Ids'.

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

Returns:
the value of the 'Database' reference.
See Also:
setDatabase(Database), SQLAccessControlPackage.getAuthorizationIdentifier_Database(), Database.getAuthorizationIds()

setDatabase

public void setDatabase(Database value)
Sets the value of the 'Database' reference.

Parameters:
value - the new value of the 'Database' reference.
See Also:
getDatabase()

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. It is bidirectional and its opposite is 'Grantee'.

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(), Privilege.getGrantee()


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