public interface IQAuthInfo
| Modifier and Type | Method and Description |
|---|---|
boolean |
isAnonymousAllowed()
Returns true if anonymous authentication is allowed.
|
void |
setAllowAnonymous(boolean isAnonymous)
Changes the server's support for anonymous authentication.
|
boolean isAnonymousAllowed()
void setAllowAnonymous(boolean isAnonymous)
throws UnauthorizedException
isAnonymous - True if anonymous logins should be allowed.UnauthorizedException - If you don't have permission to adjust this settingCopyright © 2003-2008 Jive Software.