[Felix Framework]

org.apache.felix.framework.ext
Interface SecurityProvider


public interface SecurityProvider


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

Method Detail

hasBundlePermission

boolean hasBundlePermission(ProtectionDomain pd,
                            Permission p,
                            boolean direct)

getSignerMatcher

Object getSignerMatcher(org.osgi.framework.Bundle bundle,
                        int signersType)

checkBundle

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

[Felix Framework]