|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.osgi.service.condpermadmin.BundleSignerCondition
public class BundleSignerCondition
Method Summary | |
---|---|
static Condition |
getCondition(Bundle bundle,
ConditionInfo info)
Constructs a Condition that tries to match the passed Bundle's certificates to the certficate pattern. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static Condition getCondition(Bundle bundle, ConditionInfo info)
bundle
- The Bundle being evaluated.info
- The ConditionInfo to construct the condition for. The args of
the ConditionInfo specify a single String specifying the chain of
distinguished names pattern to match against the signer of the
Bundle.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |