-
Notifications
You must be signed in to change notification settings - Fork 12
Couchbase key mappings
YuriyZ edited this page Aug 21, 2019
·
23 revisions
-
objectClass
->oc
We use _
as marker since luckily it's not used in current schema:
-
gluu
->
Example:gluuAttributeType
->attr_t
-
oxAuth
->
Example:oxAuthAppType
->app_t
,oxAuthLogoutSessionRequired
->logoutSessionRequired
-
ox
->oxIconUrl
->iconUrl
-
Group
->_g
Example:gluuGroupVisibility
->_gVisibility
-
Client
->_c
-
Type
->_t
(we have a lot ofType
, so keep it 2 chars shorter seems to worth it)
ExampleoxAuthSubjectType
->subject_t
-
User
->_u
ExampleoxAuthUserId
->_uId
,oxAuthUserDN
->_uDN
-
Request
->Req
-
Response
->Resp
Example:oxAuthUserInfoEncryptedResponseAlg
->_uInfoEncrRespAlg
-
Attribute
->Attr
-
Authentication
->Authn
Example:oxAuthAuthenticationTime
->authnTime
,oxIDPAuthentication
->IDPAuthn
-
Authorization
->Authz
Example:oxAuthSkipAuthorization
->skipAuthz
-
Encrypted
->Encr
Example:oxAuthUserInfoEncryptedResponseAlg
->_uInfoEncrRespAlg