|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AuthenticationPermission | |
---|---|
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. |
Uses of AuthenticationPermission in net.jini.jeri.kerberos |
---|
Methods in net.jini.jeri.kerberos that return AuthenticationPermission | |
---|---|
private AuthenticationPermission |
KerberosEndpoint.RequestHandleImpl.getAuthenticationPermission(KerberosPrincipal client,
boolean deleg)
|
Methods in net.jini.jeri.kerberos with parameters of type AuthenticationPermission | |
---|---|
(package private) static void |
KerberosUtil.checkAuthPermission(AuthenticationPermission perm)
Check whether the caller has the specified AuthenticationPermission. |
Uses of AuthenticationPermission in net.jini.jeri.ssl |
---|
Fields in net.jini.jeri.ssl declared as AuthenticationPermission | |
---|---|
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. |
Methods in net.jini.jeri.ssl that return AuthenticationPermission | |
---|---|
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. |
Methods in net.jini.jeri.ssl with parameters of type AuthenticationPermission | |
---|---|
private X500PrivateCredential |
ClientAuthManager.getPrivateCredential(X509Certificate cert,
AuthenticationPermission ap)
Gets the private credential for the specified X.509 certificate, checking for the specified AuthenticationPermission. |
Uses of AuthenticationPermission in net.jini.security |
---|
Methods in net.jini.security with parameters of type AuthenticationPermission | |
---|---|
private boolean |
AuthenticationPermission.implies0(AuthenticationPermission ap)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |