Uses of Class
com.metamatrix.api.exception.security.AuthorizationException

Packages that use AuthorizationException
com.metamatrix.api.exception.security   
com.metamatrix.platform.admin.api   
com.metamatrix.server.admin.api   
 

Uses of AuthorizationException in com.metamatrix.api.exception.security
 

Subclasses of AuthorizationException in com.metamatrix.api.exception.security
 class AuthorizationMgmtException
           
 

Uses of AuthorizationException in com.metamatrix.platform.admin.api
 

Methods in com.metamatrix.platform.admin.api that throw AuthorizationException
 Host ConfigurationAdminAPI.addHost(java.lang.String hostName, java.util.Properties properties)
          Add a host to the Configuration
 void AuthorizationAdminAPI.addPrincipalsToRole(java.util.Set principals, java.lang.String roleName)
          Add the given set of principals to the given role.
 ExtensionModuleDescriptor ExtensionSourceAdminAPI.addSource(java.lang.String type, java.lang.String sourceName, byte[] source, java.lang.String description, boolean enabled)
          Adds an extension source to the end of the list of sources
 void ConfigurationAdminAPI.baselineCurrentConfiguration()
          Baselines the realtime portion of the current (operational) configuration into the next-startup configuration.
 void RuntimeStateAdminAPI.bounceServer()
          Shutdown server and restart.
 java.util.List ConfigurationAdminAPI.checkPropertiesDecryptable(java.util.List defns)
          Check whether the encrypted properties for the specified ComponentDefns can be decrypted.
 void ConfigurationAdminAPI.clearHistory()
          Clear the history of all actions without undoing any of them.
 java.lang.Boolean AuthorizationAdminAPI.containsPolicy(AuthorizationPolicyID policyID)
          Return whether there is an existing policy with the specified ID.
 ConfigurationObjectEditor ConfigurationAdminAPI.createEditor()
          Returns a ConfigurationObjectEditor to perform editing operations on a configuration type object.
 AuthorizationEditor AuthorizationAdminAPI.createEditor()
          Returns a AuthorizationObjectEditor to perform editing operations on a entitlement type object.
 java.util.Set ConfigurationAdminAPI.executeInsertTransaction(ConfigurationID assignConfigurationID, java.util.List actions)
          Execute a list of insert actions and for actions on objects of type ComponentDefn or DeployedComponent object, it will have its configuration id resassigned, and optionally return the set of objects or object IDs that were affected/modified by the action.
 java.util.Set ConfigurationAdminAPI.executeTransaction(ActionDefinition action)
          Execute as a single transaction the specified action, and optionally return the set of objects or object IDs that were affected/modified by the action.
 java.util.Set ConfigurationAdminAPI.executeTransaction(java.util.List actions)
          Execute a list of actions, and optionally return the set of objects or object IDs that were affected/modified by the action.
 java.util.Set AuthorizationAdminAPI.executeTransaction(java.util.List actions)
          Execute as a single transaction with the specified actions, and return the set of IDs for the objects that were affected/modified by the action.
 java.util.Collection AuthorizationAdminAPI.findAllPolicyIDs()
          Locate the IDs of all of the policies that are accessible by the caller.
 java.util.Collection AuthorizationAdminAPI.findPolicyIDs(java.util.Collection principals)
          Locate the IDs of all of the policies that apply to the specified principal and that are accessible by the caller.
 int SessionAdminAPI.getActiveConnectionsCountForProduct(java.lang.String product)
          Get the count of all active connections to a product.
 java.util.Collection SessionAdminAPI.getActiveSessions()
          Get the collection of active user sessions on the system.
 int SessionAdminAPI.getActiveSessionsCount()
          Get the count of active user sessions on the system.
 java.util.Collection ConfigurationAdminAPI.getAllComponentTypeDefinitions(ComponentTypeID componentTypeID)
          Returns the all component type definitions for the specified ComponentTypeID.
 java.util.Collection ConfigurationAdminAPI.getAllComponentTypes(boolean includeDeprecated)
          Returns a List of type ComponentType that represents all the ComponentTypes defined.
 java.util.Collection ConfigurationAdminAPI.getAllGlobalConfigObjects()
          This method will return a Collection of objects that represent the set of global configuration objects currently represented in the configuration database.
 java.util.Collection ConfigurationAdminAPI.getAllProductTypes(boolean includeDeprecated)
          Returns a List of type ProductType that represents all the ProductTypes defined.
 ComponentDefn ConfigurationAdminAPI.getComponentDefn(ConfigurationID configurationID, ComponentDefnID componentDefnID)
          Returns a ComponentDefn for the specified ComponentDefnID.
 java.util.Collection ConfigurationAdminAPI.getComponentDefns(java.util.Collection componentDefnIDs, ConfigurationID configurationID)
          Returns a collection of ComponentDefns for the specified collection of ComponentDefnIDs and ConfigurationID.
 ComponentType ConfigurationAdminAPI.getComponentType(ComponentTypeID id)
          Returns a ComponentType for the specified ComponentTypeID
 java.util.Map ConfigurationAdminAPI.getComponentTypeDefinitions(java.util.Collection componentIDs)
          Returns a Map of component type definitions for each ComponentTypeID that is contained in the passed Collection.
 java.util.Collection ConfigurationAdminAPI.getComponentTypeDefinitions(ComponentTypeID componentTypeID)
          Returns the component type definitions for the specified ComponentTypeID.
 Configuration ConfigurationAdminAPI.getConfiguration(java.lang.String configName)
          Returns the named Configuration.
 java.util.Collection ConfigurationAdminAPI.getConfigurationAndDependents(ConfigurationID configID)
          Returns a Collection containing the Configuration object for the specified ConfigurationID id, and also any dependant objects needed to fully define this configuration, such as Host objects, ComponentType objects, and ComponentTypeDefn objects.
 ConfigurationModelContainer ConfigurationAdminAPI.getConfigurationModel(java.lang.String configName)
          Returns the current ConfigurationModelContainer.
 Configuration ConfigurationAdminAPI.getCurrentConfiguration()
          Returns the current deployed Configuration.
 ConfigurationID ConfigurationAdminAPI.getCurrentConfigurationID()
          Returns the ConfigurationID for the current configuration.
 java.util.List MembershipAdminAPI.getDomainNames()
           
 java.util.List AuthorizationAdminAPI.getElementEntitlements(AuthorizationRealm realm, java.lang.String elementNamePattern)
          Returns a List of entitlements to the given element pattern in the given realm.
 java.util.List AuthorizationAdminAPI.getGroupEntitlements(AuthorizationRealm realm, java.lang.String fullyQualifiedGroupName)
          Returns a List of entitlements to the given fully qualified group name in the given realm.
 java.util.Collection MembershipAdminAPI.getGroupPrincipalNames()
           
 MultipleRequestConfirmation MembershipAdminAPI.getGroupPrincipals(java.util.Collection groupNames)
           
 java.util.Set MembershipAdminAPI.getGroupsForDomain(java.lang.String domainName)
           
 java.util.List ConfigurationAdminAPI.getHistory()
          Get the history of actions executed in transactions by this editor.
 int ConfigurationAdminAPI.getHistoryLimit()
          Set the limit on the number of actions in the history.
 int ConfigurationAdminAPI.getHistorySize()
          Get the number of actions that are currently in the history.
 Host ConfigurationAdminAPI.getHost(HostID hostID)
          Returns a Host for the specified HostID.
 java.util.Collection ConfigurationAdminAPI.getHosts()
          Returns a Collection of currently defined hosts.
 java.util.List RuntimeStateAdminAPI.getHosts()
          Return all hosts running in mm system.
 java.util.List RuntimeStateAdminAPI.getLogEntries(java.util.Date startTime, java.util.Date endTime, java.util.List levels, java.util.List contexts, int maxRows)
          Get the log entries that match the specified criteria.
 java.util.Collection ConfigurationAdminAPI.getMonitoredComponentTypes(boolean includeDeprecated)
          Returns a List of type ComponentType .
 Configuration ConfigurationAdminAPI.getNextStartupConfiguration()
          Returns the current deployed Configuration.
 ConfigurationID ConfigurationAdminAPI.getNextStartupConfigurationID()
          Returns the ID of the next startup Configuration, which should reflect the desired runtime state of the system.
 java.util.Collection AuthorizationAdminAPI.getPolicies(java.util.Collection policyIDs)
          Locate the policies that have the specified IDs.
 AuthorizationPolicy AuthorizationAdminAPI.getPolicy(AuthorizationPolicyID policyID)
          Locate the policy that has the specified ID.
 java.util.Collection AuthorizationAdminAPI.getPolicyIDsForResourceInRealm(AuthorizationRealm realm, java.lang.String resourceName)
          Returns a Collection of AuthorizationPolicyIDs that have AuthorizationPermissions on the given resource that exists in the given AuthorizationRealm.
 java.util.Collection AuthorizationAdminAPI.getPolicyIDsInPartialRealm(AuthorizationRealm realm)
          Returns a Collection of AuthorizationPolicyIDs that have AuthorizationPermissions that exist in the given partial AuthorizationRealm.
The implementation is such that all AuthorizationPolicyIDs whose AuthorizationRealm starts with the given AuthorizationRealm are returned.
 java.util.Collection AuthorizationAdminAPI.getPolicyIDsInRealm(AuthorizationRealm realm)
          Returns a Collection of AuthorizationPolicyIDs in the given AuthorizationRealm.
 java.util.Collection AuthorizationAdminAPI.getPolicyIDsWithPermissionsInRealm(AuthorizationRealm realm)
          Returns a Collection of AuthorizationPolicyIDs that have AuthorizationPermissions in the given AuthorizationRealm.
NOTE: It is the responsibility of the caller to determine which of the AuthorizationPolicy's AuthorizationPermissions are actually in the given AuthorizationRealm.
 MetaMatrixPrincipal SessionAdminAPI.getPrincipal(MetaMatrixSessionID userSessionID)
          Get the information for the account to which the specified session has been authenticated.
 java.util.Collection AuthorizationAdminAPI.getPrincipalsForRole(java.lang.String roleName)
          Returns a collection MetaMatrixPrincipalName objects containing the name of the principal along with its type which belong to the given role.
 ProcessStatistics RuntimeStateAdminAPI.getProcessStatistics(java.lang.String hostName, java.lang.String processName)
          Return VMStatistics object for Process.
 java.util.Collection ConfigurationAdminAPI.getProducts()
          Obtain the Collection of ReleaseInfo objects which represent the products of the system.
 PscID RuntimeStateAdminAPI.getPscIDByName(java.lang.String hostName, java.lang.String processName, java.lang.String pscName)
          Return the PscID by Name
 java.util.Collection AuthorizationAdminAPI.getRealmNames()
          Obtain the names of all of the realms known to the system.
 java.util.Collection ConfigurationAdminAPI.getResources()
          Returns a Collection of ResourceDescriptor for all internal resources defined to the system.
 java.util.Collection ConfigurationAdminAPI.getResources(ComponentTypeID componentTypeID)
          Returns a Collection of ResourceDescriptor that are of the specified resource type.
 java.util.Map AuthorizationAdminAPI.getRoleDescriptions()
          Obtain the names of all of the roles and their descriptions known to the system.
 java.util.Collection AuthorizationAdminAPI.getRoleNamesForPrincipal(MetaMatrixPrincipalName principal)
          Returns a Collection of String names of MetaMatrix roles to which the given principal is assigned.
 java.util.Date RuntimeStateAdminAPI.getServerStartTime()
          Returns a Date object representing the time the server was started.
 ServiceID RuntimeStateAdminAPI.getServiceIDByName(java.lang.String hostName, java.lang.String processName, java.lang.String serviceName)
          Return the ServiceID by Name
 java.util.Collection RuntimeStateAdminAPI.getServiceQueueStatistics(ServiceID serviceID)
          Return Collection of QueueStats for service.
 WorkerPoolStats RuntimeStateAdminAPI.getServiceQueueStatistics(ServiceID serviceID, java.lang.String queueName)
          Return QueueStats object for queue.
 java.util.List RuntimeStateAdminAPI.getServices()
          Return all services running in mm system.
 byte[] ExtensionSourceAdminAPI.getSource(java.lang.String sourceName)
          Retrieves an extension source in byte[] form
 ExtensionModuleDescriptor ExtensionSourceAdminAPI.getSourceDescriptor(java.lang.String sourceName)
          Returns the ExtensionSourceDescriptor object for the extension source indicated by sourceName
 java.util.List ExtensionSourceAdminAPI.getSourceDescriptors()
          Returns List of ExtensionSourceDescriptor objects, in order of their search ordering
 java.util.List ExtensionSourceAdminAPI.getSourceDescriptors(java.lang.String type)
          Returns List of ExtensionSourceDescriptor objects of indicated type, in order of their search ordering
 java.util.List ExtensionSourceAdminAPI.getSourceNames()
          Returns List (of Strings) of all extension source names, in order of their search ordering
 java.util.Collection ExtensionSourceAdminAPI.getSourceTypes()
          Returns List (of Strings) of all extension source types currently supported.
 Configuration ConfigurationAdminAPI.getStartupConfiguration()
          Returns the current deployed Configuration.
 ConfigurationID ConfigurationAdminAPI.getStartupConfigurationID()
          Returns the ID of the startup Configuration, which should reflect the desired runtime state of the system.
 SystemState RuntimeStateAdminAPI.getSystemState()
          Return the running state of the system.
 MetaMatrixPrincipal MembershipAdminAPI.getUserPrincipal(java.lang.String principalName)
           
 MultipleRequestConfirmation MembershipAdminAPI.getUserPrincipals(java.util.Collection userNames)
           
 java.util.List RuntimeStateAdminAPI.getVMControllerBindings()
          Returns a list that contains all of the VMControllerBindings for all the VMControllers running in the MetaMatrix system.
 boolean AuthorizationAdminAPI.isCallerInRole(SessionToken caller, java.lang.String roleName)
          Verify that caller is in the specified logical role.
 java.lang.Boolean SessionAdminAPI.isSessionValid(MetaMatrixSessionID userSessionID)
           
 boolean ExtensionSourceAdminAPI.isSourceExists(java.lang.String sourceName)
          Checks if the extension module exists.
 boolean RuntimeStateAdminAPI.isSystemStarted()
          Return TRUE if the system is started; i.e.
 void AuthorizationAdminAPI.removePolicy(AuthorizationPolicyID policyID)
          Remove the policy with the specified ID.
 java.lang.Boolean AuthorizationAdminAPI.removePrincipalFromAllPolicies(MetaMatrixPrincipalName principal)
          Remove given Principal from ALL AuthorizationPolicies to which he belongs.
 void AuthorizationAdminAPI.removePrincipalsFromRole(java.util.Set principals, java.lang.String roleName)
          Remove the given set of principals from the given role.
 void ExtensionSourceAdminAPI.removeSource(java.lang.String sourceName)
          Deletes a source from the list of sources
 void RuntimeStateAdminAPI.restartService(ServiceID serviceID)
          Restart a failed or stopped service.
 void ConfigurationAdminAPI.saveResources(java.util.Collection resourceDescriptors)
          Save the resource changes based on each ResourceDescriptor in the collection.
 java.util.List ExtensionSourceAdminAPI.setEnabled(java.util.Collection sourceNames, boolean enabled)
          Sets the "enabled" (for searching) property of all of the indicated extension sources.
 void ConfigurationAdminAPI.setHistoryLimit(int maximumHistoryCount)
          Set the limit on the number of actions in the history.
 void RuntimeStateAdminAPI.setLoggingConfiguration(Configuration config, LogConfiguration logConfig, java.util.List actions)
          Sets the LogConfiguration on the given Configuration.
 void RuntimeStateAdminAPI.setLoggingConfiguration(LogConfiguration logConfig, java.lang.String hostName, java.lang.String processName)
          Sets the LogConfiguration on the LogManager running in the given VM.
 java.util.List ExtensionSourceAdminAPI.setSearchOrder(java.util.List sourceNames)
          Sets the positions in the search order of all sources (all sources must be included or an ExtensionSourceOrderingException will be thrown) The sourceNames List parameter should indicate the new desired order.
 ExtensionModuleDescriptor ExtensionSourceAdminAPI.setSource(java.lang.String sourceName, byte[] source)
          Updates the indicated extension source
 ExtensionModuleDescriptor ExtensionSourceAdminAPI.setSourceDescription(java.lang.String sourceName, java.lang.String description)
          Updates the indicated extension source's description
 ExtensionModuleDescriptor ExtensionSourceAdminAPI.setSourceName(java.lang.String sourceName, java.lang.String newName)
          Updates the indicated extension source's source name
 void RuntimeStateAdminAPI.shutdownServer()
          Gracefully shutdown server waiting for work to complete.
 void RuntimeStateAdminAPI.startHost(java.lang.String host)
          Start up all processes and services for the host.
 void RuntimeStateAdminAPI.startProcess(java.lang.String host, java.lang.String process)
          Start up all process and services.
 void RuntimeStateAdminAPI.startPSC(PscID pscID)
          Start up all services in psc.
 void RuntimeStateAdminAPI.stopHost(java.lang.String host)
          Stop host processes/services once work is complete.
 void RuntimeStateAdminAPI.stopHostNow(java.lang.String host)
          Stop host processes/services now.
 void RuntimeStateAdminAPI.stopProcess(java.lang.String hostname, java.lang.String processName, boolean now)
          Stop process once work is complete.
 void RuntimeStateAdminAPI.stopPSC(PscID pscID)
          Stop up all services in psc, waiting for work to complete.
 void RuntimeStateAdminAPI.stopPSCNow(PscID pscID)
          Stop up all services in psc now.
 void RuntimeStateAdminAPI.stopService(ServiceID serviceID)
          Stop service once work is complete.
 void RuntimeStateAdminAPI.stopServiceNow(ServiceID serviceID)
          Stop service now.
 void RuntimeStateAdminAPI.synchronizeServer()
          Synchronize running services with runtime configuration.
 void SessionAdminAPI.terminateSession(MetaMatrixSessionID userSessionID)
           
 java.util.Set ConfigurationAdminAPI.undoActionsAsTransaction(int numberOfActions)
          Undo the specified number of previously-committed transactions.
 

Uses of AuthorizationException in com.metamatrix.server.admin.api
 

Methods in com.metamatrix.server.admin.api that throw AuthorizationException
 void QueryAdminAPI.cancelRequest(RequestID requestID)
          Cancel a single query.
 void QueryAdminAPI.cancelRequest(RequestID requestID, int nodeID)
          Cancel an atomic query for the user session.
 void QueryAdminAPI.cancelRequests(MetaMatrixSessionID userSessionID)
          Cancel all queries for the user session.
 java.util.Collection QueryAdminAPI.getAllRequests()
          Return all queries that are in the system.
 java.util.Collection TransactionAdminAPI.getAllTransactions()
          Return all transactions that are in the system.
 java.util.Map RuntimeMetadataAdminAPI.getConnectorBindingNames(VirtualDatabaseID vdbID)
          Get connector binding names for a given virtual database.
 PermissionDataNode RuntimeMetadataAdminAPI.getDataNodes(java.lang.String vDBName, java.lang.String vDBVersion)
          Get the tree of data nodes that make op a VDB.
 PermissionDataNode RuntimeMetadataAdminAPI.getEntitlementTree(java.lang.String vDBName, java.lang.String vDBVersion, AuthorizationPolicyID policyID)
          Returns the entitlement tree for a given VDB version.
 VirtualDatabase RuntimeMetadataAdminAPI.getLatestVirtualDatabase(java.lang.String vdbName)
          Returns the latestVirtualDatabase for the specified vdbName.
 MaterializationLoadScripts RuntimeMetadataAdminAPI.getMaterializationScripts(ConnectorBinding materializationConnector, VDBDefn vdb, java.lang.String mmHost, java.lang.String mmPort, java.lang.String materializationUserName, java.lang.String materializationUserPwd, java.lang.String metamatrixUserName, java.lang.String metamatrixUserPwd)
          Get the MaterializationLoadScripts for all materialized views in the materialization model in this VDB.
 java.util.Map RuntimeMetadataAdminAPI.getModelVisibilityLevels(VirtualDatabaseID vdbID)
          Get the visibility levels for models in a given virtual database.
 java.util.Collection QueryAdminAPI.getRequestsForSession(MetaMatrixSessionID userSessionID)
          Return all queries that are currently being processed for the user session.
 byte[] RuntimeMetadataAdminAPI.getVDB(VirtualDatabaseID vdbID)
          Call to obtain the VDB Definition that can be used for importing or exporting.
 java.util.Collection RuntimeMetadataAdminAPI.getVDBModels(VirtualDatabaseID vdbID)
          Returns a sorted Collection of type Model that represents all the models that where deployed in the specified virtual database.
 java.util.Collection RuntimeMetadataAdminAPI.getVDBsForConnectorBinding(java.lang.String routingID)
          Given a routing ID, find all VDBs whose models use the connector binding.
 VirtualDatabase RuntimeMetadataAdminAPI.getVirtualDatabase(VirtualDatabaseID vdbID)
          Returns the VirtualDatabase specified by the VirtualDatabaseID.
 java.util.Collection RuntimeMetadataAdminAPI.getVirtualDatabases()
          Returns a Collection of all the VirtualDatabases in the system.
 VirtualDatabase RuntimeMetadataAdminAPI.importVDB(byte[] vdbStream)
          Call to import a VDB
 void RuntimeMetadataAdminAPI.markVDBForDelete(VirtualDatabaseID vdbID)
          Mark a VirtualDataBase (VDB) for deletion.
 java.util.Map RuntimeMetadataAdminAPI.migrateConnectorBindingNames(VirtualDatabase sourceVDB, VDBDefn vdb)
          Migrate connector binding names from models in a virtual database, filling in connector binding names possible for the models in the DTCInfo.
 EntitlementMigrationReport RuntimeMetadataAdminAPI.migrateEntitlements(VirtualDatabase targetVDB, char[] dataRoleContents, boolean overwriteExisting)
          Migrate as many existing entitlements as possible from a supplied roles file to a newly deployed VDB.
 EntitlementMigrationReport RuntimeMetadataAdminAPI.migrateEntitlements(VirtualDatabase sourceVDB, VirtualDatabase targetVDB)
          Migrate as many existing entitlements as possible to a newly deployed VDB.
 void RuntimeMetadataAdminAPI.setConnectorBindingNames(VirtualDatabaseID vdbID, java.util.Map modelnamesAndConnectorBindingNames)
          Set connector binding names for models in a virtual database.
 void RuntimeMetadataAdminAPI.setVDBState(VirtualDatabaseID vdbID, short state)
          Updates the VirtualDatabase state.
 void TransactionAdminAPI.terminateAllTransactions(MetaMatrixSessionID userSessionID)
          Terminate all transactions for the user session.
 void TransactionAdminAPI.terminateTransaction(TransactionID transactionID)
          Terminate a transaction.
 void RuntimeMetadataAdminAPI.updateVirtualDatabase(VirtualDatabase vdb)
          Update a modified VirtualDataBase.
 boolean RuntimeMetadataAdminAPI.validateConnectorBindingForMaterialization(ConnectorBinding materializationConnector)
          Validate the given connector binding is capable for connectivity to a Materialization.
 



Copyright © 2009. All Rights Reserved.