#
access
Here are 330 public repositories matching this topic...
2881099
commented
Apr 23, 2020
本篇文章内容引导,如何在 asp.net core 项目中使用特性(注解) 的方式管理事务。
UnitOfWorkManager 只可以管理 Repository 仓储对象的事务,直接 fsql.Insert<T>() 是不行的!!
支持六种传播方式(propagation),意味着跨方法的事务非常方便,并且支持同步异步:
- Requierd:如果当前没有事务,就新建一个事务,如果已存在一个事务中,加入到这个事务中,默认的选择。
- Supports:支持当前事务,如果没有当前事务,就以非事务方法执行。
- Mandatory:使用当前事务,如果没有当前事务,就抛出异常。
- NotSupported:以非事务方式执行操作,如果当前存在事务,就把当前事务挂起。
- Never:以非事务方式执行操作,如果当前事务存在则抛出异常。
- Nested:以嵌套事
Permission and roles based access control for your angular(angular 2,4,5,6,7,9+) applications(AOT, lazy modules compatible
angular
angular2
permissions
acl
roles
angular4
access
rbac
access-control
angular5
ngx-permission
ngx-permissions
angular2-permissions
ng2-permissions
ng-permission
angular2-permission
angular-permissions
-
Updated
Jun 6, 2020 - TypeScript
docker sidecar container to forward all traffic to the docker host
polyfill
macos
linux
docker
tunnel
internal
docker-compose
firewall
nat
iptables
host
access
connection
localhost
sidecar
port-forwarding
egress
dockerhost
-
Updated
May 30, 2020 - Shell
OpenAM is an open access management solution that includes Authentication, SSO, Authorization, Federation, Entitlements and Web Services Security.
java
ldap
oauth
saml
oauth2
authentication
jdbc
accounting
active-directory
aaa
policy
authorization
access
sso
kerberos
oidc
openam
access-management
cddl
opensso
-
Updated
Jun 8, 2020 - Java
FileSystem is an application that allows you to browse the content of your iPhone disk, displaying file and folders, files contents, and detailed informations about file and folder permissions.
-
Updated
Jan 11, 2017 - Objective-C
A node.js javascript client implementing the ADODB protocol on windows.
-
Updated
Jun 8, 2020 - JavaScript
AccessControlHelper for asp.net mvc and asp.net core, strategy based authorization
authorization
access
power
permission
asp-net-core
access-control
power-control
asp-net-mvc
weihanli
-
Updated
May 29, 2020 - C#
-
Updated
Sep 11, 2018 - Batchfile
Hierarchical access management system with advanced roles inheritance. 🦋
-
Updated
Jun 5, 2020 - Ruby
Django-Access - the application introducing dynamic evaluation-based instance-level (row-level) access rights control for Django
django
rights
database
register
runtime
dynamic
guardian
permissions
evaluation
guard
access
rights-management
instance-level
authority
row-level
django-access
evaluation-based
-
Updated
May 18, 2020 - Python
jkeck
commented
Nov 10, 2018
Split out from #1885
- Change the visual design of the Cite & Send buttons to use btn-default, and center in the toolbar
JoryHogeveen
commented
Aug 10, 2018
Description
Error when switching: “You do not currently have a Shield user session. Please login again.”
More info:
https://wordpress.org/support/topic/clicking-on-another-user-logs-me-out/
https://wordpress.org/plugins/wp-simple-firewall/
Access - Access is an initiative started by a bunch of professionals from various disciplines (engineering/education/finance) with only one goal- "Make technology education accessible in rural areas of India". This repo contains the content related to access bootcamp.
react
css
git
html
students
education
it
programming
web
js
es6
es6-javascript
access
india
webdev
professionals
rural-areas
access-bootcamp
-
Updated
Mar 8, 2020 - JavaScript
-
Updated
Mar 29, 2019 - Visual Basic
Get full root access to Apple Devices running OSX by two commands in single-user-mode. (unless root partition has been encrypted)
macos
mac
apple
osx
hacking
access
mode
gain
root
mount
macosx
workaround
cracking
bypassing
change-password
nr1
osxsucks
full-root-access
serial-user
-
Updated
Mar 17, 2019
Improve this page
Add a description, image, and links to the access topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the access topic, visit your repo's landing page and select "manage topics."

Extracted from #1961
There we defined those conversions for oracle to fix #1893. Same should be done for other providers with provider-specific types.
Basically we just need to register providertype to object mapping in mapping schema.