Package | Description |
---|---|
net.jini.jeri.kerberos |
Provides implementations of
Endpoint and ServerEndpoint that use Kerberos as the underlying
network security protocol to support security related invocation
constraints for remote requests. |
net.jini.jeri.ssl |
Provides implementations of
Endpoint and ServerEndpoint that use TLS/SSL and HTTPS (HTTP over
TLS/SSL) to support invocation constraints. |
net.jini.security |
Provides mechanisms and abstractions for managing security, especially in the
presence of dynamically downloaded code.
|
Modifier and Type | Method and Description |
---|---|
private AuthenticationPermission |
KerberosEndpoint.RequestHandleImpl.getAuthenticationPermission(KerberosPrincipal client,
boolean deleg) |
Modifier and Type | Method and Description |
---|---|
(package private) static void |
KerberosUtil.checkAuthPermission(AuthenticationPermission perm)
Check whether the caller has the specified
AuthenticationPermission.
|
Modifier and Type | Field and Description |
---|---|
private AuthenticationPermission |
ClientAuthManager.authenticationPermission
The permission to check for the last cached credential
|
private AuthenticationPermission |
SslServerEndpointImpl.SslServerConnection.authPermission
The authentication permission required for this connection, or null
if the server is anonymous -- depends on session being set.
|
Modifier and Type | Method and Description |
---|---|
private AuthenticationPermission |
ClientAuthManager.getAuthenticationPermission(X509Certificate cert)
Returns the permission needed to connect to the last server principal
with the specified client certificate.
|
private AuthenticationPermission |
ServerAuthManager.getAuthPermission(X509Certificate cert,
String peer,
String action)
Returns the authentication permission for the specified principals and
action.
|
Modifier and Type | Method and Description |
---|---|
private X500PrivateCredential |
ClientAuthManager.getPrivateCredential(X509Certificate cert,
AuthenticationPermission ap)
Gets the private credential for the specified X.509 certificate,
checking for the specified AuthenticationPermission.
|
Modifier and Type | Method and Description |
---|---|
private boolean |
AuthenticationPermission.implies0(AuthenticationPermission ap) |
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.