GNU Classpath (0.95) | |
Frames | No Frames |
Classes implementing java.security.Principal | |
class | The Identity class is used to represent people and companies
that can be authenticated using public key encryption. |
class | IdentityScope represents a scope of an identity.
|
class | Signer is a subclass of Identity . |
Constructors with parameter type java.security.Principal | |
ProtectionDomain.ProtectionDomain(CodeSource codesource, PermissionCollection permissions, ClassLoader classloader, Principal[] principals) This method initializes a new instance of ProtectionDomain
given its CodeSource , granted permissions, associated
ClassLoader and Principal s.
|
Methods with parameter type java.security.Principal | |
Identity |
Methods with return type java.security.Principal | |
Principal | This method returns the Principal that is guaranteeing
this certificate.
|
Principal | This method returns the Principal being guaranteed by
this certificate.
|
Principal[] | Returns a clone of the Principal s of this domain.
|
Methods with return type java.security.Principal | |
Principal | Returns the issuer (issuer distinguished name) of the
Certificate. |
Principal | Returns the issuer (issuer distinguished name) of the CRL.
|
Principal | Returns the subject (subject distinguished name) of the
Certificate. |
Methods with return type java.security.Principal | |
Principal | Returns the distinguished name of this certificate's issuer.
|
Principal | Returns the distinguished name of this certificate's subject.
|
Classes implementing java.security.Principal | |
class |
Methods with parameter type java.security.Principal | |
String | Choose an alias for client-side authentication.
|
String | X509ExtendedKeyManager.chooseEngineClientAlias(String[] keyTypes, Principal[] issuers, SSLEngine engine) Return a client alias given a list of key types, a list of
allowable issuers, and the SSLEngine being used.
|
String | X509ExtendedKeyManager.chooseEngineServerAlias(String keyType, Principal[] issuers, SSLEngine engine) Return a server alias given a key type, a list of allowable
issuers, and the SSLEngine being used.
|
String | Choose an alias for server-side authentication.
|
String[] | Returns all client aliases that support the given key type.
|
String[] | Returns all server aliases that support the given key type.
|
Methods with return type java.security.Principal | |
Principal | Returns the local identity used in this connection, or
null if there is none.
|
Principal | Returns the local principal for this connection.
|
Principal | Returns the Principal representing the local identity
used in this session, or null if there is no local
identity.
|
Principal | Returns the peer's identity, or null if there is
none.
|
Principal | Returns the remote peer's principal for this connection.
|
Principal | Returns the Principal representing the identity of the
remote peer, or null if the remote peer has no known
identity.
|
Methods with parameter type java.security.Principal | |
boolean | This method adds the specified entry to the ACL
|
boolean | This method adds a new Principal to this group.
|
boolean | This method adds an owner to the access control list (ACL). |
boolean | This method tests whether or not the specified Principal
has the specified Permission
|
boolean | This method delets an owner from the access control list (ACL). |
Enumeration | This method returns a list of Permission 's that are granted
to a particular Principal . |
boolean | This method tests whether or not a given Principal is a
member of this group.
|
boolean | This method tests whether or not a given Principal is an
owner of this access control list (ACL).
|
boolean | This method delets the specified entry from the ACL
|
boolean | This method deletes a member from the group.
|
void | This method sets the name of the ACL
|
boolean | This method sets ths Principal associated with this
ACL entry. |
Methods with return type java.security.Principal | |
Principal | This method returns the Principal associated with this
ACL entry.
|
Classes implementing java.security.Principal | |
class | This represents a Kerberos principal. |
GNU Classpath (0.95) |