|
|||||||||
| Home >> All >> java >> [ security overview ] | PREV NEXT | ||||||||
Uses of Interface
java.security.Principal
| Uses of Principal in java.security |
| Classes in java.security that implement Principal | |
class |
Identity
Deprecated. Replaced by java.security.KeyStore, the
java.security.cert package, and
java.security.Principal. |
class |
IdentityScope
Deprecated. Use java.security.KeyStore, the java.security.cert package, and java.security.Principal. |
class |
Signer
Deprecated. Replaced by java.security.KeyStore, the
java.security.cert package, and java.security.Principal. |
| Fields in java.security declared as Principal | |
private Principal[] |
ProtectionDomain.principals
The array of Principals associated with this domain.. |
| Methods in java.security that return Principal | |
Principal[] |
ProtectionDomain.getPrincipals()
Returns a clone of the Principals of this domain. |
Principal |
Certificate.getGuarantor()
Deprecated. This method returns the Principal that is guaranteeing
this certificate. |
Principal |
Certificate.getPrincipal()
Deprecated. This method returns the Principal being guaranteed by
this certificate. |
| Methods in java.security with parameters of type Principal | |
Identity |
IdentityScope.getIdentity(Principal principal)
Deprecated. Returns the specified Identity, by Principal, within this scope. |
| Constructors in java.security with parameters of type Principal | |
ProtectionDomain(CodeSource codesource,
PermissionCollection permissions,
java.lang.ClassLoader classloader,
Principal[] principals)
This method initializes a new instance of ProtectionDomain
given its CodeSource, granted permissions, associated
java.lang.ClassLoader and Principals. |
|
ProtectionDomain(CodeSource codesource,
PermissionCollection permissions,
java.lang.ClassLoader classloader,
Principal[] principals,
boolean staticBinding)
|
|
|
|||||||||
| Home >> All >> java >> [ security overview ] | PREV NEXT | ||||||||