Package | Description |
---|---|
java.security | |
java.security.acl | |
java.security.cert |
Modifier and Type | Class and Description |
---|---|
class |
Identity |
class |
IdentityScope |
class |
Signer |
Modifier and Type | Method and Description |
---|---|
Principal |
Certificate.getGuarantor() |
Principal |
Certificate.getPrincipal() |
Modifier and Type | Method and Description |
---|---|
Identity |
IdentityScope.getIdentity(Principal var0) |
Modifier and Type | Interface and Description |
---|---|
interface |
Group |
Modifier and Type | Method and Description |
---|---|
Principal |
AclEntry.getPrincipal() |
Modifier and Type | Method and Description |
---|---|
boolean |
Acl.addEntry(Principal var0,
AclEntry var1) |
boolean |
Group.addMember(Principal var0) |
boolean |
Owner.addOwner(Principal var0,
Principal var1) |
boolean |
Acl.checkPermission(Principal var0,
Permission var1) |
boolean |
Owner.deleteOwner(Principal var0,
Principal var1) |
Enumeration |
Acl.getPermissions(Principal var0) |
boolean |
Group.isMember(Principal var0) |
boolean |
Owner.isOwner(Principal var0) |
boolean |
Acl.removeEntry(Principal var0,
AclEntry var1) |
boolean |
Group.removeMember(Principal var0) |
void |
Acl.setName(Principal var0,
String var1) |
boolean |
AclEntry.setPrincipal(Principal var0) |
Modifier and Type | Method and Description |
---|---|
abstract Principal |
X509Certificate.getIssuerDN() |
abstract Principal |
X509CRL.getIssuerDN() |
abstract Principal |
X509Certificate.getSubjectDN() |
Copyright © 2006–2013 OSGi Alliance. All rights reserved.