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

Packages that use AuthorizationException
com.metamatrix.admin.server   
com.metamatrix.api.exception.security   
com.metamatrix.console.models   
com.metamatrix.console.security   
com.metamatrix.console.ui.views.entitlements   
com.metamatrix.console.ui.views.users   
com.metamatrix.platform.admin.api   
com.metamatrix.platform.admin.apiimpl   
com.metamatrix.platform.security.api.service   
com.metamatrix.platform.security.authorization.service   
com.metamatrix.platform.security.session.service   
com.metamatrix.server.admin.api   
com.metamatrix.server.admin.apiimpl   
 

Uses of AuthorizationException in com.metamatrix.admin.server
 

Methods in com.metamatrix.admin.server that throw AuthorizationException
protected  ServiceComponentDefn ServerConfigAdminImpl.getServiceByID(ServiceComponentDefnID serviceID)
           
protected  ServiceComponentDefn ServerConfigAdminImpl.getServiceByName(java.lang.String serviceName)
           
 

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.console.models
 

Methods in com.metamatrix.console.models that throw AuthorizationException
 void GroupsManager.addPrincipalsToRole(java.util.Collection principals, java.lang.String role)
          Add collection of PrincipalNames to a Role
 void EntitlementManager.changeAPolicy(PermissionDataNodeTreeView treeView, AuthorizationPolicy policy, java.lang.String newDescription, java.util.Collection addedGroupPrincipals, java.util.Collection removedGroupPrincipals, java.util.List changedPermissions)
           
 boolean ConfigurationManager.checkDecryptable(java.util.List bindings)
          Check whether the encrypted properties for the specified ConnectorBindings can be decrypted.
 void EntitlementManager.createNewEntitlement(java.lang.String entitlementName, java.lang.String entitlementDescription, java.lang.String vdbName, int vdbVersion, EntitlementsTableRowData dataNodesSameAsEntitlement, EntitlementsTableRowData principalsSameAsEntitlement)
           
 void EntitlementManager.deleteEntitlement(AuthorizationPolicyID id)
           
 boolean EntitlementManager.doesEntitlementExist(java.lang.String entName, java.lang.String vdbName, int vdbVersion)
           
 java.util.Collection ConfigurationManager.getAllCachedComponentTypeDefinitions(ComponentTypeID componentTypeID)
           
 java.util.Collection EntitlementManager.getAllEntitlements()
           
 java.util.Collection EntitlementManager.getAllVDBs()
           
 ComponentTypeDefn ConfigurationManager.getComponentTypeDefn(PropertyDefinition propertyDefinition, ComponentObject componentObject)
           
 ConfigurationID ResourceManager.getConfigurationID(int type)
           
 java.util.Collection ServerLogManager.getContextsForConfigurationIndex(int index)
           
 EntitlementInfo EntitlementManager.getEntitlementInfo(java.lang.String entName, java.lang.String vdbName, int vdbVersion)
           
 EntitlementsTableRowData[] EntitlementManager.getEntitlements()
           
 java.util.List EntitlementManager.getEntitlementsForVDB(java.lang.String vdbName, int vdbVersion)
           
 java.util.List ServerLogManager.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.
 int ServerLogManager.getLoggingLevelForConfigurationIndex(int index)
           
 Configuration PropertiesManager.getNextStartUpConfiguration()
           
 java.util.Collection PropertiesManager.getNextStartUpDefn()
           
 java.util.Properties PropertiesManager.getNSUProperties()
           
 AuthorizationPolicy EntitlementManager.getPolicy(AuthorizationPolicyID policyID)
          Obtains an AuthorizationPolicy.
 java.util.List EntitlementManager.getPolicyIDs()
           
 java.util.Collection EntitlementManager.getPrincipalsForEntitlement(AuthorizationPolicyID policyID)
           
 java.util.Collection GroupsManager.getPrincipalsForRole(java.lang.String roleName)
          Get Collection of Principals for the provided roleName.
 java.util.Map PropertiesManager.getProperties()
           
 java.lang.String PropertiesManager.getProperty(java.lang.String key)
           
 ResourcePropertiedObjectEditor ResourceManager.getResourcePropertiedObjectEditor()
           
 SharedResource[] ResourceManager.getResources()
           
 java.lang.String GroupsManager.getRoleDescription(java.lang.String roleName)
          Get Role description for the provided role name.
 RoleDisplay GroupsManager.getRoleDisplay(java.lang.String roleName)
          Get RoleDisplay for the provided role name from the roles Map.
 java.lang.String GroupsManager.getRoleDisplayName(java.lang.String roleName)
          Get Role displayName for the provided role name.
 java.util.Map GroupsManager.getRoles()
          Get map of Role name to RoleDisplay from the authorization api
 RoleDisplay[] GroupsManager.getRolesForPrincipal(MetaMatrixPrincipalName principalName)
          Get Collection of Roles for the provided MetaMatrixPrincipalName
 RoleDisplay[] GroupsManager.getRolesForPrincipal(MetaMatrixPrincipalName principal, boolean includeImplicit)
          Get Collection of Roles for the provided MetaMatrixPrincipals
 PermissionDataNodeTreeView EntitlementManager.getTreeViewForData(java.lang.String vdbName, int vdbVersion, AuthorizationPolicyID policyID)
           
 int[] EntitlementManager.getVersionsForVDB(java.lang.String vdbName)
           
 void GroupsManager.removePrincipalsFromRole(java.util.Collection principals, java.lang.String role)
          Remove collection of PrincipalNames from a Role
 void GroupsManager.removeRolesFromPrincipal(java.lang.String[] roles, MetaMatrixPrincipalName principal)
          Remove array of Roles from a principal
 void ServerLogManager.setContextsForConfigurationIndex(int index, java.util.Collection contexts)
           
 void ServerLogManager.setLoggingLevelForConfigurationIndex(int index, int level)
           
 void PropertiesManager.setProperty(java.lang.String name, java.lang.String value, Configuration cfg)
           
 void PropertiesManager.setProperty(java.lang.String name, java.lang.String value, int cfgNumber)
           
 ResourceDescriptor ConfigurationManager.updateResourcePropertyValue(ResourceDescriptor resourceDescriptor, java.lang.String propertyKey, java.lang.String propertyValue)
          Updates the resourceDescriptor with the new propertyValue and returns the updated resourceDescriptor.
 

Uses of AuthorizationException in com.metamatrix.console.security
 

Methods in com.metamatrix.console.security that throw AuthorizationException
static UserCapabilities UserCapabilities.createInstance()
          Create the one instance of this class.
 void UserCapabilities.init(ConnectionInfo conn)
          Initialize...
 

Uses of AuthorizationException in com.metamatrix.console.ui.views.entitlements
 

Methods in com.metamatrix.console.ui.views.entitlements that throw AuthorizationException
 void EntitlementsDataInterface.deleteEntitlement(AuthorizationPolicyID id)
           
 boolean EntitlementsPanel.doesEntitlementExist(java.lang.String entName, java.lang.String vdbName, int vdbVersion)
           
 boolean EntitlementsDataInterface.doesEntitlementExist(java.lang.String entName, java.lang.String vdbName, int vdbVErsion)
           
 java.util.Collection EntitlementsDataInterface.getAllVDBs()
           
 EntitlementInfo EntitlementsDataInterface.getEntitlementInfo(java.lang.String entName, java.lang.String vdbName, int vdbVersion)
           
 EntitlementsTableRowData[] EntitlementsDataInterface.getEntitlements()
           
 java.util.List EntitlementsDataInterface.getPolicyIDs()
           
 PermissionDataNodeTreeView EntitlementsDataInterface.getTreeViewForData(java.lang.String vdbName, int vdbVersion, AuthorizationPolicyID policyID)
           
 int[] EntitlementsDataInterface.getVersionsForVDB(java.lang.String vdbName)
           
 

Constructors in com.metamatrix.console.ui.views.entitlements that throw AuthorizationException
EntitlementsPanel(EntitlementsDataInterface ds, boolean showEditable, boolean showReadOnly, ConnectionInfo conn)
           
NewEntitlementController(EntitlementsPanel callr, EntitlementsDataInterface dataSrc)
           
NewEntitlementNamePanel(EntitlementsDataInterface dataSrc, NewEntitlementController ctrlr, WizardInterface wizardInterface)
           
 

Uses of AuthorizationException in com.metamatrix.console.ui.views.users
 

Constructors in com.metamatrix.console.ui.views.users that throw AuthorizationException
RolesList(GroupsManager mgr, NotifyOnSelectionChange ctrlr, boolean makeSelection)
          Constructor.
 

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

Methods in com.metamatrix.platform.admin.api that throw AuthorizationException
 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
 java.util.List ConfigurationAdminAPI.checkPropertiesDecryptable(java.util.List defns)
          Check whether the encrypted properties for the specified ComponentDefns can be decrypted.
 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.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 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.
 ComponentDefn ConfigurationAdminAPI.getComponentDefn(ConfigurationID configurationID, ComponentDefnID componentDefnID)
          Returns a ComponentDefn for the specified ComponentDefnID.
 ComponentType ConfigurationAdminAPI.getComponentType(ComponentTypeID id)
          Returns a ComponentType for the specified ComponentTypeID
 java.util.Collection ConfigurationAdminAPI.getComponentTypeDefinitions(ComponentTypeID componentTypeID)
          Returns the component type definitions for the specified ComponentTypeID.
 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.
 Host ConfigurationAdminAPI.getHost(HostID hostID)
          Returns a Host for the specified HostID.
 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.
 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.
 AuthorizationPolicy AuthorizationAdminAPI.getPolicy(AuthorizationPolicyID policyID)
          Locate the policy that has the specified ID.
 java.util.Collection AuthorizationAdminAPI.getPolicyIDsInRealm(AuthorizationRealm realm)
          Returns a Collection of AuthorizationPolicyIDs in the given AuthorizationRealm.
 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.getResources()
          Returns a Collection of ResourceDescriptor for all internal resources defined to the system.
 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.
 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.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.
 SystemState RuntimeStateAdminAPI.getSystemState()
          Return the running state of the system.
 java.util.List RuntimeStateAdminAPI.getVMControllerBindings()
          Returns a list that contains all of the VMControllerBindings for all the VMControllers running in the MetaMatrix system.
 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.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 RuntimeStateAdminAPI.setLoggingConfiguration(Configuration config, LogConfiguration logConfig, java.util.List actions)
          Sets the LogConfiguration on the given Configuration.
 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.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.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.
 

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

Methods in com.metamatrix.platform.admin.apiimpl that throw AuthorizationException
 void AuthorizationAdminAPIImpl.addPrincipalsToRole(java.util.Set principals, java.lang.String roleName)
          Add the given set of principals to the given role.
 ExtensionModuleDescriptor ExtensionSourceAdminAPIImpl.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
 java.util.List ConfigurationAdminAPIImpl.checkPropertiesDecryptable(java.util.List defns)
           
 java.lang.Boolean AuthorizationAdminAPIImpl.containsPolicy(AuthorizationPolicyID policyID)
           
 AuthorizationEditor AuthorizationAdminAPIImpl.createEditor()
          Returns a AuthorizationObjectEditor to perform editing operations on a entitlement type object.
 ConfigurationObjectEditor ConfigurationAdminAPIImpl.createEditor()
          Returns a ConfigurationObjectEditor to perform editing operations on a configuration type object.
 java.util.Set ConfigurationAdminAPIImpl.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 AuthorizationAdminAPIImpl.executeTransaction(java.util.List actions)
           
 java.util.Set ConfigurationAdminAPIImpl.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.Collection AuthorizationAdminAPIImpl.findAllPolicyIDs()
          Get all policyIDs in the system except those that we want to filter from the console.
 java.util.Collection ConfigurationAdminAPIImpl.getAllComponentTypeDefinitions(ComponentTypeID componentTypeID)
          Returns the all component type definitions for the specified ComponentTypeID.
 java.util.Collection ConfigurationAdminAPIImpl.getAllComponentTypes(boolean includeDeprecated)
          Returns a List of type ComponentType that represents all the ComponentTypes defined.
 ComponentDefn ConfigurationAdminAPIImpl.getComponentDefn(ConfigurationID configurationID, ComponentDefnID componentDefnID)
           
 ComponentType ConfigurationAdminAPIImpl.getComponentType(ComponentTypeID id)
          Returns a ComponentType for the specified ComponentTypeID
 java.util.Collection ConfigurationAdminAPIImpl.getComponentTypeDefinitions(ComponentTypeID componentTypeID)
          Returns the component type definitions for the specified ComponentTypeID.
 java.util.Collection ConfigurationAdminAPIImpl.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 ConfigurationAdminAPIImpl.getConfigurationModel(java.lang.String configName)
           
 Configuration ConfigurationAdminAPIImpl.getCurrentConfiguration()
          Returns the current deployed Configuration.
 Host ConfigurationAdminAPIImpl.getHost(HostID hostID)
          Returns a Host for the specified HostID.
 java.util.List RuntimeStateAdminAPIImpl.getLogEntries(java.util.Date startTime, java.util.Date endTime, java.util.List levels, java.util.List contexts, int maxRows)
           
 Configuration ConfigurationAdminAPIImpl.getNextStartupConfiguration()
          Returns the current deployed Configuration.
 ConfigurationID ConfigurationAdminAPIImpl.getNextStartupConfigurationID()
          Returns the ID of the next startup Configuration, which should reflect the desired runtime state of the system.
 AuthorizationPolicy AuthorizationAdminAPIImpl.getPolicy(AuthorizationPolicyID policyID)
           
 java.util.Collection AuthorizationAdminAPIImpl.getPolicyIDsInRealm(AuthorizationRealm realm)
          Returns a Collection of AuthorizationPolicyIDs in the given AuthorizationRealm.
 java.util.Collection AuthorizationAdminAPIImpl.getPrincipalsForRole(java.lang.String roleName)
           
 ProcessStatistics RuntimeStateAdminAPIImpl.getProcessStatistics(java.lang.String hostName, java.lang.String processName)
          Return VMStatistics object for Process.
 java.util.Collection ConfigurationAdminAPIImpl.getResources()
          Returns a Collection of ResourceDescriptor for all internal resources defined to the system.
 java.util.Map AuthorizationAdminAPIImpl.getRoleDescriptions()
           
 java.util.Collection AuthorizationAdminAPIImpl.getRoleNamesForPrincipal(MetaMatrixPrincipalName principal)
          Returns a Collection of String names of MetaMatrix roles to which the given principal is assigned.
 java.util.Date RuntimeStateAdminAPIImpl.getServerStartTime()
          Returns a Date object representing the time the server was started.
 ServiceID RuntimeStateAdminAPIImpl.getServiceIDByName(java.lang.String hostName, java.lang.String processName, java.lang.String serviceName)
           
 java.util.Collection RuntimeStateAdminAPIImpl.getServiceQueueStatistics(ServiceID serviceID)
          Return Collection of QueueStats for service.
 WorkerPoolStats RuntimeStateAdminAPIImpl.getServiceQueueStatistics(ServiceID serviceID, java.lang.String queueName)
          Return QueueStats object for queue.
 java.util.List<ServiceRegistryBinding> RuntimeStateAdminAPIImpl.getServices()
          Return serviceID's for all services running in mm system.
 ExtensionModuleDescriptor ExtensionSourceAdminAPIImpl.getSourceDescriptor(java.lang.String sourceName)
          Returns the ExtensionSourceDescriptor object for the extension source indicated by sourceName
 java.util.List ExtensionSourceAdminAPIImpl.getSourceDescriptors()
          Returns List of ExtensionSourceDescriptor objects, in order of their search ordering
 java.util.List ExtensionSourceAdminAPIImpl.getSourceNames()
          Returns List (of Strings) of all extension source names, in order of their search ordering
 java.util.Collection ExtensionSourceAdminAPIImpl.getSourceTypes()
          Returns List (of Strings) of all extension source types currently supported.
 SystemState RuntimeStateAdminAPIImpl.getSystemState()
           
 java.util.List<ProcessRegistryBinding> RuntimeStateAdminAPIImpl.getVMControllerBindings()
           
 boolean ExtensionSourceAdminAPIImpl.isSourceExists(java.lang.String sourceName)
           
 boolean RuntimeStateAdminAPIImpl.isSystemStarted()
          Return TRUE if the system is started; i.e.
 void AuthorizationAdminAPIImpl.removePrincipalsFromRole(java.util.Set principals, java.lang.String roleName)
          Remove the given set of principals from the given role.
 void ExtensionSourceAdminAPIImpl.removeSource(java.lang.String sourceName)
          Deletes a source from the list of sources
 void RuntimeStateAdminAPIImpl.restartService(ServiceID serviceID)
          Restart a failed or stopped service.
 void ConfigurationAdminAPIImpl.saveResources(java.util.Collection resourceDescriptors)
          Save the resource changes based on each ResourceDescriptor in the collection.
 java.util.List ExtensionSourceAdminAPIImpl.setEnabled(java.util.Collection sourceNames, boolean enabled)
          Sets the "enabled" (for searching) property of all of the indicated extension sources.
 void RuntimeStateAdminAPIImpl.setLoggingConfiguration(Configuration config, LogConfiguration logConfig, java.util.List actions)
          Sets the LogConfiguration on the given Configuration.
 java.util.List ExtensionSourceAdminAPIImpl.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 ExtensionSourceAdminAPIImpl.setSource(java.lang.String sourceName, byte[] source)
          Updates the indicated extension source
 ExtensionModuleDescriptor ExtensionSourceAdminAPIImpl.setSourceDescription(java.lang.String sourceName, java.lang.String description)
          Updates the indicated extension source's description
 ExtensionModuleDescriptor ExtensionSourceAdminAPIImpl.setSourceName(java.lang.String sourceName, java.lang.String newName)
          Updates the indicated extension source's source name
 void RuntimeStateAdminAPIImpl.shutdownServer()
          Gracefully shutdown server waiting for work to complete.
 void RuntimeStateAdminAPIImpl.startHost(java.lang.String host)
          Start Host and all processes/services for host.
 void RuntimeStateAdminAPIImpl.startProcess(java.lang.String host, java.lang.String process)
          Start Process and all services for process.
 void RuntimeStateAdminAPIImpl.stopHost(java.lang.String host)
          Stop host processes/services once work is complete.
 void RuntimeStateAdminAPIImpl.stopHostNow(java.lang.String host)
          Stop host processes/services now.
 void RuntimeStateAdminAPIImpl.stopProcess(java.lang.String hostName, java.lang.String processName, boolean now)
          Stop process once work is complete.
 void RuntimeStateAdminAPIHelper.stopProcess(java.lang.String hostName, java.lang.String processName, boolean stopNow)
          Stop process.
 void RuntimeStateAdminAPIImpl.stopService(ServiceID serviceID)
          Stop service once work is complete.
 void RuntimeStateAdminAPIImpl.stopServiceNow(ServiceID serviceID)
          Stop service now.
 void RuntimeStateAdminAPIImpl.synchronizeServer()
          Synchronize running services with runtime configuration.
 

Uses of AuthorizationException in com.metamatrix.platform.security.api.service
 

Methods in com.metamatrix.platform.security.api.service that throw AuthorizationException
 boolean AuthorizationServiceInterface.containsPolicy(SessionToken caller, AuthorizationPolicyID id)
          Return whether there is an existing policy with the specified ID.
 java.util.Set AuthorizationServiceInterface.executeTransaction(SessionToken caller, 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 AuthorizationServiceInterface.findAllPolicyIDs(SessionToken caller)
          Locate the IDs of all of the policies that are accessible by the caller.
 java.util.Collection AuthorizationServiceInterface.findPolicyIDs(SessionToken caller, 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.
 java.util.Collection AuthorizationServiceInterface.getPolicIDsForResourceInRealm(SessionToken caller, 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 AuthorizationServiceInterface.getPolicies(SessionToken caller, java.util.Collection policyIDs)
          Locate the policies that have the specified IDs.
 java.util.Collection AuthorizationServiceInterface.getPoliciesInRealm(SessionToken caller, AuthorizationRealm realm)
          Returns a Collection of AuthorizationPolicys 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.
 AuthorizationPolicy AuthorizationServiceInterface.getPolicy(SessionToken caller, AuthorizationPolicyID policyID)
          Locate the policy that has the specified ID.
 java.util.Collection AuthorizationServiceInterface.getPolicyIDsInPartialRealm(SessionToken caller, 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 AuthorizationServiceInterface.getPolicyIDsInRealm(SessionToken caller, AuthorizationRealm realm)
          Returns a Collection of AuthorizationPolicyIDs in the given AuthorizationRealm.
 java.util.Collection AuthorizationServiceInterface.getPolicyIDsWithPermissionsInRealm(SessionToken caller, 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.
 java.util.Collection AuthorizationServiceInterface.getPrincipalsForRole(SessionToken caller, 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.
 java.util.Collection AuthorizationServiceInterface.getRealmNames(SessionToken caller)
          Obtain the names of all of the realms known to the system.
 java.util.Map AuthorizationServiceInterface.getRoleDescriptions(SessionToken caller)
          Obtain the names of all of the roles and their descriptions known to the system.
 java.util.Collection AuthorizationServiceInterface.getRoleNamesForPrincipal(SessionToken caller, MetaMatrixPrincipalName principal)
          Returns a Collection of String names of MetaMatrix roles to which the given principal is assigned.
 void AuthorizationServiceInterface.migratePolicies(SessionToken token, EntitlementMigrationReport rpt, java.lang.String targetVDBName, java.lang.String targetVDBVersion, java.util.Set targetNodes, java.util.Collection sourcePolicies, AdminOptions options)
           
 boolean AuthorizationServiceInterface.removePrincipalFromAllPolicies(SessionToken caller, MetaMatrixPrincipalName principal)
          Remove given Principal from ALL AuthorizationPolicies to which he belongs.
 boolean SessionServiceInterface.terminateSession(MetaMatrixSessionID terminatedSessionID, MetaMatrixSessionID adminSessionID)
          Terminates the specified session.
 

Uses of AuthorizationException in com.metamatrix.platform.security.authorization.service
 

Methods in com.metamatrix.platform.security.authorization.service that throw AuthorizationException
 boolean AuthorizationServiceImpl.containsPolicy(SessionToken caller, AuthorizationPolicyID policyID)
          Return whether there is an existing policy with the specified ID.
 java.util.Set AuthorizationServiceImpl.executeTransaction(SessionToken administrator, 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 AuthorizationServiceImpl.findAllPolicyIDs(SessionToken caller)
          Locate the IDs of all of the policies that are accessible by the caller.
 java.util.Collection AuthorizationServiceImpl.findPolicyIDs(SessionToken caller, java.util.Collection principals)
          Locate the IDs of all of the policies that apply to the specified principals and that are accessible by the caller.
 java.util.Collection AuthorizationServiceImpl.getPolicIDsForResourceInRealm(SessionToken caller, AuthorizationRealm realm, java.lang.String resourceName)
          Returns a Collection of AuthorizationPolicyIDs that have AuthorizationPermissionsImpl on the given resource that exists in the given AuthorizationRealm.
 java.util.Collection AuthorizationServiceImpl.getPolicies(SessionToken caller, java.util.Collection policyIDs)
          Locate the policies that have the specified IDs.
 java.util.Collection AuthorizationServiceImpl.getPoliciesInRealm(SessionToken caller, AuthorizationRealm realm)
          Returns a Collection of AuthorizationPolicys that have AuthorizationPermissionsImpl in the given AuthorizationRealm.
NOTE: It is the responsibility of the caller to determine which of the AuthorizationPolicy's AuthorizationPermissionsImpl are actually in the given AuthorizationRealm.
 AuthorizationPolicy AuthorizationServiceImpl.getPolicy(SessionToken caller, AuthorizationPolicyID policyID)
          Locate the policy that has the specified ID.
 java.util.Collection AuthorizationServiceImpl.getPolicyIDsInPartialRealm(SessionToken caller, AuthorizationRealm realm)
          Returns a Collection of AuthorizationPolicyIDs that have AuthorizationPermissionsImpl 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 AuthorizationServiceImpl.getPolicyIDsInRealm(SessionToken caller, AuthorizationRealm realm)
          Returns a Collection of AuthorizationPolicyIDs in the given AuthorizationRealm.
 java.util.Collection AuthorizationServiceImpl.getPolicyIDsWithPermissionsInRealm(SessionToken caller, AuthorizationRealm realm)
          Returns a Collection of AuthorizationPolicyIDs that have AuthorizationPermissionsImpl in the given AuthorizationRealm.
NOTE: It is the responsibility of the caller to determine which of the AuthorizationPolicy's AuthorizationPermissionsImpl are actually in the given AuthorizationRealm.
 java.util.Collection AuthorizationServiceImpl.getPrincipalsForRole(SessionToken caller, 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.
 java.util.Collection AuthorizationServiceImpl.getRealmNames(SessionToken caller)
          Obtain the names of all of the realms known to the system.
 java.util.Map AuthorizationServiceImpl.getRoleDescriptions(SessionToken caller)
          Obtain the names of all of the roles and their descriptions known to the system.
 void AuthorizationServiceImpl.migratePolicies(SessionToken token, EntitlementMigrationReport rpt, java.lang.String targetVDBName, java.lang.String targetVDBVersion, java.util.Set targetNodes, java.util.Collection sourcePolicies, AdminOptions options)
           
 boolean AuthorizationServiceImpl.removePrincipalFromAllPolicies(SessionToken caller, MetaMatrixPrincipalName principal)
          Remove given Principal from ALL AuthorizationPolicies to which he belongs.
 

Uses of AuthorizationException in com.metamatrix.platform.security.session.service
 

Methods in com.metamatrix.platform.security.session.service that throw AuthorizationException
 boolean SessionServiceImpl.terminateSession(MetaMatrixSessionID terminatedSessionID, MetaMatrixSessionID adminSessionID)
           
 

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

Methods in com.metamatrix.server.admin.api that throw AuthorizationException
 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.
 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 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.
 

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

Methods in com.metamatrix.server.admin.apiimpl that throw AuthorizationException
 PermissionDataNode RuntimeMetadataAdminAPIImpl.getDataNodes(java.lang.String vDBName, java.lang.String vDBVersion)
          Get the tree of data nodes that make op a VDB.
 PermissionDataNode RuntimeMetadataAdminAPIImpl.getEntitlementTree(java.lang.String vDBName, java.lang.String vDBVersion, AuthorizationPolicyID policyID)
          Returns the entitlement tree for a given VDB version.
 VirtualDatabase RuntimeMetadataAdminAPIImpl.getLatestVirtualDatabase(java.lang.String vdbName)
          Returns the latestVirtualDatabase for the specified vdbName.
 MaterializationLoadScripts RuntimeMetadataAdminAPIImpl.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 metamatrixPwd)
           
 java.util.Map RuntimeMetadataAdminAPIImpl.getModelVisibilityLevels(VirtualDatabaseID vdbID)
          Get the visibility levels for models in a given virtual database.
 byte[] RuntimeMetadataAdminAPIImpl.getVDB(VirtualDatabaseID vdbID)
          Call to export a VDB to the local file system
 java.util.Collection RuntimeMetadataAdminAPIImpl.getVDBModels(VirtualDatabaseID vdbID)
          Returns a sorted Collection of type Model that represents all the models that were deployed in the specified virtual database.
 java.util.Collection RuntimeMetadataAdminAPIImpl.getVDBsForConnectorBinding(java.lang.String routingID)
          Given a routing ID, find all VDBs whose models use the connector binding.
 VirtualDatabase RuntimeMetadataAdminAPIImpl.getVirtualDatabase(VirtualDatabaseID vdbID)
          Returns the VirtualDatabase specified by the VirtualDatabaseID.
 java.util.Collection RuntimeMetadataAdminAPIImpl.getVirtualDatabases()
          Returns a Collection of the VirtualDatabases in the system.
 VirtualDatabase RuntimeMetadataAdminAPIImpl.importVDB(byte[] vdbStream)
           
 void RuntimeMetadataAdminAPIImpl.markVDBForDelete(VirtualDatabaseID vdbID)
          Mark a VirtualDataBase (VDB) for deletion.
 java.util.Map RuntimeMetadataAdminAPIImpl.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 RuntimeMetadataAdminAPIImpl.migrateEntitlements(VirtualDatabase targetVDB, char[] dataRoleContents, boolean overwriteExisting)
          Migrate as many existing entitlements as possible to a newly deployed VDB from a supplied roles xml file.
 EntitlementMigrationReport RuntimeMetadataAdminAPIImpl.migrateEntitlements(VirtualDatabase sourceVDB, VirtualDatabase targetVDB)
          Migrate as many existing entitlements as possible to a newly deployed VDB.
 void RuntimeMetadataAdminAPIImpl.setConnectorBindingNames(VirtualDatabaseID vdbID, java.util.Map modelAndCBNames)
          Set connector binding names for models in a virtual database.
 void RuntimeMetadataAdminAPIImpl.setVDBState(VirtualDatabaseID vdbID, short state)
          Updates the VirtualDatabase state.
 void RuntimeMetadataAdminAPIImpl.updateVirtualDatabase(VirtualDatabase vdb)
          Update a modified VirtualDataBase.
 boolean RuntimeMetadataAdminAPIImpl.validateConnectorBindingForMaterialization(ConnectorBinding materializationConnector)
           
 



Copyright © 2009. All Rights Reserved.