Interface | Description |
---|---|
Authenticator |
This interface is used for the system which will be used for authenticating a user.
|
Authorizor |
This interface is used for the system which will be used for getting a users Authorizations.
|
PermissionHandler |
This interface is used for the system which will be used for getting a users permissions.
|
Class | Description |
---|---|
InsecureAuthenticator |
This is an Authenticator implementation that doesn't actually do any security.
|
InsecurePermHandler |
This is a Permission Handler implementation that doesn't actually do any security.
|
ZKAuthenticator | |
ZKAuthorizor | |
ZKPermHandler |
Copyright © 2011-2015 The Apache Software Foundation. All Rights Reserved.