Class RegionConfigurationSupport.CMProtectionDomain

  • Enclosing class:
    RegionConfigurationSupport

    private static class RegionConfigurationSupport.CMProtectionDomain
    extends java.security.ProtectionDomain
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private org.osgi.framework.Bundle bundle  
    • Constructor Summary

      Constructors 
      Constructor Description
      CMProtectionDomain​(org.osgi.framework.Bundle bundle)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean implies​(java.security.Permission permission)  
      • Methods inherited from class java.security.ProtectionDomain

        getClassLoader, getCodeSource, getPermissions, getPrincipals, staticPermissionsOnly, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • bundle

        private final org.osgi.framework.Bundle bundle
    • Constructor Detail

      • CMProtectionDomain

        CMProtectionDomain​(org.osgi.framework.Bundle bundle)
    • Method Detail

      • implies

        public boolean implies​(java.security.Permission permission)
        Overrides:
        implies in class java.security.ProtectionDomain