Mobile Tools for Java
Release 1.0

Uses of Package
org.eclipse.mtj.core.library.model.security

Packages that use org.eclipse.mtj.core.library.model.security
org.eclipse.mtj.core.library.model This package provides the model for representation of the libraries that are provided by 3rd party vendors 
org.eclipse.mtj.core.library.model.impl This package provides the basic implementation for the library managing capabilities. 
org.eclipse.mtj.core.library.model.security This package provides the model for the security information available in a library. 
 

Classes in org.eclipse.mtj.core.library.model.security used by org.eclipse.mtj.core.library.model
SecurityInfo
          This Class represents the security information available in a library.
 

Classes in org.eclipse.mtj.core.library.model.security used by org.eclipse.mtj.core.library.model.impl
SecurityInfo
          This Class represents the security information available in a library.
 

Classes in org.eclipse.mtj.core.library.model.security used by org.eclipse.mtj.core.library.model.security
Permission
          This Class represents a named permission defined by an API or function to prevent it from being used without authorization
PermissionList
          A list of permissions.
ProtectionDomain
          A protection domain is a way to differentiate between downloaded MIDlet suites based on the entity that signed the MIDlet suite, and to grant or make available to a MIDlet suite a set of permissions.
ProtectionDomain.ProtectionDomainType
           
 


Mobile Tools for Java
Release 1.0