Package | Description |
---|---|
agilermi.authentication |
Provides the interface that must be implemented when application-level
authentication and authorization are requested
|
agilermi.core |
Provides the Agile RMI core system.
|
Modifier and Type | Class and Description |
---|---|
class |
StandardRMIAuthenticator
Standard authenticator implementation that maintain authentication
information in central memory.
|
Modifier and Type | Method and Description |
---|---|
RMIAuthenticator |
RMIRegistry.getAuthenticator()
Gets the rmiAuthenticator of this registry
|
Modifier and Type | Method and Description |
---|---|
RMIRegistry.Builder |
RMIRegistry.Builder.setAuthenticator(RMIAuthenticator rmiAuthenticator)
Set an
RMIAuthenticator object that intercept authentication and
authorization requests from remote machines. |