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, int signersType)
           
 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,
                                  int signersType)

checkBundle

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


Copyright © 2010. All Rights Reserved.