Uses of Interface
java.security.Principal
Packages that use Principal
-
Uses of Principal in java.security
Classes in java.security that implement PrincipalMethods in java.security that return PrincipalMethods in java.security with parameters of type Principal -
Uses of Principal in java.security.acl
Subinterfaces of Principal in java.security.aclMethods in java.security.acl that return PrincipalMethods in java.security.acl with parameters of type PrincipalModifier and TypeMethodDescriptionbooleanbooleanbooleanbooleanAcl.checkPermission(Principal var0, Permission var1) booleanOwner.deleteOwner(Principal var0, Principal var1) Acl.getPermissions(Principal var0) booleanbooleanbooleanAcl.removeEntry(Principal var0, AclEntry var1) booleanGroup.removeMember(Principal var0) voidbooleanAclEntry.setPrincipal(Principal var0) -
Uses of Principal in java.security.cert
Methods in java.security.cert that return PrincipalModifier and TypeMethodDescriptionabstract PrincipalX509Certificate.getIssuerDN()abstract PrincipalX509CRL.getIssuerDN()abstract PrincipalX509Certificate.getSubjectDN()