Uses of Class
net.i2p.i2pcontrol.security.SecurityManager
Package | Description |
---|---|
net.i2p.i2pcontrol.security | |
net.i2p.i2pcontrol.servlets | |
net.i2p.i2pcontrol.servlets.jsonrpc2handlers |
-
Uses of SecurityManager in net.i2p.i2pcontrol.security
Constructors in net.i2p.i2pcontrol.security with parameters of type SecurityManager Constructor Description AuthToken(SecurityManager secMan, String password)
-
Uses of SecurityManager in net.i2p.i2pcontrol.servlets
Constructors in net.i2p.i2pcontrol.servlets with parameters of type SecurityManager Constructor Description JSONRPC2Servlet(RouterContext ctx, SecurityManager secMan)
Plugin -
Uses of SecurityManager in net.i2p.i2pcontrol.servlets.jsonrpc2handlers
Constructors in net.i2p.i2pcontrol.servlets.jsonrpc2handlers with parameters of type SecurityManager Constructor Description AuthenticateHandler(JSONRPC2Helper helper, SecurityManager secMan)
I2PControlHandler(RouterContext ctx, JSONRPC2Helper helper, SecurityManager secMan)
JSONRPC2Helper(SecurityManager secMan)