Interface | Description |
---|---|
Action |
Artipie permission action.
|
Authentication |
Authentication mechanism to verify user.
|
Identities |
Authentication decoder, read the user name from request head.
|
Permission |
Authorization mechanism with single permission check for slice.
|
Permissions |
Authorization mechanism allows to verify that user
can perform some action.
|
Class | Description |
---|---|
Action.ByString |
Instance of
Action.Standard by string. |
Authentication.Joined |
Joined authentication composes multiple authentication instances into single one.
|
Authentication.Single |
Authentication implementation aware of single user with specified password.
|
Authentication.User |
User.
|
Authentication.Wrap |
Abstract decorator for Authentication.
|
BasicIdentities |
BasicIdentities.
|
Permission.ByName |
Permission by name.
|
Permissions.Single |
Permissions implementation allowing single action for single user.
|
Permissions.Wrap |
Abstract decorator for Permissions.
|
SliceAuth |
Slice wrapper with authorization and authentication.
|
Enum | Description |
---|---|
Action.Standard |
Action enumeration.
|
Copyright © 2012–2020 jcabi.com. All rights reserved.