Package | Description |
---|---|
org.eclipse.osgi.internal.provisional.service.security | |
org.eclipse.osgi.internal.service.security | |
org.eclipse.osgi.internal.signedcontent | |
org.eclipse.osgi.signedcontent |
Equinox Signed Content
|
Modifier and Type | Method and Description |
---|---|
SignedContent |
AuthorizationEvent.getSignedContent()
Get the SignedContent object being evaluated
|
Modifier and Type | Method and Description |
---|---|
void |
AuthorizationEngine.authorize(SignedContent content,
Object context)
Authorizes a
SignedContent object. |
protected abstract AuthorizationEvent |
AuthorizationEngine.doAuthorize(SignedContent content,
Object context)
Authorizes a
SignedContent object. |
Constructor and Description |
---|
AuthorizationEvent(int result,
SignedContent content,
Object context,
int severity)
Create a new AuthorizationEvent
|
Modifier and Type | Method and Description |
---|---|
protected AuthorizationEvent |
DefaultAuthorizationEngine.doAuthorize(SignedContent content,
Object context) |
Modifier and Type | Class and Description |
---|---|
class |
SignedBundleFile
This class wraps a Repository of classes and resources to check and enforce
signatures.
|
class |
SignedContentFile |
class |
SignedContentImpl |
Modifier and Type | Method and Description |
---|---|
SignedContent |
SignedStorageHook.getSignedContent() |
SignedContent |
SignedBundleHook.getSignedContent(Bundle bundle) |
SignedContent |
SignedBundleHook.getSignedContent(File content) |
Modifier and Type | Method and Description |
---|---|
SignedContent |
SignedContentFactory.getSignedContent(Bundle bundle)
Returns a
SignedContent object for the specified bundle. |
SignedContent |
SignedContentFactory.getSignedContent(File content)
Returns a
SignedContent object for the specified content of a repository. |
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.