Package | Description |
---|---|
java.security | |
java.security.acl | |
java.security.cert | |
javax.security.auth.x500 |
Modifier and Type | Class and Description |
---|---|
class |
Identity
Deprecated.
|
class |
IdentityScope
Deprecated.
|
class |
Signer
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Principal |
Certificate.getGuarantor()
Deprecated.
|
Principal |
Certificate.getPrincipal()
Deprecated.
|
Principal[] |
ProtectionDomain.getPrincipals() |
Modifier and Type | Method and Description |
---|---|
Identity |
IdentityScope.getIdentity(Principal principal)
Deprecated.
|
Constructor and Description |
---|
ProtectionDomain(CodeSource cs,
PermissionCollection permissions,
ClassLoader classloader,
Principal[] principals) |
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 caller,
AclEntry entry) |
boolean |
Group.addMember(Principal user) |
boolean |
Owner.addOwner(Principal caller,
Principal owner) |
boolean |
Acl.checkPermission(Principal principal,
Permission permission) |
boolean |
Owner.deleteOwner(Principal caller,
Principal owner) |
Enumeration |
Acl.getPermissions(Principal user) |
boolean |
Group.isMember(Principal member) |
boolean |
Owner.isOwner(Principal owner) |
boolean |
Acl.removeEntry(Principal caller,
AclEntry entry) |
boolean |
Group.removeMember(Principal user) |
void |
Acl.setName(Principal caller,
String name) |
boolean |
AclEntry.setPrincipal(Principal user) |
Modifier and Type | Method and Description |
---|---|
abstract Principal |
X509CRL.getIssuerDN() |
abstract Principal |
X509Certificate.getIssuerDN() |
abstract Principal |
X509Certificate.getSubjectDN() |
Modifier and Type | Class and Description |
---|---|
class |
X500Principal |