org.apache.felix.framework.ext
Interface SecurityProvider


public interface SecurityProvider


Method Summary
 void checkBundle(org.osgi.framework.Bundle bundle)
           
 java.lang.Object getSignerMatcher(org.osgi.framework.Bundle bundle)
           
 boolean hasBundlePermission(java.security.ProtectionDomain pd, java.security.Permission p, boolean direct)
           
 

Method Detail

hasBundlePermission

boolean hasBundlePermission(java.security.ProtectionDomain pd,
                            java.security.Permission p,
                            boolean direct)

getSignerMatcher

java.lang.Object getSignerMatcher(org.osgi.framework.Bundle bundle)

checkBundle

void checkBundle(org.osgi.framework.Bundle bundle)
                 throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2006-2009 The Apache Software Foundation. All Rights Reserved.