public static class ZAuth.SimpleNullAuth extends java.lang.Object implements ZAuth.Auth
Constructor and Description |
---|
SimpleNullAuth() |
Modifier and Type | Method and Description |
---|---|
boolean |
authorize(ZAuth.ZapRequest request,
boolean verbose)
Callback for authorizing a connection.
|
boolean |
configure(ZMsg configuration,
boolean verbose)
Configures with ad-hoc message.
|
public boolean configure(ZMsg configuration, boolean verbose)
ZAuth.Auth
configure
in interface ZAuth.Auth
configuration
- the configuration message.verbose
- true if the actor is verbose.public boolean authorize(ZAuth.ZapRequest request, boolean verbose)
ZAuth.Auth
authorize
in interface ZAuth.Auth