Permission Target Name |
What the Permission Allows |
Risks of Allowing this Permission |
getSessionKey |
Access the private SRP session key |
This provides access the the private session key that results from
the SRP negiotation. |
SRPRemoteServer.java | Class | An implementation of the RMI SRPRemoteServerInterface interface. |
SRPRemoteServerInterface.java | Interface | An RMI version of the SRPServerInterface. |
SRPServerInterface.java | Interface | An interface describing the message exchange of the SRP protocol as
described in RFC2945. |
SRPServerListener.java | Interface | A callback interface for SRP session events. |
SRPServerProxy.java | Class | A serializable proxy that is bound into JNDI with a reference to the
RMI implementation of a SRPServerInterface. |
SRPServerSession.java | Class | The server side logic to the SRP protocol. |
SRPService.java | Class | The JMX mbean interface for the SRP service. |
SRPServiceMBean.java | Interface | The JMX mbean interface for the SRP service. |
SRPSessionKey.java | Class | |
SRPVerifierStore.java | Interface | An interface describing the requirements of a password verifier store.
This is an abstraction that allows the information
needed by the server to be plugged in from various sources. |
SRPVerifierStoreService.java | Class | The JMX mbean interface for the SRP password verifier store. |
SRPVerifierStoreServiceMBean.java | Interface | The JMX mbean interface for the SRP password verifier store. |