|
|||||||||
| 上一个类 下一个类 | 框架 无框架 | ||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | ||||||||
java.lang.Objectorg.zeromq.ZAuth
public class ZAuth
ZAuth takes over authentication for all incoming connections in its context. Note that libzmq provides four levels of security: default NULL (which zauth does not see), and authenticated NULL, PLAIN, and CURVE, which zauth can see. Based on zauth.c in czmq
| 嵌套类摘要 | |
|---|---|
static class |
ZAuth.ZAPRequest
A small class for working with ZAP requests and replies. |
| 构造方法摘要 | |
|---|---|
ZAuth(ZContext ctx)
Install authentication for the specified context. |
|
| 方法摘要 | |
|---|---|
void |
allow(java.lang.String address)
Allow (whitelist) a single IP address. |
protected boolean |
authenticateGSS(ZAuth.ZAPRequest request)
|
void |
configureGSSAPI(java.lang.String domain)
|
void |
configurePlain(java.lang.String domain,
java.lang.String filename)
Configure PLAIN authentication for a given domain. |
void |
deny(java.lang.String address)
Deny (blacklist) a single IP address. |
void |
destroy()
Destructor. |
void |
setVerbose(boolean verbose)
Enable verbose tracing of commands and activity |
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 构造方法详细信息 |
|---|
public ZAuth(ZContext ctx)
| 方法详细信息 |
|---|
public void setVerbose(boolean verbose)
verbose - public void allow(java.lang.String address)
public void deny(java.lang.String address)
public void configurePlain(java.lang.String domain,
java.lang.String filename)
domain - filename - public void destroy()
public void configureGSSAPI(java.lang.String domain)
protected boolean authenticateGSS(ZAuth.ZAPRequest request)
|
|||||||||
| 上一个类 下一个类 | 框架 无框架 | ||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | ||||||||