Package org.apache.felix.framework.ext
Interface SecurityProvider
-
public interface SecurityProvider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
checkBundle(Bundle bundle)
java.lang.Object
getSignerMatcher(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(Bundle bundle, int signersType)
-
checkBundle
void checkBundle(Bundle bundle) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-