|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of AuthorizationIdentifier in org.eclipse.datatools.enablement.ase.catalog |
---|
Classes in org.eclipse.datatools.enablement.ase.catalog that implement AuthorizationIdentifier | |
---|---|
class |
SybaseASECatalogGroup
|
class |
SybaseASECatalogLocalRole
|
class |
SybaseASECatalogRole
|
class |
SybaseASECatalogUser
|
Methods in org.eclipse.datatools.enablement.ase.catalog that return AuthorizationIdentifier | |
---|---|
AuthorizationIdentifier |
SybaseASECatalogSchema.getOwner()
|
Uses of AuthorizationIdentifier in org.eclipse.datatools.enablement.ase.ddl |
---|
Methods in org.eclipse.datatools.enablement.ase.ddl with parameters of type AuthorizationIdentifier | |
---|---|
java.lang.String[] |
SybaseASEDdlBuilder.createAuthorizationId(AuthorizationIdentifier authId,
boolean quoteIdentifiers,
boolean qualifyNames,
boolean fullSyntax)
sp_adduser loginame [, name_in_db [, grpname]] sp_addgroup grpname sp_changegroup grpname, username |
java.lang.String |
SybaseASEDdlBuilder.dropAuthorizationId(AuthorizationIdentifier authId,
boolean quoteIdentifiers,
boolean qualifyNames)
sp_dropuser name_in_db sp_dropgroup grpname |
Uses of AuthorizationIdentifier in org.eclipse.datatools.enablement.postgresql.model |
---|
Subinterfaces of AuthorizationIdentifier in org.eclipse.datatools.enablement.postgresql.model | |
---|---|
interface |
PostgresUser
A PostgreSQL user definition. |
Uses of AuthorizationIdentifier in org.eclipse.datatools.enablement.postgresql.model.impl |
---|
Classes in org.eclipse.datatools.enablement.postgresql.model.impl that implement AuthorizationIdentifier | |
---|---|
class |
PostgresUserImpl
A PostgreSQL user definition (as in pg_user). |
Uses of AuthorizationIdentifier in org.eclipse.datatools.enablement.sybase.asa.base.catalog |
---|
Classes in org.eclipse.datatools.enablement.sybase.asa.base.catalog that implement AuthorizationIdentifier | |
---|---|
class |
SybaseASACatalogBaseGroup
|
class |
SybaseASACatalogBaseUser
|
Methods in org.eclipse.datatools.enablement.sybase.asa.base.catalog that return AuthorizationIdentifier | |
---|---|
AuthorizationIdentifier |
SybaseASACatalogBaseSchema.getOwner()
|
Uses of AuthorizationIdentifier in org.eclipse.datatools.enablement.sybase.asa.baseloaders |
---|
Constructors in org.eclipse.datatools.enablement.sybase.asa.baseloaders with parameters of type AuthorizationIdentifier | |
---|---|
AuthorizationIdentifierASALoader(AuthorizationIdentifier catalogAuthId)
|
Uses of AuthorizationIdentifier in org.eclipse.datatools.enablement.sybase.asa.ddl |
---|
Methods in org.eclipse.datatools.enablement.sybase.asa.ddl with parameters of type AuthorizationIdentifier | |
---|---|
java.lang.String[] |
SybaseASADdlBuilder.createAuthorizationId(AuthorizationIdentifier authId,
boolean quoteIdentifiers,
boolean qualifyNames,
boolean fullSyntax)
GRANT CONNECT TO userid, ... |
java.lang.String |
SybaseASADdlBuilder.dropAuthorizationId(AuthorizationIdentifier authId,
boolean quoteIdentifiers,
boolean qualifyNames)
REVOKE CONNECT FROM userid, ... |
Uses of AuthorizationIdentifier in org.eclipse.datatools.enablement.sybase.asa.models.sybaseasabasesqlmodel |
---|
Subinterfaces of AuthorizationIdentifier in org.eclipse.datatools.enablement.sybase.asa.models.sybaseasabasesqlmodel | |
---|---|
interface |
SybaseASABaseGroup
A representation of the model object 'Sybase ASA Base Group'. |
interface |
SybaseASABaseUser
A representation of the model object 'Sybase ASA Base User'. |
Uses of AuthorizationIdentifier in org.eclipse.datatools.enablement.sybase.asa.models.sybaseasabasesqlmodel.impl |
---|
Classes in org.eclipse.datatools.enablement.sybase.asa.models.sybaseasabasesqlmodel.impl that implement AuthorizationIdentifier | |
---|---|
class |
SybaseASABaseGroupImpl
An implementation of the model object 'Sybase ASA Base Group'. |
class |
SybaseASABaseUserImpl
An implementation of the model object 'Sybase ASA Base User'. |
Uses of AuthorizationIdentifier in org.eclipse.datatools.enablement.sybase.asa.models.sybaseasabasesqlmodel.util |
---|
Methods in org.eclipse.datatools.enablement.sybase.asa.models.sybaseasabasesqlmodel.util with parameters of type AuthorizationIdentifier | |
---|---|
java.lang.Object |
SybaseasabasesqlmodelSwitch.caseAuthorizationIdentifier(AuthorizationIdentifier object)
Returns the result of interpreting the object as an instance of 'Authorization Identifier'. |
Uses of AuthorizationIdentifier in org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples.commonui.privilege |
---|
Methods in org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples.commonui.privilege with parameters of type AuthorizationIdentifier | |
---|---|
Privilege[] |
IPrivilegeStateLookup.getInheritedPrivileges(java.util.List authids,
AuthorizationIdentifier authid,
SQLObject sqlObj,
java.lang.String action)
Returns the inherited privileges |
IPrivilegeState |
IPrivilegeStateLookup.getPrivilegeState(java.util.List authids,
AuthorizationIdentifier authid,
SQLObject sqlObj,
java.lang.String action)
Returns the privileges state of the given authorization identifier (user, group or role) for the given SQL object with action type specified |
IPrivilegeState[] |
IPrivilegeStateLookup.getReachableStates(IPrivilegeState initialState,
AuthorizationIdentifier authId)
Returns the reachable states of the given state |
boolean |
IPrivilegeStateLookup.hasInheritedPrivilege(java.util.List authids,
AuthorizationIdentifier authid,
SQLObject sqlObj,
java.lang.String action)
Checks if the given authorization identifier (user, group or role) has inherited privilge for the given SQL object with action type specified |
abstract void |
PrivilegesDetailPage.modify(AuthorizationIdentifier authid,
SQLObject sqlObj,
java.lang.String action,
Privilege p,
java.lang.String selectString,
org.eclipse.jface.viewers.CellEditor currentEditor,
java.lang.Object value)
Modify the model based on the user's selection |
Uses of AuthorizationIdentifier in org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples.routineeditor.pages.privilege |
---|
Methods in org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples.routineeditor.pages.privilege with parameters of type AuthorizationIdentifier | |
---|---|
Privilege[] |
ASARoutinePrivilegeStateLookup.getInheritedPrivileges(java.util.List authids,
AuthorizationIdentifier authid,
SQLObject sqlObj,
java.lang.String action)
|
IPrivilegeState |
ASARoutinePrivilegeStateLookup.getPrivilegeState(java.util.List authids,
AuthorizationIdentifier authid,
SQLObject sqlObj,
java.lang.String action)
|
IPrivilegeState[] |
ASARoutinePrivilegeStateLookup.getReachableStates(IPrivilegeState initialState,
AuthorizationIdentifier authId)
|
boolean |
ASARoutinePrivilegeStateLookup.hasInheritedPrivilege(java.util.List authids,
AuthorizationIdentifier authid,
SQLObject sqlObj,
java.lang.String action)
|
void |
RoutinePrivilegesDetailPage.modify(AuthorizationIdentifier authid,
SQLObject sqlObj,
java.lang.String action,
Privilege p,
java.lang.String selectString,
org.eclipse.jface.viewers.CellEditor currentEditor,
java.lang.Object value)
|
Uses of AuthorizationIdentifier in org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples.tableeditor.pages.privileges |
---|
Methods in org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples.tableeditor.pages.privileges with parameters of type AuthorizationIdentifier | |
---|---|
Privilege[] |
ASAPrivilegeStateLookup.getInheritedPrivileges(java.util.List authids,
AuthorizationIdentifier authid,
SQLObject sqlObj,
java.lang.String action)
|
IPrivilegeState |
ASAPrivilegeStateLookup.getPrivilegeState(java.util.List authids,
AuthorizationIdentifier authid,
SQLObject sqlObj,
java.lang.String action)
|
IPrivilegeState[] |
ASAPrivilegeStateLookup.getReachableStates(IPrivilegeState initialState,
AuthorizationIdentifier authid)
|
boolean |
ASAPrivilegeStateLookup.hasInheritedPrivilege(java.util.List authids,
AuthorizationIdentifier authid,
SQLObject sqlObj,
java.lang.String action)
|
void |
ASATablePrivilegesDetailPage.modify(AuthorizationIdentifier authid,
SQLObject sqlObj,
java.lang.String action,
Privilege p,
java.lang.String selectString,
org.eclipse.jface.viewers.CellEditor currentEditor,
java.lang.Object value)
|
void |
ASAColumnPrivilegesDetailPage.modify(AuthorizationIdentifier authid,
SQLObject sqlObj,
java.lang.String action,
Privilege p,
java.lang.String selectString,
org.eclipse.jface.viewers.CellEditor currentEditor,
java.lang.Object value)
|
Uses of AuthorizationIdentifier in org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples.utils |
---|
Methods in org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples.utils that return AuthorizationIdentifier | |
---|---|
static AuthorizationIdentifier |
PrivilegesUtil.getOriginalAuthid(AuthorizationIdentifier authid,
java.util.List authids)
Get the original authorization id from the cloned authorization id |
Methods in org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples.utils with parameters of type AuthorizationIdentifier | |
---|---|
static java.lang.String |
PrivilegesUtil.getDisplayString(java.util.List authids,
AuthorizationIdentifier authid,
SQLObject sqlObj,
java.lang.String action,
Privilege p)
Get the display string for the given privilege |
static Privilege[] |
PrivilegesUtil.getInheritedPrivilege(java.util.List authids,
AuthorizationIdentifier authid,
SQLObject sqlObj,
java.lang.String action)
|
static AuthorizationIdentifier |
PrivilegesUtil.getOriginalAuthid(AuthorizationIdentifier authid,
java.util.List authids)
Get the original authorization id from the cloned authorization id |
static Privilege |
PrivilegesUtil.getPrivilege(AuthorizationIdentifier authid,
SQLObject obj,
java.lang.String action)
Returns the privilege of the given SQL object owned by the given authid with action specified |
static IPrivilegeState |
PrivilegesUtil.getPrivilegeState(java.util.List authids,
AuthorizationIdentifier authid,
SQLObject sqlObj,
java.lang.String action)
|
static Privilege[] |
PrivilegesUtil.getReceivedRolePrivilege(AuthorizationIdentifier user,
SQLObject obj,
java.lang.String action)
|
static java.util.List |
PrivilegesUtil.getReceivedSQLObjectPrivileges(AuthorizationIdentifier authid,
SQLObject obj)
Returns all privileges of the given SQL object owned by the given authid |
static boolean |
PrivilegesUtil.hasInheritedPrivilege(java.util.List authids,
AuthorizationIdentifier authid,
SQLObject sqlObj,
java.lang.String action)
|
Uses of AuthorizationIdentifier in org.eclipse.datatools.enablement.sybase.ase.models.sybaseasesqlmodel |
---|
Subinterfaces of AuthorizationIdentifier in org.eclipse.datatools.enablement.sybase.ase.models.sybaseasesqlmodel | |
---|---|
interface |
SybaseASEGroup
A representation of the model object 'Sybase ASE Group'. |
interface |
SybaseASERole
A representation of the model object 'Sybase ASE Role'. |
interface |
SybaseASEUser
A representation of the model object 'Sybase ASE User'. |
Uses of AuthorizationIdentifier in org.eclipse.datatools.enablement.sybase.ase.models.sybaseasesqlmodel.impl |
---|
Classes in org.eclipse.datatools.enablement.sybase.ase.models.sybaseasesqlmodel.impl that implement AuthorizationIdentifier | |
---|---|
class |
SybaseASEGroupImpl
An implementation of the model object 'Sybase ASE Group'. |
class |
SybaseASERoleImpl
An implementation of the model object 'Sybase ASE Role'. |
class |
SybaseASEUserImpl
An implementation of the model object 'Sybase ASE User'. |
Uses of AuthorizationIdentifier in org.eclipse.datatools.enablement.sybase.ase.models.sybaseasesqlmodel.util |
---|
Methods in org.eclipse.datatools.enablement.sybase.ase.models.sybaseasesqlmodel.util with parameters of type AuthorizationIdentifier | |
---|---|
java.lang.Object |
SybaseasesqlmodelSwitch.caseAuthorizationIdentifier(AuthorizationIdentifier object)
Returns the result of interpreting the object as an instance of 'Authorization Identifier'. |
Uses of AuthorizationIdentifier in org.eclipse.datatools.enablement.sybase.ddl |
---|
Methods in org.eclipse.datatools.enablement.sybase.ddl with parameters of type AuthorizationIdentifier | |
---|---|
java.lang.String[] |
SybaseDdlBuilderWrapper.createAuthorizationId(AuthorizationIdentifier authId,
boolean quoteIdentifiers,
boolean qualifyNames,
boolean fullSyntax)
|
abstract java.lang.String[] |
SybaseDdlBuilder.createAuthorizationId(AuthorizationIdentifier authId,
boolean quoteIdentifiers,
boolean qualifyNames,
boolean fullSyntax)
|
java.lang.String |
SybaseDdlBuilderWrapper.dropAuthorizationId(AuthorizationIdentifier authId,
boolean quoteIdentifiers,
boolean qualifyNames)
|
abstract java.lang.String |
SybaseDdlBuilder.dropAuthorizationId(AuthorizationIdentifier authId,
boolean quoteIdentifiers,
boolean qualifyNames)
|
Uses of AuthorizationIdentifier in org.eclipse.datatools.enablement.sybase.models.sybasesqlmodel |
---|
Subinterfaces of AuthorizationIdentifier in org.eclipse.datatools.enablement.sybase.models.sybasesqlmodel | |
---|---|
interface |
SybaseAuthorizationIdentifier
A representation of the model object 'Sybase Authorization Identifier'. |
Uses of AuthorizationIdentifier in org.eclipse.datatools.enablement.sybase.models.sybasesqlmodel.impl |
---|
Classes in org.eclipse.datatools.enablement.sybase.models.sybasesqlmodel.impl that implement AuthorizationIdentifier | |
---|---|
class |
SybaseAuthorizationIdentifierImpl
An implementation of the model object 'Sybase Authorization Identifier'. |
Uses of AuthorizationIdentifier in org.eclipse.datatools.enablement.sybase.models.sybasesqlmodel.util |
---|
Methods in org.eclipse.datatools.enablement.sybase.models.sybasesqlmodel.util with parameters of type AuthorizationIdentifier | |
---|---|
java.lang.Object |
SybasesqlmodelSwitch.caseAuthorizationIdentifier(AuthorizationIdentifier object)
Returns the result of interpreting the object as an instance of 'Authorization Identifier'. |
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 |
RoleAuthorization.getGrantee()
Returns the value of the 'Grantee' reference. |
AuthorizationIdentifier |
Privilege.getGrantee()
Returns the value of the 'Grantee' container reference. |
AuthorizationIdentifier |
RoleAuthorization.getGrantor()
Returns the value of the 'Grantor' reference. |
AuthorizationIdentifier |
Privilege.getGrantor()
Returns the value of the 'Grantor' reference. |
Methods in org.eclipse.datatools.modelbase.sql.accesscontrol with parameters of type AuthorizationIdentifier | |
---|---|
void |
RoleAuthorization.setGrantee(AuthorizationIdentifier value)
Sets the value of the ' Grantee ' reference. |
void |
Privilege.setGrantee(AuthorizationIdentifier value)
Sets the value of the ' Grantee ' container reference. |
void |
RoleAuthorization.setGrantor(AuthorizationIdentifier value)
Sets the value of the ' Grantor ' reference. |
void |
Privilege.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 |
org.eclipse.datatools.modelbase.sql.accesscontrol.impl.AuthorizationIdentifierImpl
|
class |
org.eclipse.datatools.modelbase.sql.accesscontrol.impl.GroupImpl
|
class |
org.eclipse.datatools.modelbase.sql.accesscontrol.impl.RoleImpl
|
class |
org.eclipse.datatools.modelbase.sql.accesscontrol.impl.UserImpl
|
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 interpreting 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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |