Documentation
¶
Index ¶
- Constants
- Variables
- func AddAdapter(adapter *Adapter) (bool, error)
- func AddApplication(application *Application) (bool, error)
- func AddCert(cert *Cert) (bool, error)
- func AddEnforcer(enforcer *Enforcer) (bool, error)
- func AddGroup(group *Group) (bool, error)
- func AddInvitation(invitation *Invitation) (bool, error)
- func AddLdap(Ldap *Ldap) (bool, error)
- func AddModel(model *Model) (bool, error)
- func AddOrder(order *Order) (bool, error)
- func AddOrganization(organization *Organization) (bool, error)
- func AddPayment(payment *Payment) (bool, error)
- func AddPermission(permission *Permission) (bool, error)
- func AddPlan(plan *Plan) (bool, error)
- func AddPolicy(enforcer *Enforcer, policy *CasbinRule) (bool, error)
- func AddPricing(pricing *Pricing) (bool, error)
- func AddProduct(product *Product) (bool, error)
- func AddProvider(provider *Provider) (bool, error)
- func AddRecord(record *Record) (bool, error)
- func AddRole(role *Role) (bool, error)
- func AddSession(session *Session) (bool, error)
- func AddSubscription(subscription *Subscription) (bool, error)
- func AddSyncer(syncer *Syncer) (bool, error)
- func AddToken(token *Token) (bool, error)
- func AddTransaction(transaction *Transaction) (bool, string, error)
- func AddTransactionWithDryRun(transaction *Transaction, dryrun bool) (bool, string, error)
- func AddUser(user *User) (bool, error)
- func AddWebhook(webhook *Webhook) (bool, error)
- func BatchEnforce(permissionId string, modelId string, resourceId string, enforcerId string, ...) ([][]bool, error)
- func CancelOrder(name string) (bool, error)
- func CheckUserPassword(user *User) (bool, error)
- func DeleteAdapter(adapter *Adapter) (bool, error)
- func DeleteApplication(application *Application) (bool, error)
- func DeleteCert(cert *Cert) (bool, error)
- func DeleteEnforcer(enforcer *Enforcer) (bool, error)
- func DeleteGroup(group *Group) (bool, error)
- func DeleteInvitation(invitation *Invitation) (bool, error)
- func DeleteLdap(Ldap *Ldap) (bool, error)
- func DeleteModel(model *Model) (bool, error)
- func DeleteOrder(order *Order) (bool, error)
- func DeleteOrganization(organization *Organization) (bool, error)
- func DeletePayment(payment *Payment) (bool, error)
- func DeletePermission(permission *Permission) (bool, error)
- func DeletePlan(plan *Plan) (bool, error)
- func DeletePricing(pricing *Pricing) (bool, error)
- func DeleteProduct(product *Product) (bool, error)
- func DeleteProvider(provider *Provider) (bool, error)
- func DeleteResource(resource *Resource) (bool, error)
- func DeleteResourceWithTag(resource *Resource, tag string) (bool, error)
- func DeleteRole(role *Role) (bool, error)
- func DeleteSession(session *Session) (bool, error)
- func DeleteSubscription(subscription *Subscription) (bool, error)
- func DeleteSyncer(syncer *Syncer) (bool, error)
- func DeleteToken(token *Token) (bool, error)
- func DeleteTransaction(transaction *Transaction) (bool, error)
- func DeleteUser(user *User) (bool, error)
- func DeleteWebhook(webhook *Webhook) (bool, error)
- func DoGetBytes(url string) ([]byte, error)
- func DoGetBytesRaw(url string) ([]byte, error)
- func DoPostBytesRaw(url string, contentType string, body io.Reader) ([]byte, error)
- func Enforce(permissionId string, modelId string, resourceId string, enforcerId string, ...) (bool, error)
- func GetCurrentTime() string
- func GetMyProfileUrl(accessToken string) string
- func GetOAuthToken(code string, state string, opts ...OAuthOption) (*oauth2.Token, error)
- func GetSigninUrl(redirectUri string) string
- func GetSignupUrl(enablePassword bool, redirectUri string) string
- func GetUrl(action string, queryMap map[string]string) string
- func GetUserCount(isOnline string) (int, error)
- func GetUserProfileUrl(userName string, accessToken string) string
- func InitConfig(endpoint string, clientId string, clientSecret string, certificate string, ...)
- func InvoicePayment(payment *Payment) (bool, error)
- func NotifyPayment(payment *Payment) (bool, error)
- func RefreshOAuthToken(refreshToken string, opts ...OAuthOption) (*oauth2.Token, error)
- func RemovePolicy(enforcer *Enforcer, policy *CasbinRule) (bool, error)
- func SendEmail(title string, content string, sender string, receivers ...string) error
- func SendEmailByProvider(title string, content string, sender string, provider string, ...) error
- func SendSms(content string, receivers ...string) error
- func SendSmsByProvider(content string, provider string, receivers ...string) error
- func SetHttpClient(httpClient HttpClient)
- func SetPassword(owner, name, oldPassword, newPassword string) (bool, error)
- func UpdateAdapter(adapter *Adapter) (bool, error)
- func UpdateApplication(application *Application) (bool, error)
- func UpdateCert(cert *Cert) (bool, error)
- func UpdateEnforcer(enforcer *Enforcer) (bool, error)
- func UpdateGroup(group *Group) (bool, error)
- func UpdateInvitation(invitation *Invitation) (bool, error)
- func UpdateInvitationForColumns(invitation *Invitation, columns []string) (bool, error)
- func UpdateLdap(Ldap *Ldap) (bool, error)
- func UpdateModel(model *Model) (bool, error)
- func UpdateOrder(order *Order) (bool, error)
- func UpdateOrganization(organization *Organization) (bool, error)
- func UpdatePayment(payment *Payment) (bool, error)
- func UpdatePermission(permission *Permission) (bool, error)
- func UpdatePermissionForColumns(permission *Permission, columns []string) (bool, error)
- func UpdatePlan(plan *Plan) (bool, error)
- func UpdatePolicy(enforcer *Enforcer, oldpolicy *CasbinRule, newpolicy *CasbinRule) (bool, error)
- func UpdatePricing(pricing *Pricing) (bool, error)
- func UpdateProduct(product *Product) (bool, error)
- func UpdateProvider(provider *Provider) (bool, error)
- func UpdateRole(role *Role) (bool, error)
- func UpdateRoleForColumns(role *Role, columns []string) (bool, error)
- func UpdateSession(session *Session) (bool, error)
- func UpdateSessionForColumns(session *Session, columns []string) (bool, error)
- func UpdateSubscription(subscription *Subscription) (bool, error)
- func UpdateSyncer(syncer *Syncer) (bool, error)
- func UpdateToken(token *Token) (bool, error)
- func UpdateTokenForColumns(token *Token, columns []string) (bool, error)
- func UpdateTransaction(transaction *Transaction) (bool, error)
- func UpdateUser(user *User) (bool, error)
- func UpdateUserById(id string, user *User) (bool, error)
- func UpdateUserForColumns(user *User, columns []string) (bool, error)
- func UpdateWebhook(webhook *Webhook) (bool, error)
- func UploadResource(user string, tag string, parent string, fullFilePath string, fileBytes []byte) (string, string, error)
- func UploadResourceEx(user string, tag string, parent string, fullFilePath string, fileBytes []byte, ...) (string, string, error)
- type AccountItem
- type Adapter
- type Address
- type Application
- type AuthConfig
- type CasbinRequest
- type CasbinRule
- type Cert
- type Claims
- type Client
- func (c *Client) AddAdapter(adapter *Adapter) (bool, error)
- func (c *Client) AddApplication(application *Application) (bool, error)
- func (c *Client) AddCert(cert *Cert) (bool, error)
- func (c *Client) AddEnforcer(enforcer *Enforcer) (bool, error)
- func (c *Client) AddGroup(group *Group) (bool, error)
- func (c *Client) AddInvitation(invitation *Invitation) (bool, error)
- func (c *Client) AddLdap(ldap *Ldap) (bool, error)
- func (c *Client) AddModel(model *Model) (bool, error)
- func (c *Client) AddOrder(order *Order) (bool, error)
- func (c *Client) AddOrganization(organization *Organization) (bool, error)
- func (c *Client) AddPayment(payment *Payment) (bool, error)
- func (c *Client) AddPermission(permission *Permission) (bool, error)
- func (c *Client) AddPlan(plan *Plan) (bool, error)
- func (c *Client) AddPolicy(enforcer *Enforcer, policy *CasbinRule) (bool, error)
- func (c *Client) AddPricing(pricing *Pricing) (bool, error)
- func (c *Client) AddProduct(product *Product) (bool, error)
- func (c *Client) AddProvider(provider *Provider) (bool, error)
- func (c *Client) AddRecord(record *Record) (bool, error)
- func (c *Client) AddRole(role *Role) (bool, error)
- func (c *Client) AddSession(session *Session) (bool, error)
- func (c *Client) AddSubscription(subscription *Subscription) (bool, error)
- func (c *Client) AddSyncer(syncer *Syncer) (bool, error)
- func (c *Client) AddToken(token *Token) (bool, error)
- func (c *Client) AddTransaction(transaction *Transaction) (bool, string, error)
- func (c *Client) AddTransactionWithDryRun(transaction *Transaction, dryrun bool) (bool, string, error)
- func (c *Client) AddUser(user *User) (bool, error)
- func (c *Client) AddWebhook(webhook *Webhook) (bool, error)
- func (c *Client) BatchEnforce(permissionId string, modelId string, resourceId string, enforcerId string, ...) ([][]bool, error)
- func (c *Client) CancelOrder(name string) (bool, error)
- func (c *Client) CheckUserPassword(user *User) (bool, error)
- func (c *Client) Delete(owner, name string) error
- func (c *Client) DeleteAdapter(adapter *Adapter) (bool, error)
- func (c *Client) DeleteApplication(application *Application) (bool, error)
- func (c *Client) DeleteCert(cert *Cert) (bool, error)
- func (c *Client) DeleteEnforcer(enforcer *Enforcer) (bool, error)
- func (c *Client) DeleteGroup(group *Group) (bool, error)
- func (c *Client) DeleteInvitation(invitation *Invitation) (bool, error)
- func (c *Client) DeleteLdap(ldap *Ldap) (bool, error)
- func (c *Client) DeleteModel(model *Model) (bool, error)
- func (c *Client) DeleteOrder(order *Order) (bool, error)
- func (c *Client) DeleteOrganization(organization *Organization) (bool, error)
- func (c *Client) DeletePayment(payment *Payment) (bool, error)
- func (c *Client) DeletePermission(permission *Permission) (bool, error)
- func (c *Client) DeletePlan(plan *Plan) (bool, error)
- func (c *Client) DeletePricing(pricing *Pricing) (bool, error)
- func (c *Client) DeleteProduct(product *Product) (bool, error)
- func (c *Client) DeleteProvider(provider *Provider) (bool, error)
- func (c *Client) DeleteResource(resource *Resource) (bool, error)
- func (c *Client) DeleteResourceWithTag(resource *Resource, tag string) (bool, error)
- func (c *Client) DeleteRole(role *Role) (bool, error)
- func (c *Client) DeleteSession(session *Session) (bool, error)
- func (c *Client) DeleteSubscription(subscription *Subscription) (bool, error)
- func (c *Client) DeleteSyncer(syncer *Syncer) (bool, error)
- func (c *Client) DeleteToken(token *Token) (bool, error)
- func (c *Client) DeleteTransaction(transaction *Transaction) (bool, error)
- func (c *Client) DeleteUser(user *User) (bool, error)
- func (c *Client) DeleteWebhook(webhook *Webhook) (bool, error)
- func (c *Client) DoGetBytes(url string) ([]byte, error)
- func (c *Client) DoGetBytesRaw(url string) ([]byte, error)
- func (c *Client) DoGetResponse(url string) (*Response, error)
- func (c *Client) DoPost(action string, queryMap map[string]string, postBytes []byte, ...) (*Response, error)
- func (c *Client) DoPostBytesRaw(url string, contentType string, body io.Reader) ([]byte, error)
- func (c *Client) Enable(owner, mfaType, name, secret string, recoveryCode string) (*MfaVerifyResponse, error)
- func (c *Client) Enforce(permissionId string, modelId string, resourceId string, enforcerId string, ...) (bool, error)
- func (c *Client) GetAdapter(name string) (*Adapter, error)
- func (c *Client) GetAdapters() ([]*Adapter, error)
- func (c *Client) GetApplication(name string) (*Application, error)
- func (c *Client) GetApplications() ([]*Application, error)
- func (c *Client) GetCert(name string) (*Cert, error)
- func (c *Client) GetCerts() ([]*Cert, error)
- func (c *Client) GetEnforcer(name string) (*Enforcer, error)
- func (c *Client) GetEnforcers() ([]*Enforcer, error)
- func (c *Client) GetFilteredPolicies(enforcerId string, filters []*PolicyFilter) ([]*CasbinRule, error)
- func (c *Client) GetGlobalCerts() ([]*Cert, error)
- func (c *Client) GetGlobalUsers() ([]*User, error)
- func (c *Client) GetGroup(name string) (*Group, error)
- func (c *Client) GetGroups() ([]*Group, error)
- func (c *Client) GetId(name string) string
- func (c *Client) GetInvitation(name string) (*Invitation, error)
- func (c *Client) GetInvitationInfo(code string, applicationName string) (*Invitation, error)
- func (c *Client) GetInvitations() ([]*Invitation, error)
- func (c *Client) GetLdap(id string) (*Ldap, error)
- func (c *Client) GetLdapUsers(id string) (*LdapUsersResponse, error)
- func (c *Client) GetLdaps() ([]*Ldap, error)
- func (c *Client) GetModel(name string) (*Model, error)
- func (c *Client) GetModels() ([]*Model, error)
- func (c *Client) GetMyProfileUrl(accessToken string) string
- func (c *Client) GetOAuthToken(code string, state string, opts ...OAuthOption) (*oauth2.Token, error)
- func (c *Client) GetOrder(name string) (*Order, error)
- func (c *Client) GetOrders() ([]*Order, error)
- func (c *Client) GetOrganization(name string) (*Organization, error)
- func (c *Client) GetOrganizationApplications() ([]*Application, error)
- func (c *Client) GetOrganizationNames() ([]*Organization, error)
- func (c *Client) GetOrganizations() ([]*Organization, error)
- func (c *Client) GetPaginationAdapters(p int, pageSize int, queryMap map[string]string) ([]*Adapter, int, error)
- func (c *Client) GetPaginationEnforcers(p int, pageSize int, queryMap map[string]string) ([]*Enforcer, int, error)
- func (c *Client) GetPaginationGroups(p int, pageSize int, queryMap map[string]string) ([]*Group, int, error)
- func (c *Client) GetPaginationInvitations(p int, pageSize int, queryMap map[string]string) ([]*Invitation, int, error)
- func (c *Client) GetPaginationModels(p int, pageSize int, queryMap map[string]string) ([]*Model, int, error)
- func (c *Client) GetPaginationOrders(p int, pageSize int, queryMap map[string]string) ([]*Order, int, error)
- func (c *Client) GetPaginationPayments(p int, pageSize int, queryMap map[string]string) ([]*Payment, int, error)
- func (c *Client) GetPaginationPermissions(p int, pageSize int, queryMap map[string]string) ([]*Permission, int, error)
- func (c *Client) GetPaginationPlans(p int, pageSize int, queryMap map[string]string) ([]*Plan, int, error)
- func (c *Client) GetPaginationPricings(p int, pageSize int, queryMap map[string]string) ([]*Pricing, int, error)
- func (c *Client) GetPaginationProducts(p int, pageSize int, queryMap map[string]string) ([]*Product, int, error)
- func (c *Client) GetPaginationProviders(p int, pageSize int, queryMap map[string]string) ([]*Provider, int, error)
- func (c *Client) GetPaginationRecords(p int, pageSize int, queryMap map[string]string) ([]*Record, int, error)
- func (c *Client) GetPaginationResources(owner, user, field, value string, pageSize, page int, ...) ([]*Resource, error)
- func (c *Client) GetPaginationRoles(p int, pageSize int, queryMap map[string]string) ([]*Role, int, error)
- func (c *Client) GetPaginationSessions(p int, pageSize int, queryMap map[string]string) ([]*Session, int, error)
- func (c *Client) GetPaginationSubscriptions(p int, pageSize int, queryMap map[string]string) ([]*Subscription, int, error)
- func (c *Client) GetPaginationSyncers(p int, pageSize int, queryMap map[string]string) ([]*Syncer, int, error)
- func (c *Client) GetPaginationTokens(p int, pageSize int, queryMap map[string]string) ([]*Token, int, error)
- func (c *Client) GetPaginationTransactions(p int, pageSize int, queryMap map[string]string) ([]*Transaction, int, error)
- func (c *Client) GetPaginationUsers(p int, pageSize int, queryMap map[string]string) ([]*User, int, error)
- func (c *Client) GetPaginationWebhooks(p int, pageSize int, queryMap map[string]string) ([]*Webhook, int, error)
- func (c *Client) GetPayment(name string) (*Payment, error)
- func (c *Client) GetPayments() ([]*Payment, error)
- func (c *Client) GetPermission(name string) (*Permission, error)
- func (c *Client) GetPermissions() ([]*Permission, error)
- func (c *Client) GetPermissionsByRole(name string) ([]*Permission, error)
- func (c *Client) GetPlan(name string) (*Plan, error)
- func (c *Client) GetPlans() ([]*Plan, error)
- func (c *Client) GetPolicies(enforcerName string, adapterId string) ([]*CasbinRule, error)
- func (c *Client) GetPricing(name string) (*Pricing, error)
- func (c *Client) GetPricings() ([]*Pricing, error)
- func (c *Client) GetProduct(name string) (*Product, error)
- func (c *Client) GetProducts() ([]*Product, error)
- func (c *Client) GetProvider(name string) (*Provider, error)
- func (c *Client) GetProviders() ([]*Provider, error)
- func (c *Client) GetRecord(name string) (*Record, error)
- func (c *Client) GetRecords() ([]*Record, error)
- func (c *Client) GetResource(id string) (*Resource, error)
- func (c *Client) GetResourceEx(owner, name string) (*Resource, error)
- func (c *Client) GetResources(owner, user, field, value, sortField, sortOrder string) ([]*Resource, error)
- func (c *Client) GetRole(name string) (*Role, error)
- func (c *Client) GetRoles() ([]*Role, error)
- func (c *Client) GetSession(name string, application string) (*Session, error)
- func (c *Client) GetSessions() ([]*Session, error)
- func (c *Client) GetSigninUrl(redirectUri string) string
- func (c *Client) GetSignupUrl(enablePassword bool, redirectUri string) string
- func (c *Client) GetSortedUsers(sorter string, limit int) ([]*User, error)
- func (c *Client) GetSubscription(name string) (*Subscription, error)
- func (c *Client) GetSubscriptions() ([]*Subscription, error)
- func (c *Client) GetSyncer(name string) (*Syncer, error)
- func (c *Client) GetSyncers() ([]*Syncer, error)
- func (c *Client) GetToken(name string) (*Token, error)
- func (c *Client) GetTokens() ([]*Token, error)
- func (c *Client) GetTransaction(name string) (*Transaction, error)
- func (c *Client) GetTransactions() ([]*Transaction, error)
- func (c *Client) GetUrl(action string, queryMap map[string]string) string
- func (c *Client) GetUser(name string) (*User, error)
- func (c *Client) GetUserByEmail(email string) (*User, error)
- func (c *Client) GetUserByPhone(phone string) (*User, error)
- func (c *Client) GetUserByUserId(userId string) (*User, error)
- func (c *Client) GetUserCount(isOnline string) (int, error)
- func (c *Client) GetUserOrders(userName string) ([]*Order, error)
- func (c *Client) GetUserPayments(userName string) ([]*Payment, error)
- func (c *Client) GetUserProfileUrl(userName string, accessToken string) string
- func (c *Client) GetUserTransactions(userName string) ([]*Transaction, error)
- func (c *Client) GetUsers() ([]*User, error)
- func (c *Client) GetWebhook(name string) (*Webhook, error)
- func (c *Client) GetWebhooks() ([]*Webhook, error)
- func (c *Client) Initiate(owner, mfaType, name string) (*MfaInitiateResponse, error)
- func (c *Client) IntrospectToken(token, tokenTypeHint string) (result *IntrospectTokenResult, err error)
- func (c *Client) InvoicePayment(payment *Payment) (bool, error)
- func (c *Client) NotifyPayment(payment *Payment) (bool, error)
- func (c *Client) ParseJwtToken(token string) (*Claims, error)
- func (c *Client) PayOrder(orderName string, providerName string) (*Payment, error)
- func (c *Client) PlaceOrder(productInfos []ProductInfo, userName string) (*Order, error)
- func (c *Client) RefreshOAuthToken(refreshToken string, opts ...OAuthOption) (*oauth2.Token, error)
- func (c *Client) RemovePolicy(enforcer *Enforcer, policy *CasbinRule) (bool, error)
- func (c *Client) SendEmail(title string, content string, sender string, receivers ...string) error
- func (c *Client) SendEmailByProvider(title string, content string, sender string, provider string, ...) error
- func (c *Client) SendSms(content string, receivers ...string) error
- func (c *Client) SendSmsByProvider(content string, provider string, receivers ...string) error
- func (c *Client) SetPassword(owner, name, oldPassword, newPassword string) (bool, error)
- func (c *Client) SetPreferred(owner, mfaType, name, secret string) error
- func (c *Client) SyncLdapUsers(id string, users []*LdapUser) (*SyncLdapUsersResponse, error)
- func (c *Client) SyncLdapUsersFromServer(id string) (*SyncLdapUsersResponse, error)
- func (c *Client) UpdateAdapter(adapter *Adapter) (bool, error)
- func (c *Client) UpdateApplication(application *Application) (bool, error)
- func (c *Client) UpdateCert(cert *Cert) (bool, error)
- func (c *Client) UpdateEnforcer(enforcer *Enforcer) (bool, error)
- func (c *Client) UpdateGroup(group *Group) (bool, error)
- func (c *Client) UpdateInvitation(invitation *Invitation) (bool, error)
- func (c *Client) UpdateInvitationForColumns(invitation *Invitation, columns []string) (bool, error)
- func (c *Client) UpdateLdap(ldap *Ldap) (bool, error)
- func (c *Client) UpdateModel(model *Model) (bool, error)
- func (c *Client) UpdateOrder(order *Order) (bool, error)
- func (c *Client) UpdateOrganization(organization *Organization) (bool, error)
- func (c *Client) UpdatePayment(payment *Payment) (bool, error)
- func (c *Client) UpdatePermission(permission *Permission) (bool, error)
- func (c *Client) UpdatePermissionForColumns(permission *Permission, columns []string) (bool, error)
- func (c *Client) UpdatePlan(plan *Plan) (bool, error)
- func (c *Client) UpdatePolicy(enforcer *Enforcer, oldpolicy *CasbinRule, newpolicy *CasbinRule) (bool, error)
- func (c *Client) UpdatePricing(pricing *Pricing) (bool, error)
- func (c *Client) UpdateProduct(product *Product) (bool, error)
- func (c *Client) UpdateProvider(provider *Provider) (bool, error)
- func (c *Client) UpdateRole(role *Role) (bool, error)
- func (c *Client) UpdateRoleForColumns(role *Role, columns []string) (bool, error)
- func (c *Client) UpdateSession(session *Session) (bool, error)
- func (c *Client) UpdateSessionForColumns(session *Session, columns []string) (bool, error)
- func (c *Client) UpdateSubscription(subscription *Subscription) (bool, error)
- func (c *Client) UpdateSyncer(syncer *Syncer) (bool, error)
- func (c *Client) UpdateToken(token *Token) (bool, error)
- func (c *Client) UpdateTokenForColumns(token *Token, columns []string) (bool, error)
- func (c *Client) UpdateTransaction(transaction *Transaction) (bool, error)
- func (c *Client) UpdateUser(user *User) (bool, error)
- func (c *Client) UpdateUserById(id string, user *User) (bool, error)
- func (c *Client) UpdateUserByUserId(owner string, userId string, user *User) (bool, error)
- func (c *Client) UpdateUserForColumns(user *User, columns []string) (bool, error)
- func (c *Client) UpdateWebhook(webhook *Webhook) (bool, error)
- func (c *Client) UploadResource(user string, tag string, parent string, fullFilePath string, fileBytes []byte) (string, string, error)
- func (c *Client) UploadResourceEx(user string, tag string, parent string, fullFilePath string, fileBytes []byte, ...) (string, string, error)
- func (c *Client) Verify(owner, mfaType, name, secret, passcode string) (*MfaVerifyResponse, error)
- type Enforcer
- type FaceId
- type Group
- type Header
- type HttpClient
- type IntrospectTokenResult
- type Invitation
- type JwtItem
- type Ldap
- type LdapUser
- type LdapUsersResponse
- type ManagedAccount
- type MfaAccount
- type MfaInitiateResponse
- type MfaItem
- type MfaProps
- type MfaRequest
- type MfaType
- type MfaVerifyResponse
- type Model
- type OAuthOption
- type Order
- func GetOrder(name string) (*Order, error)
- func GetOrders() ([]*Order, error)
- func GetPaginationOrders(p int, pageSize int, queryMap map[string]string) ([]*Order, int, error)
- func GetUserOrders(userName string) ([]*Order, error)
- func PlaceOrder(productInfos []ProductInfo, userName string) (*Order, error)
- type Organization
- type Payment
- func GetPaginationPayments(p int, pageSize int, queryMap map[string]string) ([]*Payment, int, error)
- func GetPayment(name string) (*Payment, error)
- func GetPayments() ([]*Payment, error)
- func GetUserPayments(userName string) ([]*Payment, error)
- func PayOrder(orderName string, providerName string) (*Payment, error)
- type Permission
- type PermissionRule
- type Plan
- type PolicyFilter
- type Pricing
- type Product
- type ProductInfo
- type Provider
- type ProviderItem
- type Record
- type Resource
- func GetPaginationResources(owner, user, field, value string, pageSize, page int, ...) ([]*Resource, error)
- func GetResource(id string) (*Resource, error)
- func GetResourceEx(owner, name string) (*Resource, error)
- func GetResources(owner, user, field, value, sortField, sortOrder string) ([]*Resource, error)
- type Response
- type Role
- type SamlItem
- type Session
- type SigninItem
- type SigninMethod
- type SignupItem
- type Subscription
- type SubscriptionState
- type SyncLdapUsersResponse
- type Syncer
- type TableColumn
- type ThemeData
- type Token
- type Transaction
- type User
- func GetGlobalUsers() ([]*User, error)
- func GetPaginationUsers(p int, pageSize int, queryMap map[string]string) ([]*User, int, error)
- func GetSortedUsers(sorter string, limit int) ([]*User, error)
- func GetUser(name string) (*User, error)
- func GetUserByEmail(email string) (*User, error)
- func GetUserByPhone(phone string) (*User, error)
- func GetUserByUserId(userId string) (*User, error)
- func GetUsers() ([]*User, error)
- type Userinfo
- type Webhook
Constants ¶
const ( EMAIL string = "email" SMS string = "sms" APP string = "app" )
const MfaRecoveryCodesSession = "mfa_recovery_codes"
Variables ¶
var ( CasdoorApplication = "app-built-in" CasdoorOrganization = "built-in" )
var ( TestCasdoorEndpoint = "https://demo.casdoor.com" TestClientId = "294b09fbc17f95daf2fe" TestClientSecret = "dd8982f7046ccba1bbd7851d5c1ece4e52bf039d" TestCasdoorOrganization = "casbin" TestCasdoorApplication = "app-vue-python-example" )
var TestJwtPublicKey = `` /* 1784-byte string literal not displayed */
Functions ¶
func AddAdapter ¶ added in v0.29.0
func AddApplication ¶
func AddApplication(application *Application) (bool, error)
func AddEnforcer ¶ added in v0.29.0
func AddInvitation ¶ added in v1.10.0
func AddInvitation(invitation *Invitation) (bool, error)
func AddOrganization ¶
func AddOrganization(organization *Organization) (bool, error)
func AddPayment ¶ added in v0.29.0
func AddPermission ¶
func AddPermission(permission *Permission) (bool, error)
func AddPolicy ¶ added in v0.41.0
func AddPolicy(enforcer *Enforcer, policy *CasbinRule) (bool, error)
func AddPricing ¶ added in v0.29.0
func AddProduct ¶ added in v0.29.0
func AddProvider ¶ added in v0.28.0
func AddSession ¶ added in v0.28.0
func AddSubscription ¶ added in v0.29.0
func AddSubscription(subscription *Subscription) (bool, error)
func AddTransaction ¶ added in v0.40.0
func AddTransaction(transaction *Transaction) (bool, string, error)
func AddTransactionWithDryRun ¶ added in v1.37.0
func AddTransactionWithDryRun(transaction *Transaction, dryrun bool) (bool, string, error)
func AddWebhook ¶ added in v0.29.0
func BatchEnforce ¶ added in v0.17.0
func CancelOrder ¶ added in v1.43.0
func CheckUserPassword ¶
func DeleteAdapter ¶ added in v0.29.0
func DeleteApplication ¶
func DeleteApplication(application *Application) (bool, error)
func DeleteCert ¶ added in v0.29.0
func DeleteEnforcer ¶ added in v0.29.0
func DeleteGroup ¶ added in v0.29.0
func DeleteInvitation ¶ added in v1.10.0
func DeleteInvitation(invitation *Invitation) (bool, error)
func DeleteLdap ¶ added in v1.9.0
func DeleteModel ¶ added in v0.29.0
func DeleteOrder ¶ added in v1.43.0
func DeleteOrganization ¶
func DeleteOrganization(organization *Organization) (bool, error)
func DeletePayment ¶ added in v0.29.0
func DeletePermission ¶ added in v0.11.0
func DeletePermission(permission *Permission) (bool, error)
func DeletePlan ¶ added in v0.29.0
func DeletePricing ¶ added in v0.29.0
func DeleteProduct ¶ added in v0.29.0
func DeleteProvider ¶ added in v0.28.0
func DeleteResource ¶
func DeleteResourceWithTag ¶ added in v1.14.0
func DeleteRole ¶ added in v0.13.0
func DeleteSession ¶ added in v0.28.0
func DeleteSubscription ¶ added in v0.29.0
func DeleteSubscription(subscription *Subscription) (bool, error)
func DeleteSyncer ¶ added in v0.29.0
func DeleteToken ¶ added in v0.21.0
func DeleteTransaction ¶ added in v0.40.0
func DeleteTransaction(transaction *Transaction) (bool, error)
func DeleteUser ¶
func DeleteWebhook ¶ added in v0.29.0
func DoGetBytes ¶
DoGetBytes is a general function to get response data in bytes from param url through HTTP Get method.
func DoGetBytesRaw ¶
DoGetBytesRaw is a general function to get response from param url through HTTP Get method.
func DoPostBytesRaw ¶ added in v0.17.0
DoPostBytesRaw is a general function to post a request from url, body through HTTP Post method.
func GetCurrentTime ¶ added in v0.31.1
func GetCurrentTime() string
func GetMyProfileUrl ¶
func GetOAuthToken ¶
func GetSigninUrl ¶
func GetSignupUrl ¶
func GetUserCount ¶
func GetUserProfileUrl ¶
func InitConfig ¶
func InvoicePayment ¶ added in v0.29.0
func NotifyPayment ¶ added in v0.29.0
func RefreshOAuthToken ¶
func RefreshOAuthToken(refreshToken string, opts ...OAuthOption) (*oauth2.Token, error)
func RemovePolicy ¶ added in v0.41.0
func RemovePolicy(enforcer *Enforcer, policy *CasbinRule) (bool, error)
func SendEmailByProvider ¶ added in v0.52.0
func SendSmsByProvider ¶ added in v0.52.0
func SetHttpClient ¶ added in v0.20.0
func SetHttpClient(httpClient HttpClient)
SetHttpClient sets custom http Client.
func SetPassword ¶ added in v0.9.0
note: oldPassword is not required, if you don't need, just pass a empty string
func UpdateAdapter ¶ added in v0.29.0
func UpdateApplication ¶ added in v0.28.0
func UpdateApplication(application *Application) (bool, error)
func UpdateCert ¶ added in v0.29.0
func UpdateEnforcer ¶ added in v0.29.0
func UpdateGroup ¶ added in v0.29.0
func UpdateInvitation ¶ added in v1.10.0
func UpdateInvitation(invitation *Invitation) (bool, error)
func UpdateInvitationForColumns ¶ added in v1.10.0
func UpdateInvitationForColumns(invitation *Invitation, columns []string) (bool, error)
func UpdateLdap ¶ added in v1.9.0
func UpdateModel ¶ added in v0.29.0
func UpdateOrder ¶ added in v1.43.0
func UpdateOrganization ¶ added in v0.28.0
func UpdateOrganization(organization *Organization) (bool, error)
func UpdatePayment ¶ added in v0.29.0
func UpdatePermission ¶ added in v0.11.0
func UpdatePermission(permission *Permission) (bool, error)
func UpdatePermissionForColumns ¶ added in v0.11.0
func UpdatePermissionForColumns(permission *Permission, columns []string) (bool, error)
func UpdatePlan ¶ added in v0.29.0
func UpdatePolicy ¶ added in v0.41.0
func UpdatePolicy(enforcer *Enforcer, oldpolicy *CasbinRule, newpolicy *CasbinRule) (bool, error)
func UpdatePricing ¶ added in v0.29.0
func UpdateProduct ¶ added in v0.29.0
func UpdateProvider ¶ added in v0.28.0
func UpdateRole ¶ added in v0.13.0
func UpdateRoleForColumns ¶ added in v0.13.0
func UpdateSession ¶ added in v0.28.0
func UpdateSessionForColumns ¶ added in v0.28.0
func UpdateSubscription ¶ added in v0.29.0
func UpdateSubscription(subscription *Subscription) (bool, error)
func UpdateSyncer ¶ added in v0.29.0
func UpdateToken ¶ added in v0.34.0
func UpdateTokenForColumns ¶ added in v0.34.0
func UpdateTransaction ¶ added in v0.40.0
func UpdateTransaction(transaction *Transaction) (bool, error)
func UpdateUser ¶
func UpdateWebhook ¶ added in v0.29.0
func UploadResource ¶
Types ¶
type AccountItem ¶ added in v0.10.0
type Adapter ¶ added in v0.29.0
type Adapter struct {
Owner string `xorm:"varchar(100) notnull pk" json:"owner"`
Name string `xorm:"varchar(100) notnull pk" json:"name"`
CreatedTime string `xorm:"varchar(100)" json:"createdTime"`
UseSameDb bool `json:"useSameDb"`
Type string `xorm:"varchar(100)" json:"type"`
DatabaseType string `xorm:"varchar(100)" json:"databaseType"`
Host string `xorm:"varchar(100)" json:"host"`
Port int `json:"port"`
User string `xorm:"varchar(100)" json:"user"`
Password string `xorm:"varchar(100)" json:"password"`
Database string `xorm:"varchar(100)" json:"database"`
Table string `xorm:"varchar(100)" json:"table"`
TableNamePrefix string `xorm:"varchar(100)" json:"tableNamePrefix"`
IsEnabled bool `json:"isEnabled"`
}
func GetAdapter ¶ added in v0.29.0
func GetAdapters ¶ added in v0.29.0
type Address ¶ added in v1.44.0
type Address struct {
Tag string `xorm:"varchar(100)" json:"tag"`
Line1 string `xorm:"varchar(100)" json:"line1"`
Line2 string `xorm:"varchar(100)" json:"line2"`
City string `xorm:"varchar(100)" json:"city"`
State string `xorm:"varchar(100)" json:"state"`
ZipCode string `xorm:"varchar(100)" json:"zipCode"`
Region string `xorm:"varchar(100)" json:"region"`
}
type Application ¶
type Application struct {
Owner string `xorm:"varchar(100) notnull pk" json:"owner"`
Name string `xorm:"varchar(100) notnull pk" json:"name"`
CreatedTime string `xorm:"varchar(100)" json:"createdTime"`
DisplayName string `xorm:"varchar(100)" json:"displayName"`
Logo string `xorm:"varchar(200)" json:"logo"`
Title string `xorm:"varchar(100)" json:"title"`
Favicon string `xorm:"varchar(200)" json:"favicon"`
Order int `json:"order"`
HomepageUrl string `xorm:"varchar(100)" json:"homepageUrl"`
Description string `xorm:"varchar(100)" json:"description"`
Organization string `xorm:"varchar(100)" json:"organization"`
Cert string `xorm:"varchar(100)" json:"cert"`
DefaultGroup string `xorm:"varchar(100)" json:"defaultGroup"`
HeaderHtml string `xorm:"mediumtext" json:"headerHtml"`
EnablePassword bool `json:"enablePassword"`
EnableSignUp bool `json:"enableSignUp"`
DisableSignin bool `json:"disableSignin"`
EnableSigninSession bool `json:"enableSigninSession"`
EnableAutoSignin bool `json:"enableAutoSignin"`
EnableCodeSignin bool `json:"enableCodeSignin"`
EnableExclusiveSignin bool `json:"enableExclusiveSignin"`
EnableSamlCompress bool `json:"enableSamlCompress"`
EnableSamlC14n10 bool `json:"enableSamlC14n10"`
EnableSamlPostBinding bool `json:"enableSamlPostBinding"`
DisableSamlAttributes bool `json:"disableSamlAttributes"`
EnableSamlAssertionSignature bool `json:"enableSamlAssertionSignature"`
UseEmailAsSamlNameId bool `json:"useEmailAsSamlNameId"`
EnableWebAuthn bool `json:"enableWebAuthn"`
EnableLinkWithEmail bool `json:"enableLinkWithEmail"`
OrgChoiceMode string `json:"orgChoiceMode"`
SamlReplyUrl string `xorm:"varchar(500)" json:"samlReplyUrl"`
Providers []*ProviderItem `xorm:"mediumtext" json:"providers"`
SigninMethods []*SigninMethod `xorm:"varchar(2000)" json:"signinMethods"`
SignupItems []*SignupItem `xorm:"varchar(3000)" json:"signupItems"`
SigninItems []*SigninItem `xorm:"mediumtext" json:"signinItems"`
GrantTypes []string `xorm:"varchar(1000)" json:"grantTypes"`
OrganizationObj *Organization `xorm:"-" json:"organizationObj"`
CertPublicKey string `xorm:"-" json:"certPublicKey"`
Tags []string `xorm:"mediumtext" json:"tags"`
SamlAttributes []*SamlItem `xorm:"varchar(1000)" json:"samlAttributes"`
SamlHashAlgorithm string `xorm:"varchar(20)" json:"samlHashAlgorithm"`
IpRestriction string `json:"ipRestriction"`
ClientId string `xorm:"varchar(100)" json:"clientId"`
ClientSecret string `xorm:"varchar(100)" json:"clientSecret"`
RedirectUris []string `xorm:"varchar(1000)" json:"redirectUris"`
ForcedRedirectOrigin string `xorm:"varchar(100)" json:"forcedRedirectOrigin"`
TokenFormat string `xorm:"varchar(100)" json:"tokenFormat"`
TokenSigningMethod string `xorm:"varchar(100)" json:"tokenSigningMethod"`
TokenFields []string `xorm:"varchar(1000)" json:"tokenFields"`
TokenAttributes []*JwtItem `xorm:"mediumtext" json:"tokenAttributes"`
ExpireInHours float64 `json:"expireInHours"`
RefreshExpireInHours float64 `json:"refreshExpireInHours"`
CookieExpireInHours int64 `json:"cookieExpireInHours"`
SignupUrl string `xorm:"varchar(200)" json:"signupUrl"`
SigninUrl string `xorm:"varchar(200)" json:"signinUrl"`
ForgetUrl string `xorm:"varchar(200)" json:"forgetUrl"`
AffiliationUrl string `xorm:"varchar(100)" json:"affiliationUrl"`
IpWhitelist string `xorm:"varchar(200)" json:"ipWhitelist"`
TermsOfUse string `xorm:"varchar(200)" json:"termsOfUse"`
SignupHtml string `xorm:"mediumtext" json:"signupHtml"`
SigninHtml string `xorm:"mediumtext" json:"signinHtml"`
ThemeData *ThemeData `xorm:"json" json:"themeData"`
FormCss string `xorm:"text" json:"formCss"`
FormCssMobile string `xorm:"text" json:"formCssMobile"`
FormOffset int `json:"formOffset"`
FormSideHtml string `xorm:"mediumtext" json:"formSideHtml"`
FormBackgroundUrl string `xorm:"varchar(200)" json:"formBackgroundUrl"`
FormBackgroundUrlMobile string `xorm:"varchar(200)" json:"formBackgroundUrlMobile"`
FailedSigninLimit int `json:"failedSigninLimit"`
FailedSigninFrozenTime int `json:"failedSigninFrozenTime"`
CodeResendTimeout int `json:"codeResendTimeout"`
CertObj *Cert `xorm:"-" json:"certObj"`
}
Application has the same definition as https://github.com/casdoor/casdoor/blob/master/object/application.go#L61
func GetApplication ¶ added in v0.28.0
func GetApplication(name string) (*Application, error)
func GetApplications ¶ added in v0.28.0
func GetApplications() ([]*Application, error)
func GetOrganizationApplications ¶ added in v0.28.4
func GetOrganizationApplications() ([]*Application, error)
type AuthConfig ¶
type AuthConfig struct {
Endpoint string
ClientId string
ClientSecret string
Certificate string
OrganizationName string
ApplicationName string
}
AuthConfig is the core configuration. The first step to use this SDK is to use the InitConfig function to initialize the global authConfig.
type CasbinRequest ¶ added in v0.23.0
type CasbinRequest = []interface{}
type CasbinRule ¶ added in v0.41.0
type CasbinRule struct {
Id int64 `xorm:"pk autoincr"`
Ptype string `xorm:"varchar(100) index not null default ''"`
V0 string `xorm:"varchar(100) index not null default ''"`
V1 string `xorm:"varchar(100) index not null default ''"`
V2 string `xorm:"varchar(100) index not null default ''"`
V3 string `xorm:"varchar(100) index not null default ''"`
V4 string `xorm:"varchar(100) index not null default ''"`
V5 string `xorm:"varchar(100) index not null default ''"`
// contains filtered or unexported fields
}
func GetFilteredPolicies ¶ added in v1.11.0
func GetFilteredPolicies(enforcerId string, filters []*PolicyFilter) ([]*CasbinRule, error)
GetFilteredPolicies gets policies with filtering capabilities based on field index and values
func GetPolicies ¶ added in v0.41.0
func GetPolicies(enforcerName string, adapterId string) ([]*CasbinRule, error)
type Cert ¶ added in v0.28.2
type Cert struct {
Owner string `xorm:"varchar(100) notnull pk" json:"owner"`
Name string `xorm:"varchar(100) notnull pk" json:"name"`
CreatedTime string `xorm:"varchar(100)" json:"createdTime"`
DisplayName string `xorm:"varchar(100)" json:"displayName"`
Scope string `xorm:"varchar(100)" json:"scope"`
Type string `xorm:"varchar(100)" json:"type"`
CryptoAlgorithm string `xorm:"varchar(100)" json:"cryptoAlgorithm"`
BitSize int `json:"bitSize"`
ExpireInYears int `json:"expireInYears"`
Certificate string `xorm:"mediumtext" json:"certificate"`
PrivateKey string `xorm:"mediumtext" json:"privateKey"`
AuthorityPublicKey string `xorm:"mediumtext" json:"authorityPublicKey"`
AuthorityRootPublicKey string `xorm:"mediumtext" json:"authorityRootPublicKey"`
}
Cert has the same definition as https://github.com/casdoor/casdoor/blob/master/object/cert.go#L24
func GetGlobalCerts ¶ added in v0.28.2
type Claims ¶
type Claims struct {
User
AccessToken string `json:"accessToken"`
jwt.RegisteredClaims
TokenType string `json:"tokenType"`
RefreshTokenType string `json:"TokenType"`
SigninMethod string `json:"signinMethod"`
}
func ParseJwtToken ¶
func (Claims) IsRefreshToken ¶ added in v0.36.0
IsRefreshToken returns true if the token is a refresh token
type Client ¶ added in v0.27.0
type Client struct {
AuthConfig
CustomHeaders map[string]string
}
func NewClientWithConf ¶ added in v0.27.0
func NewClientWithConf(config *AuthConfig) *Client
func (*Client) AddAdapter ¶ added in v0.29.0
func (*Client) AddApplication ¶ added in v0.27.0
func (c *Client) AddApplication(application *Application) (bool, error)
func (*Client) AddEnforcer ¶ added in v0.29.0
func (*Client) AddInvitation ¶ added in v1.10.0
func (c *Client) AddInvitation(invitation *Invitation) (bool, error)
func (*Client) AddOrganization ¶ added in v0.27.0
func (c *Client) AddOrganization(organization *Organization) (bool, error)
func (*Client) AddPayment ¶ added in v0.29.0
func (*Client) AddPermission ¶ added in v0.27.0
func (c *Client) AddPermission(permission *Permission) (bool, error)
func (*Client) AddPolicy ¶ added in v0.41.0
func (c *Client) AddPolicy(enforcer *Enforcer, policy *CasbinRule) (bool, error)
func (*Client) AddPricing ¶ added in v0.29.0
func (*Client) AddProduct ¶ added in v0.29.0
func (*Client) AddProvider ¶ added in v0.28.0
func (*Client) AddSession ¶ added in v0.28.0
func (*Client) AddSubscription ¶ added in v0.29.0
func (c *Client) AddSubscription(subscription *Subscription) (bool, error)
func (*Client) AddTransaction ¶ added in v0.40.0
func (c *Client) AddTransaction(transaction *Transaction) (bool, string, error)
func (*Client) AddTransactionWithDryRun ¶ added in v1.37.0
func (*Client) AddWebhook ¶ added in v0.29.0
func (*Client) BatchEnforce ¶ added in v0.27.0
func (*Client) CancelOrder ¶ added in v1.43.0
func (*Client) CheckUserPassword ¶ added in v0.27.0
func (*Client) DeleteAdapter ¶ added in v0.29.0
func (*Client) DeleteApplication ¶ added in v0.27.0
func (c *Client) DeleteApplication(application *Application) (bool, error)
func (*Client) DeleteEnforcer ¶ added in v0.29.0
func (*Client) DeleteGroup ¶ added in v0.29.0
func (*Client) DeleteInvitation ¶ added in v1.10.0
func (c *Client) DeleteInvitation(invitation *Invitation) (bool, error)
func (*Client) DeleteModel ¶ added in v0.29.0
func (*Client) DeleteOrder ¶ added in v1.43.0
func (*Client) DeleteOrganization ¶ added in v0.27.0
func (c *Client) DeleteOrganization(organization *Organization) (bool, error)
func (*Client) DeletePayment ¶ added in v0.29.0
func (*Client) DeletePermission ¶ added in v0.27.0
func (c *Client) DeletePermission(permission *Permission) (bool, error)
func (*Client) DeletePricing ¶ added in v0.29.0
func (*Client) DeleteProduct ¶ added in v0.29.0
func (*Client) DeleteProvider ¶ added in v0.28.0
func (*Client) DeleteResource ¶ added in v0.27.0
func (*Client) DeleteResourceWithTag ¶ added in v1.14.0
func (*Client) DeleteSession ¶ added in v0.28.0
func (*Client) DeleteSubscription ¶ added in v0.29.0
func (c *Client) DeleteSubscription(subscription *Subscription) (bool, error)
func (*Client) DeleteSyncer ¶ added in v0.29.0
func (*Client) DeleteToken ¶ added in v0.27.0
func (*Client) DeleteTransaction ¶ added in v0.40.0
func (c *Client) DeleteTransaction(transaction *Transaction) (bool, error)
func (*Client) DeleteWebhook ¶ added in v0.29.0
func (*Client) DoGetBytes ¶ added in v0.27.0
DoGetBytes is a general function to get response data in bytes from param url through HTTP Get method.
func (*Client) DoGetBytesRaw ¶ added in v0.27.0
DoGetBytesRaw is a general function to get response from param url through HTTP Get method.
func (*Client) DoGetResponse ¶ added in v0.27.0
DoGetResponse is a general function to get response from param url through HTTP Get method.
func (*Client) DoPostBytesRaw ¶ added in v0.27.0
DoPostBytesRaw is a general function to post a request from url, body through HTTP Post method.
func (*Client) Enable ¶ added in v1.17.0
func (c *Client) Enable(owner, mfaType, name, secret string, recoveryCode string) (*MfaVerifyResponse, error)
func (*Client) GetAdapter ¶ added in v0.29.0
func (*Client) GetAdapters ¶ added in v0.29.0
func (*Client) GetApplication ¶ added in v0.28.0
func (c *Client) GetApplication(name string) (*Application, error)
func (*Client) GetApplications ¶ added in v0.28.0
func (c *Client) GetApplications() ([]*Application, error)
func (*Client) GetEnforcer ¶ added in v0.29.0
func (*Client) GetEnforcers ¶ added in v0.29.0
func (*Client) GetFilteredPolicies ¶ added in v1.11.0
func (c *Client) GetFilteredPolicies(enforcerId string, filters []*PolicyFilter) ([]*CasbinRule, error)
GetFilteredPolicies gets policies with filtering capabilities based on field index and values
func (*Client) GetGlobalCerts ¶ added in v0.28.2
func (*Client) GetGlobalUsers ¶ added in v0.28.0
func (*Client) GetInvitation ¶ added in v1.10.0
func (c *Client) GetInvitation(name string) (*Invitation, error)
func (*Client) GetInvitationInfo ¶ added in v1.10.0
func (c *Client) GetInvitationInfo(code string, applicationName string) (*Invitation, error)
func (*Client) GetInvitations ¶ added in v1.10.0
func (c *Client) GetInvitations() ([]*Invitation, error)
func (*Client) GetLdapUsers ¶ added in v1.21.0
func (c *Client) GetLdapUsers(id string) (*LdapUsersResponse, error)
func (*Client) GetMyProfileUrl ¶ added in v0.27.0
func (*Client) GetOAuthToken ¶ added in v0.27.0
func (c *Client) GetOAuthToken(code string, state string, opts ...OAuthOption) (*oauth2.Token, error)
GetOAuthToken gets the pivotal and necessary secret to interact with the Casdoor server
func (*Client) GetOrganization ¶ added in v0.28.0
func (c *Client) GetOrganization(name string) (*Organization, error)
func (*Client) GetOrganizationApplications ¶ added in v0.28.4
func (c *Client) GetOrganizationApplications() ([]*Application, error)
func (*Client) GetOrganizationNames ¶ added in v0.28.0
func (c *Client) GetOrganizationNames() ([]*Organization, error)
func (*Client) GetOrganizations ¶ added in v0.28.0
func (c *Client) GetOrganizations() ([]*Organization, error)
func (*Client) GetPaginationAdapters ¶ added in v0.29.0
func (*Client) GetPaginationEnforcers ¶ added in v0.29.0
func (*Client) GetPaginationGroups ¶ added in v0.29.0
func (*Client) GetPaginationInvitations ¶ added in v1.10.0
func (*Client) GetPaginationModels ¶ added in v0.29.0
func (*Client) GetPaginationOrders ¶ added in v1.43.0
func (*Client) GetPaginationPayments ¶ added in v0.29.0
func (*Client) GetPaginationPermissions ¶ added in v0.27.0
func (*Client) GetPaginationPlans ¶ added in v0.29.0
func (*Client) GetPaginationPricings ¶ added in v0.29.0
func (*Client) GetPaginationProducts ¶ added in v0.29.0
func (*Client) GetPaginationProviders ¶ added in v0.28.0
func (*Client) GetPaginationRecords ¶ added in v0.28.0
func (*Client) GetPaginationResources ¶ added in v0.27.0
func (*Client) GetPaginationRoles ¶ added in v0.27.0
func (*Client) GetPaginationSessions ¶ added in v0.28.0
func (*Client) GetPaginationSubscriptions ¶ added in v0.29.0
func (*Client) GetPaginationSyncers ¶ added in v0.29.0
func (*Client) GetPaginationTokens ¶ added in v0.34.0
func (*Client) GetPaginationTransactions ¶ added in v0.40.0
func (*Client) GetPaginationUsers ¶ added in v0.27.0
func (*Client) GetPaginationWebhooks ¶ added in v0.29.0
func (*Client) GetPayment ¶ added in v0.29.0
func (*Client) GetPayments ¶ added in v0.29.0
func (*Client) GetPermission ¶ added in v0.27.0
func (c *Client) GetPermission(name string) (*Permission, error)
func (*Client) GetPermissions ¶ added in v0.27.0
func (c *Client) GetPermissions() ([]*Permission, error)
func (*Client) GetPermissionsByRole ¶ added in v0.27.0
func (c *Client) GetPermissionsByRole(name string) ([]*Permission, error)
func (*Client) GetPolicies ¶ added in v0.41.0
func (c *Client) GetPolicies(enforcerName string, adapterId string) ([]*CasbinRule, error)
func (*Client) GetPricing ¶ added in v0.29.0
func (*Client) GetPricings ¶ added in v0.29.0
func (*Client) GetProduct ¶ added in v0.29.0
func (*Client) GetProducts ¶ added in v0.29.0
func (*Client) GetProvider ¶ added in v0.28.0
func (*Client) GetProviders ¶ added in v0.28.0
func (*Client) GetRecords ¶ added in v0.28.0
func (*Client) GetResource ¶ added in v0.27.0
func (*Client) GetResourceEx ¶ added in v0.27.0
func (*Client) GetResources ¶ added in v0.27.0
func (*Client) GetSession ¶ added in v0.28.0
func (*Client) GetSessions ¶ added in v0.28.0
func (*Client) GetSigninUrl ¶ added in v0.27.0
func (*Client) GetSignupUrl ¶ added in v0.27.0
func (*Client) GetSortedUsers ¶ added in v0.27.0
func (*Client) GetSubscription ¶ added in v0.29.0
func (c *Client) GetSubscription(name string) (*Subscription, error)
func (*Client) GetSubscriptions ¶ added in v0.29.0
func (c *Client) GetSubscriptions() ([]*Subscription, error)
func (*Client) GetSyncers ¶ added in v0.29.0
func (*Client) GetTransaction ¶ added in v0.40.0
func (c *Client) GetTransaction(name string) (*Transaction, error)
func (*Client) GetTransactions ¶ added in v0.40.0
func (c *Client) GetTransactions() ([]*Transaction, error)
func (*Client) GetUserByEmail ¶ added in v0.27.0
func (*Client) GetUserByPhone ¶ added in v0.27.0
func (*Client) GetUserByUserId ¶ added in v0.27.0
func (*Client) GetUserCount ¶ added in v0.27.0
func (*Client) GetUserOrders ¶ added in v1.43.0
func (*Client) GetUserPayments ¶ added in v0.29.0
func (*Client) GetUserProfileUrl ¶ added in v0.27.0
func (*Client) GetUserTransactions ¶ added in v0.40.0
func (c *Client) GetUserTransactions(userName string) ([]*Transaction, error)
func (*Client) GetWebhook ¶ added in v0.29.0
func (*Client) GetWebhooks ¶ added in v0.29.0
func (*Client) Initiate ¶ added in v1.17.0
func (c *Client) Initiate(owner, mfaType, name string) (*MfaInitiateResponse, error)
func (*Client) IntrospectToken ¶ added in v0.39.0
func (c *Client) IntrospectToken(token, tokenTypeHint string) (result *IntrospectTokenResult, err error)
func (*Client) InvoicePayment ¶ added in v0.29.0
func (*Client) NotifyPayment ¶ added in v0.29.0
func (*Client) ParseJwtToken ¶ added in v0.27.0
func (*Client) PlaceOrder ¶ added in v1.41.0
func (c *Client) PlaceOrder(productInfos []ProductInfo, userName string) (*Order, error)
func (*Client) RefreshOAuthToken ¶ added in v0.27.0
RefreshOAuthToken refreshes the OAuth token
func (*Client) RemovePolicy ¶ added in v0.41.0
func (c *Client) RemovePolicy(enforcer *Enforcer, policy *CasbinRule) (bool, error)
func (*Client) SendEmailByProvider ¶ added in v0.52.0
func (*Client) SendSmsByProvider ¶ added in v0.52.0
func (*Client) SetPassword ¶ added in v0.27.0
note: oldPassword is not required, if you don't need, just pass a empty string
func (*Client) SetPreferred ¶ added in v1.17.0
func (*Client) SyncLdapUsers ¶ added in v1.27.0
func (c *Client) SyncLdapUsers(id string, users []*LdapUser) (*SyncLdapUsersResponse, error)
func (*Client) SyncLdapUsersFromServer ¶ added in v1.28.0
func (c *Client) SyncLdapUsersFromServer(id string) (*SyncLdapUsersResponse, error)
func (*Client) UpdateAdapter ¶ added in v0.29.0
func (*Client) UpdateApplication ¶ added in v0.28.0
func (c *Client) UpdateApplication(application *Application) (bool, error)
func (*Client) UpdateEnforcer ¶ added in v0.29.0
func (*Client) UpdateGroup ¶ added in v0.29.0
func (*Client) UpdateInvitation ¶ added in v1.10.0
func (c *Client) UpdateInvitation(invitation *Invitation) (bool, error)
func (*Client) UpdateInvitationForColumns ¶ added in v1.10.0
func (c *Client) UpdateInvitationForColumns(invitation *Invitation, columns []string) (bool, error)
func (*Client) UpdateModel ¶ added in v0.29.0
func (*Client) UpdateOrder ¶ added in v1.43.0
func (*Client) UpdateOrganization ¶ added in v0.28.0
func (c *Client) UpdateOrganization(organization *Organization) (bool, error)
func (*Client) UpdatePayment ¶ added in v0.29.0
func (*Client) UpdatePermission ¶ added in v0.27.0
func (c *Client) UpdatePermission(permission *Permission) (bool, error)
func (*Client) UpdatePermissionForColumns ¶ added in v0.27.0
func (c *Client) UpdatePermissionForColumns(permission *Permission, columns []string) (bool, error)
func (*Client) UpdatePolicy ¶ added in v0.41.0
func (c *Client) UpdatePolicy(enforcer *Enforcer, oldpolicy *CasbinRule, newpolicy *CasbinRule) (bool, error)
func (*Client) UpdatePricing ¶ added in v0.29.0
func (*Client) UpdateProduct ¶ added in v0.29.0
func (*Client) UpdateProvider ¶ added in v0.28.0
func (*Client) UpdateRoleForColumns ¶ added in v0.27.0
func (*Client) UpdateSession ¶ added in v0.28.0
func (*Client) UpdateSessionForColumns ¶ added in v0.28.0
func (*Client) UpdateSubscription ¶ added in v0.29.0
func (c *Client) UpdateSubscription(subscription *Subscription) (bool, error)
func (*Client) UpdateSyncer ¶ added in v0.29.0
func (*Client) UpdateToken ¶ added in v0.34.0
func (*Client) UpdateTokenForColumns ¶ added in v0.34.0
func (*Client) UpdateTransaction ¶ added in v0.40.0
func (c *Client) UpdateTransaction(transaction *Transaction) (bool, error)
func (*Client) UpdateUserById ¶ added in v0.27.0
func (*Client) UpdateUserByUserId ¶ added in v1.22.0
func (*Client) UpdateUserForColumns ¶ added in v0.27.0
func (*Client) UpdateWebhook ¶ added in v0.29.0
func (*Client) UploadResource ¶ added in v0.27.0
func (*Client) UploadResourceEx ¶ added in v0.27.0
type Enforcer ¶ added in v0.29.0
type Enforcer struct {
Owner string `xorm:"varchar(100) notnull pk" json:"owner"`
Name string `xorm:"varchar(100) notnull pk" json:"name"`
CreatedTime string `xorm:"varchar(100)" json:"createdTime"`
UpdatedTime string `xorm:"varchar(100) updated" json:"updatedTime"`
DisplayName string `xorm:"varchar(100)" json:"displayName"`
Description string `xorm:"varchar(100)" json:"description"`
Model string `xorm:"varchar(100)" json:"model"`
Adapter string `xorm:"varchar(100)" json:"adapter"`
IsEnabled bool `json:"isEnabled"`
}
func GetEnforcer ¶ added in v0.29.0
func GetEnforcers ¶ added in v0.29.0
type Group ¶ added in v0.29.0
type Group struct {
Owner string `xorm:"varchar(100) notnull pk" json:"owner"`
Name string `xorm:"varchar(100) notnull pk unique index" json:"name"`
CreatedTime string `xorm:"varchar(100)" json:"createdTime"`
UpdatedTime string `xorm:"varchar(100)" json:"updatedTime"`
DisplayName string `xorm:"varchar(100)" json:"displayName"`
Manager string `xorm:"varchar(100)" json:"manager"`
ContactEmail string `xorm:"varchar(100)" json:"contactEmail"`
Type string `xorm:"varchar(100)" json:"type"`
ParentId string `xorm:"varchar(100)" json:"parentId"`
IsTopGroup bool `xorm:"bool" json:"isTopGroup"`
Users []string `xorm:"mediumtext" json:"users"`
Title string `json:"title,omitempty"`
Key string `json:"key,omitempty"`
Children []*Group `json:"children,omitempty"`
IsEnabled bool `json:"isEnabled"`
}
type HttpClient ¶ added in v0.20.0
HttpClient interface has the method required to use a type as custom http client. The net/*http.Client type satisfies this interface.
type IntrospectTokenResult ¶ added in v0.50.0
type IntrospectTokenResult struct {
Active bool `json:"active"`
ClientId string `json:"client_id"`
Username string `json:"username"`
TokenType string `json:"token_type"`
Exp uint `json:"exp"`
Iat uint `json:"iat"`
Nbf uint `json:"nbf"`
Sub string `json:"sub"`
Aud []string `json:"aud"`
Iss string `json:"iss"`
Jti string `json:"jti"`
}
type Invitation ¶ added in v1.10.0
type Invitation struct {
Owner string `xorm:"varchar(100) notnull pk" json:"owner"`
Name string `xorm:"varchar(100) notnull pk" json:"name"`
CreatedTime string `xorm:"varchar(100)" json:"createdTime"`
UpdatedTime string `xorm:"varchar(100)" json:"updatedTime"`
DisplayName string `xorm:"varchar(100)" json:"displayName"`
Code string `xorm:"varchar(100) index" json:"code"`
IsRegexp bool `json:"isRegexp"`
Quota int `json:"quota"`
UsedCount int `json:"usedCount"`
Application string `xorm:"varchar(100)" json:"application"`
Username string `xorm:"varchar(100)" json:"username"`
Email string `xorm:"varchar(100)" json:"email"`
Phone string `xorm:"varchar(100)" json:"phone"`
SignupGroup string `xorm:"varchar(100)" json:"signupGroup"`
DefaultCode string `xorm:"varchar(100)" json:"defaultCode"`
State string `xorm:"varchar(100)" json:"state"`
}
Invitation has the same definition as https://github.com/casdoor/casdoor/blob/master/object/invitation.go
func GetInvitation ¶ added in v1.10.0
func GetInvitation(name string) (*Invitation, error)
func GetInvitationInfo ¶ added in v1.10.0
func GetInvitationInfo(code string, applicationName string) (*Invitation, error)
func GetInvitations ¶ added in v1.10.0
func GetInvitations() ([]*Invitation, error)
func GetPaginationInvitations ¶ added in v1.10.0
func (Invitation) GetId ¶ added in v1.10.0
func (i Invitation) GetId() string
type Ldap ¶ added in v1.9.0
type Ldap struct {
Id string `xorm:"varchar(100) notnull pk" json:"id"`
Owner string `xorm:"varchar(100)" json:"owner"`
CreatedTime string `xorm:"varchar(100)" json:"createdTime"`
ServerName string `xorm:"varchar(100)" json:"serverName"`
Host string `xorm:"varchar(100)" json:"host"`
Port int `xorm:"int" json:"port"`
EnableSsl bool `xorm:"bool" json:"enableSsl"`
AllowSelfSignedCert bool `xorm:"bool" json:"allowSelfSignedCert"`
Username string `xorm:"varchar(100)" json:"username"`
Password string `xorm:"varchar(100)" json:"password"`
BaseDn string `xorm:"varchar(500)" json:"baseDn"`
Filter string `xorm:"varchar(200)" json:"filter"`
FilterFields []string `xorm:"varchar(100)" json:"filterFields"`
DefaultGroup string `xorm:"varchar(100)" json:"defaultGroup"`
PasswordType string `xorm:"varchar(100)" json:"passwordType"`
CustomAttributes map[string]string `json:"customAttributes"`
AutoSync int `json:"autoSync"`
LastSync string `xorm:"varchar(100)" json:"lastSync"`
}
type LdapUser ¶ added in v1.21.0
type LdapUser struct {
UidNumber string `json:"uidNumber"`
Uid string `json:"uid"`
Cn string `json:"cn"`
GidNumber string `json:"gidNumber"`
Uuid string `json:"uuid"`
UserPrincipalName string `json:"userPrincipalName"`
DisplayName string `json:"displayName"`
Mail string `json:"mail"`
Email string `json:"email"`
EmailAddress string `json:"emailAddress"`
TelephoneNumber string `json:"telephoneNumber"`
Mobile string `json:"mobile"`
MobileTelephoneNumber string `json:"mobileTelephoneNumber"`
RegisteredAddress string `json:"registeredAddress"`
PostalAddress string `json:"postalAddress"`
Country string `json:"country"`
CountryName string `json:"countryName"`
GroupId string `json:"groupId"`
Address string `json:"address"`
MemberOf string `json:"memberOf"`
Attributes map[string]string `json:"attributes"`
}
type LdapUsersResponse ¶ added in v1.21.0
type LdapUsersResponse struct {
ExistUuids []string `json:"existUuids"`
Users []*LdapUser `json:"users"`
}
func GetLdapUsers ¶ added in v1.21.0
func GetLdapUsers(id string) (*LdapUsersResponse, error)
type ManagedAccount ¶ added in v0.10.0
type MfaAccount ¶ added in v1.44.0
type MfaInitiateResponse ¶ added in v1.17.0
type MfaInitiateResponse struct {
Status string `json:"status"`
Msg string `json:"msg"`
Data struct {
Enabled bool `json:"enabled"`
IsPreferred bool `json:"isPreferred"`
MfaRememberInHours int `json:"mfaRememberInHours"`
MfaType string `json:"mfaType"`
RecoveryCodes []string `json:"recoveryCodes"`
Secret string `json:"secret"`
URL string `json:"url"`
} `json:"data"`
}
type MfaProps ¶ added in v0.28.0
type MfaProps struct {
Enabled bool `json:"enabled"`
IsPreferred bool `json:"isPreferred"`
MfaType string `json:"mfaType" form:"mfaType"`
Secret string `json:"secret,omitempty"`
CountryCode string `json:"countryCode,omitempty"`
URL string `json:"url,omitempty"`
RecoveryCodes []string `json:"recoveryCodes,omitempty"`
}
type MfaRequest ¶ added in v1.17.0
type MfaVerifyResponse ¶ added in v1.17.0
type Model ¶ added in v0.29.0
type Model struct {
Owner string `xorm:"varchar(100) notnull pk" json:"owner"`
Name string `xorm:"varchar(100) notnull pk unique index" json:"name"`
CreatedTime string `xorm:"varchar(100)" json:"createdTime"`
UpdatedTime string `xorm:"varchar(100)" json:"updatedTime"`
DisplayName string `xorm:"varchar(100)" json:"displayName"`
Manager string `xorm:"varchar(100)" json:"manager"`
ContactEmail string `xorm:"varchar(100)" json:"contactEmail"`
Type string `xorm:"varchar(100)" json:"type"`
ParentId string `xorm:"varchar(100)" json:"parentId"`
IsTopModel bool `xorm:"bool" json:"isTopModel"`
Users []*User `xorm:"-" json:"users"`
Title string `json:"title,omitempty"`
Key string `json:"key,omitempty"`
Children []*Model `json:"children,omitempty"`
ModelText string `xorm:"mediumtext" json:"modelText"`
IsEnabled bool `json:"isEnabled"`
}
type OAuthOption ¶ added in v1.31.0
type OAuthOption func(*oauthOptions)
OAuthOption is a function type for configuring OAuth requests.
func WithHTTPClient ¶ added in v1.31.0
func WithHTTPClient(httpClient *http.Client) OAuthOption
WithHTTPClient sets a custom http client for oauth operations.
type Order ¶ added in v1.43.0
type Order struct {
Owner string `xorm:"varchar(100) notnull pk" json:"owner"`
Name string `xorm:"varchar(100) notnull pk" json:"name"`
CreatedTime string `xorm:"varchar(100)" json:"createdTime"`
UpdateTime string `xorm:"varchar(100)" json:"updateTime"`
DisplayName string `xorm:"varchar(100)" json:"displayName"`
// Product Info
Products []string `xorm:"varchar(1000)" json:"products"` // Support for multiple products per order. Using varchar(1000) for simple JSON array storage; can be refactored to separate table if needed
ProductInfos []ProductInfo `xorm:"mediumtext" json:"productInfos"`
// User Info
User string `xorm:"varchar(100)" json:"user"`
// Payment Info
Payment string `xorm:"varchar(100)" json:"payment"`
Price float64 `json:"price"`
Currency string `xorm:"varchar(100)" json:"currency"`
// Order State
State string `xorm:"varchar(100)" json:"state"`
Message string `xorm:"varchar(2000)" json:"message"`
}
func GetPaginationOrders ¶ added in v1.43.0
func GetUserOrders ¶ added in v1.43.0
func PlaceOrder ¶ added in v1.41.0
func PlaceOrder(productInfos []ProductInfo, userName string) (*Order, error)
type Organization ¶
type Organization struct {
Owner string `xorm:"varchar(100) notnull pk" json:"owner"`
Name string `xorm:"varchar(100) notnull pk" json:"name"`
CreatedTime string `xorm:"varchar(100)" json:"createdTime"`
DisplayName string `xorm:"varchar(100)" json:"displayName"`
WebsiteUrl string `xorm:"varchar(100)" json:"websiteUrl"`
Logo string `xorm:"varchar(200)" json:"logo"`
LogoDark string `xorm:"varchar(200)" json:"logoDark"`
Favicon string `xorm:"varchar(200)" json:"favicon"`
HasPrivilegeConsent bool `xorm:"bool" json:"hasPrivilegeConsent"`
PasswordType string `xorm:"varchar(100)" json:"passwordType"`
PasswordSalt string `xorm:"varchar(100)" json:"passwordSalt"`
PasswordOptions []string `xorm:"varchar(100)" json:"passwordOptions"`
PasswordObfuscatorType string `xorm:"varchar(100)" json:"passwordObfuscatorType"`
PasswordObfuscatorKey string `xorm:"varchar(100)" json:"passwordObfuscatorKey"`
PasswordExpireDays int `json:"passwordExpireDays"`
CountryCodes []string `xorm:"mediumtext" json:"countryCodes"`
DefaultAvatar string `xorm:"varchar(200)" json:"defaultAvatar"`
DefaultApplication string `xorm:"varchar(100)" json:"defaultApplication"`
UserTypes []string `xorm:"mediumtext" json:"userTypes"`
Tags []string `xorm:"mediumtext" json:"tags"`
Languages []string `xorm:"varchar(255)" json:"languages"`
ThemeData *ThemeData `xorm:"json" json:"themeData"`
MasterPassword string `xorm:"varchar(200)" json:"masterPassword"`
DefaultPassword string `xorm:"varchar(200)" json:"defaultPassword"`
MasterVerificationCode string `xorm:"varchar(100)" json:"masterVerificationCode"`
IpWhitelist string `xorm:"varchar(200)" json:"ipWhitelist"`
InitScore int `json:"initScore"`
EnableSoftDeletion bool `json:"enableSoftDeletion"`
IsProfilePublic bool `json:"isProfilePublic"`
UseEmailAsUsername bool `json:"useEmailAsUsername"`
EnableTour bool `json:"enableTour"`
DisableSignin bool `json:"disableSignin"`
IpRestriction string `json:"ipRestriction"`
WidgetItems []string `xorm:"mediumtext" json:"widgetItems"`
MfaItems []*MfaItem `xorm:"varchar(300)" json:"mfaItems"`
MfaRememberInHours int `json:"mfaRememberInHours"`
AccountItems []*AccountItem `xorm:"mediumtext" json:"accountItems"`
OrgBalance float64 `json:"orgBalance"`
UserBalance float64 `json:"userBalance"`
BalanceCredit float64 `json:"balanceCredit"`
BalanceCurrency string `xorm:"varchar(100)" json:"balanceCurrency"`
}
Organization has the same definition as https://github.com/casdoor/casdoor/blob/master/object/organization.go#L50
func GetOrganization ¶ added in v0.28.0
func GetOrganization(name string) (*Organization, error)
func GetOrganizationNames ¶ added in v0.28.0
func GetOrganizationNames() ([]*Organization, error)
func GetOrganizations ¶ added in v0.28.0
func GetOrganizations() ([]*Organization, error)
type Payment ¶ added in v0.29.0
type Payment struct {
Owner string `xorm:"varchar(100) notnull pk" json:"owner"`
Name string `xorm:"varchar(100) notnull pk" json:"name"`
CreatedTime string `xorm:"varchar(100)" json:"createdTime"`
DisplayName string `xorm:"varchar(100)" json:"displayName"`
// Payment Provider Info
Provider string `xorm:"varchar(100)" json:"provider"`
Type string `xorm:"varchar(100)" json:"type"`
// Product Info
Products []string `xorm:"varchar(1000)" json:"products"`
ProductsDisplayName string `xorm:"varchar(1000)" json:"productsDisplayName"`
Detail string `xorm:"varchar(255)" json:"detail"`
Currency string `xorm:"varchar(100)" json:"currency"`
Price float64 `json:"price"`
// Payer Info
User string `xorm:"varchar(100)" json:"user"`
PersonName string `xorm:"varchar(100)" json:"personName"`
PersonIdCard string `xorm:"varchar(100)" json:"personIdCard"`
PersonEmail string `xorm:"varchar(100)" json:"personEmail"`
PersonPhone string `xorm:"varchar(100)" json:"personPhone"`
// Invoice Info
InvoiceType string `xorm:"varchar(100)" json:"invoiceType"`
InvoiceTitle string `xorm:"varchar(100)" json:"invoiceTitle"`
InvoiceTaxId string `xorm:"varchar(100)" json:"invoiceTaxId"`
InvoiceRemark string `xorm:"varchar(100)" json:"invoiceRemark"`
InvoiceUrl string `xorm:"varchar(255)" json:"invoiceUrl"`
// Order Info
Order string `xorm:"varchar(100)" json:"order"` // Internal order name
OrderObj *Order `xorm:"-" json:"orderObj,omitempty"`
OutOrderId string `xorm:"varchar(100)" json:"outOrderId"` // External payment provider's order ID
PayUrl string `xorm:"varchar(2000)" json:"payUrl"`
SuccessUrl string `xorm:"varchar(2000)" json:"successUrl"` // `successUrl` is redirected from `payUrl` after pay success
State string `xorm:"varchar(100)" json:"state"`
Message string `xorm:"varchar(2000)" json:"message"`
}
func GetPaginationPayments ¶ added in v0.29.0
func GetPayment ¶ added in v0.29.0
func GetPayments ¶ added in v0.29.0
func GetUserPayments ¶ added in v0.29.0
type Permission ¶
type Permission struct {
Owner string `xorm:"varchar(100) notnull pk" json:"owner"`
Name string `xorm:"varchar(100) notnull pk" json:"name"`
CreatedTime string `xorm:"varchar(100)" json:"createdTime"`
DisplayName string `xorm:"varchar(100)" json:"displayName"`
Description string `xorm:"varchar(100)" json:"description"`
Users []string `xorm:"mediumtext" json:"users"`
Groups []string `xorm:"mediumtext" json:"groups"`
Roles []string `xorm:"mediumtext" json:"roles"`
Domains []string `xorm:"mediumtext" json:"domains"`
Model string `xorm:"varchar(100)" json:"model"`
Adapter string `xorm:"varchar(100)" json:"adapter"`
ResourceType string `xorm:"varchar(100)" json:"resourceType"`
Resources []string `xorm:"mediumtext" json:"resources"`
Actions []string `xorm:"mediumtext" json:"actions"`
Effect string `xorm:"varchar(100)" json:"effect"`
IsEnabled bool `json:"isEnabled"`
Submitter string `xorm:"varchar(100)" json:"submitter"`
Approver string `xorm:"varchar(100)" json:"approver"`
ApproveTime string `xorm:"varchar(100)" json:"approveTime"`
State string `xorm:"varchar(100)" json:"state"`
}
func GetPaginationPermissions ¶ added in v0.12.0
func GetPermission ¶
func GetPermission(name string) (*Permission, error)
func GetPermissions ¶ added in v0.11.0
func GetPermissions() ([]*Permission, error)
func GetPermissionsByRole ¶ added in v0.15.0
func GetPermissionsByRole(name string) ([]*Permission, error)
type PermissionRule ¶ added in v0.17.0
type PermissionRule struct {
Ptype string `xorm:"varchar(100) index not null default ''" json:"ptype"`
V0 string `xorm:"varchar(100) index not null default ''" json:"v0"`
V1 string `xorm:"varchar(100) index not null default ''" json:"v1"`
V2 string `xorm:"varchar(100) index not null default ''" json:"v2"`
V3 string `xorm:"varchar(100) index not null default ''" json:"v3"`
V4 string `xorm:"varchar(100) index not null default ''" json:"v4"`
V5 string `xorm:"varchar(100) index not null default ''" json:"v5"`
Id string `xorm:"varchar(100) index not null default ''" json:"id"`
}
type Plan ¶ added in v0.29.0
type Plan struct {
Owner string `xorm:"varchar(100) notnull pk" json:"owner"`
Name string `xorm:"varchar(100) notnull pk" json:"name"`
CreatedTime string `xorm:"varchar(100)" json:"createdTime"`
DisplayName string `xorm:"varchar(100)" json:"displayName"`
Description string `xorm:"varchar(100)" json:"description"`
Price float64 `json:"price"`
Currency string `xorm:"varchar(100)" json:"currency"`
Period string `xorm:"varchar(100)" json:"period"`
Product string `xorm:"varchar(100)" json:"product"`
PaymentProviders []string `xorm:"varchar(100)" json:"paymentProviders"` // payment providers for related product
IsEnabled bool `json:"isEnabled"`
Role string `xorm:"varchar(100)" json:"role"`
Options []string `xorm:"-" json:"options"`
}
Plan has the same definition as https://github.com/casdoor/casdoor/blob/master/object/plan.go#L24
func GetPaginationPlans ¶ added in v0.29.0
type PolicyFilter ¶ added in v1.12.0
type PolicyFilter struct {
Ptype string `json:"ptype"`
FieldIndex *int `json:"fieldIndex,omitempty"`
FieldValues []string `json:"fieldValues,omitempty"`
}
PolicyFilter represents a filter for getting policies
type Pricing ¶ added in v0.29.0
type Pricing struct {
Owner string `xorm:"varchar(100) notnull pk" json:"owner"`
Name string `xorm:"varchar(100) notnull pk" json:"name"`
CreatedTime string `xorm:"varchar(100)" json:"createdTime"`
DisplayName string `xorm:"varchar(100)" json:"displayName"`
Description string `xorm:"varchar(100)" json:"description"`
Plans []string `xorm:"mediumtext" json:"plans"`
IsEnabled bool `json:"isEnabled"`
TrialDuration int `json:"trialDuration"`
Application string `xorm:"varchar(100)" json:"application"`
Submitter string `xorm:"varchar(100)" json:"submitter"`
Approver string `xorm:"varchar(100)" json:"approver"`
ApproveTime string `xorm:"varchar(100)" json:"approveTime"`
State string `xorm:"varchar(100)" json:"state"`
}
Pricing has the same definition as https://github.com/casdoor/casdoor/blob/master/object/pricing.go#L24
func GetPaginationPricings ¶ added in v0.29.0
func GetPricing ¶ added in v0.29.0
func GetPricings ¶ added in v0.29.0
type Product ¶ added in v0.29.0
type Product struct {
Owner string `xorm:"varchar(100) notnull pk" json:"owner"`
Name string `xorm:"varchar(100) notnull pk" json:"name"`
CreatedTime string `xorm:"varchar(100)" json:"createdTime"`
DisplayName string `xorm:"varchar(100)" json:"displayName"`
Image string `xorm:"varchar(100)" json:"image"`
Detail string `xorm:"varchar(1000)" json:"detail"`
Description string `xorm:"varchar(200)" json:"description"`
Tag string `xorm:"varchar(100)" json:"tag"`
Currency string `xorm:"varchar(100)" json:"currency"`
Price float64 `json:"price"`
Quantity int `json:"quantity"`
Sold int `json:"sold"`
IsRecharge bool `json:"isRecharge"`
RechargeOptions []float64 `xorm:"varchar(500)" json:"rechargeOptions"`
DisableCustomRecharge bool `json:"disableCustomRecharge"`
Providers []string `xorm:"varchar(255)" json:"providers"`
SuccessUrl string `xorm:"varchar(1000)" json:"successUrl"`
State string `xorm:"varchar(100)" json:"state"`
ProviderObjs []*Provider `xorm:"-" json:"providerObjs"`
}
func GetPaginationProducts ¶ added in v0.29.0
func GetProduct ¶ added in v0.29.0
func GetProducts ¶ added in v0.29.0
type ProductInfo ¶ added in v1.43.0
type ProductInfo struct {
Owner string `json:"owner"`
Name string `json:"name"`
DisplayName string `json:"displayName"`
Image string `json:"image,omitempty"`
Detail string `json:"detail,omitempty"`
Price float64 `json:"price"`
Currency string `json:"currency,omitempty"`
IsRecharge bool `json:"isRecharge,omitempty"`
Quantity int `json:"quantity,omitempty"`
PricingName string `json:"pricingName,omitempty"`
PlanName string `json:"planName,omitempty"`
}
type Provider ¶ added in v0.10.0
type Provider struct {
Owner string `xorm:"varchar(100) notnull pk" json:"owner"`
Name string `xorm:"varchar(100) notnull pk unique" json:"name"`
CreatedTime string `xorm:"varchar(100)" json:"createdTime"`
DisplayName string `xorm:"varchar(100)" json:"displayName"`
Category string `xorm:"varchar(100)" json:"category"`
Type string `xorm:"varchar(100)" json:"type"`
SubType string `xorm:"varchar(100)" json:"subType"`
Method string `xorm:"varchar(100)" json:"method"`
ClientId string `xorm:"varchar(100)" json:"clientId"`
ClientSecret string `xorm:"varchar(2000)" json:"clientSecret"`
ClientId2 string `xorm:"varchar(100)" json:"clientId2"`
ClientSecret2 string `xorm:"varchar(100)" json:"clientSecret2"`
Cert string `xorm:"varchar(100)" json:"cert"`
CustomAuthUrl string `xorm:"varchar(200)" json:"customAuthUrl"`
CustomTokenUrl string `xorm:"varchar(200)" json:"customTokenUrl"`
CustomUserInfoUrl string `xorm:"varchar(200)" json:"customUserInfoUrl"`
CustomLogo string `xorm:"varchar(200)" json:"customLogo"`
Scopes string `xorm:"varchar(100)" json:"scopes"`
UserMapping map[string]string `xorm:"varchar(500)" json:"userMapping"`
Host string `xorm:"varchar(100)" json:"host"`
Port int `json:"port"`
DisableSsl bool `json:"disableSsl"` // If the provider type is WeChat, DisableSsl means EnableQRCode
Title string `xorm:"varchar(100)" json:"title"`
Content string `xorm:"varchar(1000)" json:"content"` // If provider type is WeChat, Content means QRCode string by Base64 encoding
Receiver string `xorm:"varchar(100)" json:"receiver"`
RegionId string `xorm:"varchar(100)" json:"regionId"`
SignName string `xorm:"varchar(100)" json:"signName"`
TemplateCode string `xorm:"varchar(100)" json:"templateCode"`
AppId string `xorm:"varchar(100)" json:"appId"`
Endpoint string `xorm:"varchar(1000)" json:"endpoint"`
IntranetEndpoint string `xorm:"varchar(100)" json:"intranetEndpoint"`
Domain string `xorm:"varchar(100)" json:"domain"`
Bucket string `xorm:"varchar(100)" json:"bucket"`
PathPrefix string `xorm:"varchar(100)" json:"pathPrefix"`
Metadata string `xorm:"mediumtext" json:"metadata"`
IdP string `xorm:"mediumtext" json:"idP"`
IssuerUrl string `xorm:"varchar(100)" json:"issuerUrl"`
EnableSignAuthnRequest bool `json:"enableSignAuthnRequest"`
ProviderUrl string `xorm:"varchar(200)" json:"providerUrl"`
}
func GetPaginationProviders ¶ added in v0.28.0
func GetProvider ¶ added in v0.28.0
func GetProviders ¶ added in v0.28.0
type ProviderItem ¶ added in v0.10.0
type ProviderItem struct {
Owner string `json:"owner"`
Name string `json:"name"`
CanSignUp bool `json:"canSignUp"`
CanSignIn bool `json:"canSignIn"`
CanUnlink bool `json:"canUnlink"`
Prompted bool `json:"prompted"`
AlertType string `json:"alertType"`
Rule string `json:"rule"`
Provider *Provider `json:"provider"`
}
type Record ¶ added in v0.9.1
type Record struct {
Id int `xorm:"int notnull pk autoincr" json:"id"`
Owner string `xorm:"varchar(100) index" json:"owner"`
Name string `xorm:"varchar(100) index" json:"name"`
CreatedTime string `xorm:"varchar(100)" json:"createdTime"`
Organization string `xorm:"varchar(100)" json:"organization"`
ClientIp string `xorm:"varchar(100)" json:"clientIp"`
User string `xorm:"varchar(100)" json:"user"`
Method string `xorm:"varchar(100)" json:"method"`
RequestUri string `xorm:"varchar(1000)" json:"requestUri"`
Action string `xorm:"varchar(1000)" json:"action"`
Language string `xorm:"varchar(100)" json:"language"`
StatusCode int `xorm:"-" json:"statusCode"`
Response string `xorm:"-" json:"response"`
Object string `xorm:"-" json:"object"`
ExtendedUser *User `xorm:"-" json:"extendedUser"`
IsTriggered bool `json:"isTriggered"`
}
func GetPaginationRecords ¶ added in v0.28.0
func GetRecords ¶ added in v0.28.0
type Resource ¶
type Resource struct {
Owner string `xorm:"varchar(100) notnull pk" json:"owner"`
Name string `xorm:"varchar(180) notnull pk" json:"name"`
CreatedTime string `xorm:"varchar(100)" json:"createdTime"`
User string `xorm:"varchar(100)" json:"user"`
Provider string `xorm:"varchar(100)" json:"provider"`
Application string `xorm:"varchar(100)" json:"application"`
Tag string `xorm:"varchar(100)" json:"tag"`
Parent string `xorm:"varchar(100)" json:"parent"`
FileName string `xorm:"varchar(255)" json:"fileName"`
FileType string `xorm:"varchar(100)" json:"fileType"`
FileFormat string `xorm:"varchar(100)" json:"fileFormat"`
FileSize int `json:"fileSize"`
Url string `xorm:"varchar(255)" json:"url"`
Description string `xorm:"varchar(255)" json:"description"`
}
Resource has the same definition as https://github.com/casdoor/casdoor/blob/master/object/resource.go#L24
func GetPaginationResources ¶ added in v0.25.0
func GetResource ¶ added in v0.25.0
func GetResourceEx ¶ added in v0.25.0
func GetResources ¶ added in v0.25.0
type Response ¶
type Response struct {
Status string `json:"status"`
Msg string `json:"msg"`
Data interface{} `json:"data"`
Data2 interface{} `json:"data2"`
}
func DoGetResponse ¶ added in v0.12.0
DoGetResponse is a general function to get response from param url through HTTP Get method.
type Role ¶ added in v0.8.0
type Role struct {
Owner string `xorm:"varchar(100) notnull pk" json:"owner"`
Name string `xorm:"varchar(100) notnull pk" json:"name"`
CreatedTime string `xorm:"varchar(100)" json:"createdTime"`
DisplayName string `xorm:"varchar(100)" json:"displayName"`
Description string `xorm:"varchar(100)" json:"description"`
Users []string `xorm:"mediumtext" json:"users"`
Groups []string `xorm:"mediumtext" json:"groups"`
Roles []string `xorm:"mediumtext" json:"roles"`
Domains []string `xorm:"mediumtext" json:"domains"`
IsEnabled bool `json:"isEnabled"`
}
Role has the same definition as https://github.com/casdoor/casdoor/blob/master/object/role.go#L24
func GetPaginationRoles ¶ added in v0.13.0
type Session ¶ added in v0.28.0
type Session struct {
Owner string `xorm:"varchar(100) notnull pk" json:"owner"`
Name string `xorm:"varchar(100) notnull pk" json:"name"`
Application string `xorm:"varchar(100) notnull pk" json:"application"`
CreatedTime string `xorm:"varchar(100)" json:"createdTime"`
SessionId []string `json:"sessionId"`
}
func GetPaginationSessions ¶ added in v0.28.0
func GetSession ¶ added in v0.28.0
func GetSessions ¶ added in v0.28.0
type SigninItem ¶ added in v0.48.0
type SigninMethod ¶ added in v0.48.0
type SignupItem ¶ added in v0.10.0
type SignupItem struct {
Name string `json:"name"`
Visible bool `json:"visible"`
Required bool `json:"required"`
Prompted bool `json:"prompted"`
Type string `json:"type"`
CustomCss string `json:"customCss"`
Label string `json:"label"`
Placeholder string `json:"placeholder"`
Options []string `json:"options"`
Regex string `json:"regex"`
Rule string `json:"rule"`
}
type Subscription ¶ added in v0.29.0
type Subscription struct {
Owner string `xorm:"varchar(100) notnull pk" json:"owner"`
Name string `xorm:"varchar(100) notnull pk" json:"name"`
DisplayName string `xorm:"varchar(100)" json:"displayName"`
CreatedTime string `xorm:"varchar(100)" json:"createdTime"`
Description string `xorm:"varchar(100)" json:"description"`
User string `xorm:"varchar(100)" json:"user"`
Pricing string `xorm:"varchar(100)" json:"pricing"`
Plan string `xorm:"varchar(100)" json:"plan"`
Payment string `xorm:"varchar(100)" json:"payment"`
StartTime string `xorm:"varchar(100)" json:"startTime"`
EndTime string `xorm:"varchar(100)" json:"endTime"`
Period string `xorm:"varchar(100)" json:"period"`
State SubscriptionState `xorm:"varchar(100)" json:"state"`
}
Subscription has the same definition as https://github.com/casdoor/casdoor/blob/master/object/subscription.go#L39
func GetPaginationSubscriptions ¶ added in v0.29.0
func GetSubscription ¶ added in v0.29.0
func GetSubscription(name string) (*Subscription, error)
func GetSubscriptions ¶ added in v0.29.0
func GetSubscriptions() ([]*Subscription, error)
type SubscriptionState ¶ added in v1.1.0
type SubscriptionState string
const ( SubStatePending SubscriptionState = "Pending" SubStateError SubscriptionState = "Error" SubStateSuspended SubscriptionState = "Suspended" // suspended by the admin SubStateActive SubscriptionState = "Active" SubStateUpcoming SubscriptionState = "Upcoming" SubStateExpired SubscriptionState = "Expired" )
type SyncLdapUsersResponse ¶ added in v1.21.0
type SyncLdapUsersResponse struct {
Exist []*LdapUser `json:"exist"`
Failed []*LdapUser `json:"failed"`
}
func SyncLdapUsers ¶ added in v1.27.0
func SyncLdapUsers(id string, users []*LdapUser) (*SyncLdapUsersResponse, error)
func SyncLdapUsersFromServer ¶ added in v1.28.0
func SyncLdapUsersFromServer(id string) (*SyncLdapUsersResponse, error)
type Syncer ¶ added in v0.29.0
type Syncer struct {
Owner string `xorm:"varchar(100) notnull pk" json:"owner"`
Name string `xorm:"varchar(100) notnull pk" json:"name"`
CreatedTime string `xorm:"varchar(100)" json:"createdTime"`
Organization string `xorm:"varchar(100)" json:"organization"`
Type string `xorm:"varchar(100)" json:"type"`
Host string `xorm:"varchar(100)" json:"host"`
Port int `json:"port"`
User string `xorm:"varchar(100)" json:"user"`
Password string `xorm:"varchar(100)" json:"password"`
DatabaseType string `xorm:"varchar(100)" json:"databaseType"`
Database string `xorm:"varchar(100)" json:"database"`
Table string `xorm:"varchar(100)" json:"table"`
TablePrimaryKey string `xorm:"varchar(100)" json:"tablePrimaryKey"`
TableColumns []*TableColumn `xorm:"mediumtext" json:"tableColumns"`
AffiliationTable string `xorm:"varchar(100)" json:"affiliationTable"`
AvatarBaseUrl string `xorm:"varchar(100)" json:"avatarBaseUrl"`
ErrorText string `xorm:"mediumtext" json:"errorText"`
SyncInterval int `json:"syncInterval"`
IsReadOnly bool `json:"isReadOnly"`
IsEnabled bool `json:"isEnabled"`
}
Syncer has the same definition as https://github.com/casdoor/casdoor/blob/master/object/syncer.go#L24
func GetPaginationSyncers ¶ added in v0.29.0
func GetSyncers ¶ added in v0.29.0
type TableColumn ¶ added in v0.29.0
type Token ¶ added in v0.21.0
type Token struct {
Owner string `xorm:"varchar(100) notnull pk" json:"owner"`
Name string `xorm:"varchar(100) notnull pk" json:"name"`
CreatedTime string `xorm:"varchar(100)" json:"createdTime"`
Application string `xorm:"varchar(100)" json:"application"`
Organization string `xorm:"varchar(100)" json:"organization"`
User string `xorm:"varchar(100)" json:"user"`
Code string `xorm:"varchar(100) index" json:"code"`
AccessToken string `xorm:"mediumtext" json:"accessToken"`
RefreshToken string `xorm:"mediumtext" json:"refreshToken"`
AccessTokenHash string `xorm:"varchar(100) index" json:"accessTokenHash"`
RefreshTokenHash string `xorm:"varchar(100) index" json:"refreshTokenHash"`
ExpiresIn int `json:"expiresIn"`
Scope string `xorm:"varchar(100)" json:"scope"`
TokenType string `xorm:"varchar(100)" json:"tokenType"`
CodeChallenge string `xorm:"varchar(100)" json:"codeChallenge"`
CodeIsUsed bool `json:"codeIsUsed"`
CodeExpireIn int64 `json:"codeExpireIn"`
}
Token has the same definition as https://github.com/casdoor/casdoor/blob/master/object/token.go#L45
func GetPaginationTokens ¶ added in v0.34.0
type Transaction ¶ added in v0.40.0
type Transaction struct {
Owner string `xorm:"varchar(100) notnull pk" json:"owner"`
Name string `xorm:"varchar(100) notnull pk" json:"name"`
CreatedTime string `xorm:"varchar(100)" json:"createdTime"`
DisplayName string `xorm:"varchar(100)" json:"displayName"`
Application string `xorm:"varchar(100)" json:"application"`
Domain string `xorm:"varchar(1000)" json:"domain"`
Category string `xorm:"varchar(100)" json:"category"`
Type string `xorm:"varchar(100)" json:"type"`
Subtype string `xorm:"varchar(100)" json:"subtype"`
Provider string `xorm:"varchar(100)" json:"provider"`
User string `xorm:"varchar(100)" json:"user"`
Tag string `xorm:"varchar(100)" json:"tag"`
Amount float64 `json:"amount"`
Currency string `xorm:"varchar(100)" json:"currency"`
Payment string `xorm:"varchar(100)" json:"payment"`
State string `xorm:"varchar(100)" json:"state"`
}
Transaction has the same definition as https://github.com/casdoor/casdoor/blob/master/object/transaction.go#L24
func GetPaginationTransactions ¶ added in v0.40.0
func GetTransaction ¶ added in v0.40.0
func GetTransaction(name string) (*Transaction, error)
func GetTransactions ¶ added in v0.40.0
func GetTransactions() ([]*Transaction, error)
func GetUserTransactions ¶ added in v0.40.0
func GetUserTransactions(userName string) ([]*Transaction, error)
type User ¶
type User struct {
Owner string `xorm:"varchar(100) notnull pk" json:"owner"`
Name string `xorm:"varchar(255) notnull pk" json:"name"`
CreatedTime string `xorm:"varchar(100) index" json:"createdTime"`
UpdatedTime string `xorm:"varchar(100)" json:"updatedTime"`
DeletedTime string `xorm:"varchar(100)" json:"deletedTime"`
Id string `xorm:"varchar(100) index" json:"id"`
ExternalId string `xorm:"varchar(100) index" json:"externalId"`
Type string `xorm:"varchar(100)" json:"type"`
Password string `xorm:"varchar(150)" json:"password"`
PasswordSalt string `xorm:"varchar(100)" json:"passwordSalt"`
PasswordType string `xorm:"varchar(100)" json:"passwordType"`
DisplayName string `xorm:"varchar(100)" json:"displayName"`
FirstName string `xorm:"varchar(100)" json:"firstName"`
LastName string `xorm:"varchar(100)" json:"lastName"`
Avatar string `xorm:"text" json:"avatar"`
AvatarType string `xorm:"varchar(100)" json:"avatarType"`
PermanentAvatar string `xorm:"varchar(500)" json:"permanentAvatar"`
Email string `xorm:"varchar(100) index" json:"email"`
EmailVerified bool `json:"emailVerified"`
Phone string `xorm:"varchar(100) index" json:"phone"`
CountryCode string `xorm:"varchar(6)" json:"countryCode"`
Region string `xorm:"varchar(100)" json:"region"`
Location string `xorm:"varchar(100)" json:"location"`
Address []string `json:"address"`
Addresses []*Address `xorm:"addresses blob" json:"addresses"`
Affiliation string `xorm:"varchar(100)" json:"affiliation"`
Title string `xorm:"varchar(100)" json:"title"`
IdCardType string `xorm:"varchar(100)" json:"idCardType"`
IdCard string `xorm:"varchar(100) index" json:"idCard"`
RealName string `xorm:"varchar(100)" json:"realName"`
IsVerified bool `json:"isVerified"`
Homepage string `xorm:"varchar(100)" json:"homepage"`
Bio string `xorm:"varchar(100)" json:"bio"`
Tag string `xorm:"varchar(100)" json:"tag"`
Language string `xorm:"varchar(100)" json:"language"`
Gender string `xorm:"varchar(100)" json:"gender"`
Birthday string `xorm:"varchar(100)" json:"birthday"`
Education string `xorm:"varchar(100)" json:"education"`
Score int `json:"score"`
Karma int `json:"karma"`
Ranking int `json:"ranking"`
Balance float64 `json:"balance"`
BalanceCredit float64 `json:"balanceCredit"`
Currency string `xorm:"varchar(100)" json:"currency"`
BalanceCurrency string `xorm:"varchar(100)" json:"balanceCurrency"`
IsDefaultAvatar bool `json:"isDefaultAvatar"`
IsOnline bool `json:"isOnline"`
IsAdmin bool `json:"isAdmin"`
IsForbidden bool `json:"isForbidden"`
IsDeleted bool `json:"isDeleted"`
SignupApplication string `xorm:"varchar(100)" json:"signupApplication"`
Hash string `xorm:"varchar(100)" json:"hash"`
PreHash string `xorm:"varchar(100)" json:"preHash"`
RegisterType string `xorm:"varchar(100)" json:"registerType"`
RegisterSource string `xorm:"varchar(100)" json:"registerSource"`
AccessKey string `xorm:"varchar(100)" json:"accessKey"`
AccessSecret string `xorm:"varchar(100)" json:"accessSecret"`
AccessToken string `xorm:"mediumtext" json:"accessToken"`
OriginalToken string `xorm:"mediumtext" json:"originalToken"`
OriginalRefreshToken string `xorm:"mediumtext" json:"originalRefreshToken"`
CreatedIp string `xorm:"varchar(100)" json:"createdIp"`
LastSigninTime string `xorm:"varchar(100)" json:"lastSigninTime"`
LastSigninIp string `xorm:"varchar(100)" json:"lastSigninIp"`
GitHub string `xorm:"github varchar(100)" json:"github"`
Google string `xorm:"varchar(100)" json:"google"`
QQ string `xorm:"qq varchar(100)" json:"qq"`
WeChat string `xorm:"wechat varchar(100)" json:"wechat"`
Facebook string `xorm:"facebook varchar(100)" json:"facebook"`
DingTalk string `xorm:"dingtalk varchar(100)" json:"dingtalk"`
Weibo string `xorm:"weibo varchar(100)" json:"weibo"`
Gitee string `xorm:"gitee varchar(100)" json:"gitee"`
LinkedIn string `xorm:"linkedin varchar(100)" json:"linkedin"`
Wecom string `xorm:"wecom varchar(100)" json:"wecom"`
Lark string `xorm:"lark varchar(100)" json:"lark"`
Gitlab string `xorm:"gitlab varchar(100)" json:"gitlab"`
Adfs string `xorm:"adfs varchar(100)" json:"adfs"`
Baidu string `xorm:"baidu varchar(100)" json:"baidu"`
Alipay string `xorm:"alipay varchar(100)" json:"alipay"`
Casdoor string `xorm:"casdoor varchar(100)" json:"casdoor"`
Infoflow string `xorm:"infoflow varchar(100)" json:"infoflow"`
Apple string `xorm:"apple varchar(100)" json:"apple"`
AzureAD string `xorm:"azuread varchar(100)" json:"azuread"`
AzureADB2c string `xorm:"azureadb2c varchar(100)" json:"azureadb2c"`
Slack string `xorm:"slack varchar(100)" json:"slack"`
Steam string `xorm:"steam varchar(100)" json:"steam"`
Bilibili string `xorm:"bilibili varchar(100)" json:"bilibili"`
Okta string `xorm:"okta varchar(100)" json:"okta"`
Douyin string `xorm:"douyin varchar(100)" json:"douyin"`
Kwai string `xorm:"kwai varchar(100)" json:"kwai"`
Line string `xorm:"line varchar(100)" json:"line"`
Amazon string `xorm:"amazon varchar(100)" json:"amazon"`
Auth0 string `xorm:"auth0 varchar(100)" json:"auth0"`
BattleNet string `xorm:"battlenet varchar(100)" json:"battlenet"`
Bitbucket string `xorm:"bitbucket varchar(100)" json:"bitbucket"`
Box string `xorm:"box varchar(100)" json:"box"`
CloudFoundry string `xorm:"cloudfoundry varchar(100)" json:"cloudfoundry"`
Dailymotion string `xorm:"dailymotion varchar(100)" json:"dailymotion"`
Deezer string `xorm:"deezer varchar(100)" json:"deezer"`
DigitalOcean string `xorm:"digitalocean varchar(100)" json:"digitalocean"`
Discord string `xorm:"discord varchar(100)" json:"discord"`
Dropbox string `xorm:"dropbox varchar(100)" json:"dropbox"`
EveOnline string `xorm:"eveonline varchar(100)" json:"eveonline"`
Fitbit string `xorm:"fitbit varchar(100)" json:"fitbit"`
Gitea string `xorm:"gitea varchar(100)" json:"gitea"`
Heroku string `xorm:"heroku varchar(100)" json:"heroku"`
InfluxCloud string `xorm:"influxcloud varchar(100)" json:"influxcloud"`
Instagram string `xorm:"instagram varchar(100)" json:"instagram"`
Intercom string `xorm:"intercom varchar(100)" json:"intercom"`
Kakao string `xorm:"kakao varchar(100)" json:"kakao"`
Lastfm string `xorm:"lastfm varchar(100)" json:"lastfm"`
Mailru string `xorm:"mailru varchar(100)" json:"mailru"`
Meetup string `xorm:"meetup varchar(100)" json:"meetup"`
MicrosoftOnline string `xorm:"microsoftonline varchar(100)" json:"microsoftonline"`
Nextcloud string `xorm:"nextcloud varchar(100)" json:"nextcloud"`
OneDrive string `xorm:"onedrive varchar(100)" json:"onedrive"`
Oura string `xorm:"oura varchar(100)" json:"oura"`
Patreon string `xorm:"patreon varchar(100)" json:"patreon"`
Paypal string `xorm:"paypal varchar(100)" json:"paypal"`
SalesForce string `xorm:"salesforce varchar(100)" json:"salesforce"`
Shopify string `xorm:"shopify varchar(100)" json:"shopify"`
Soundcloud string `xorm:"soundcloud varchar(100)" json:"soundcloud"`
Spotify string `xorm:"spotify varchar(100)" json:"spotify"`
Strava string `xorm:"strava varchar(100)" json:"strava"`
Stripe string `xorm:"stripe varchar(100)" json:"stripe"`
TikTok string `xorm:"tiktok varchar(100)" json:"tiktok"`
Tumblr string `xorm:"tumblr varchar(100)" json:"tumblr"`
Twitch string `xorm:"twitch varchar(100)" json:"twitch"`
Twitter string `xorm:"twitter varchar(100)" json:"twitter"`
Typetalk string `xorm:"typetalk varchar(100)" json:"typetalk"`
Uber string `xorm:"uber varchar(100)" json:"uber"`
VK string `xorm:"vk varchar(100)" json:"vk"`
Wepay string `xorm:"wepay varchar(100)" json:"wepay"`
Xero string `xorm:"xero varchar(100)" json:"xero"`
Yahoo string `xorm:"yahoo varchar(100)" json:"yahoo"`
Yammer string `xorm:"yammer varchar(100)" json:"yammer"`
Yandex string `xorm:"yandex varchar(100)" json:"yandex"`
Zoom string `xorm:"zoom varchar(100)" json:"zoom"`
MetaMask string `xorm:"metamask varchar(100)" json:"metamask"`
Web3Onboard string `xorm:"web3onboard varchar(100)" json:"web3onboard"`
Custom string `xorm:"custom varchar(100)" json:"custom"`
Custom2 string `xorm:"custom2 text" json:"custom2"`
Custom3 string `xorm:"custom3 text" json:"custom3"`
Custom4 string `xorm:"custom4 text" json:"custom4"`
Custom5 string `xorm:"custom5 text" json:"custom5"`
Custom6 string `xorm:"custom6 text" json:"custom6"`
Custom7 string `xorm:"custom7 text" json:"custom7"`
Custom8 string `xorm:"custom8 text" json:"custom8"`
Custom9 string `xorm:"custom9 text" json:"custom9"`
Custom10 string `xorm:"custom10 text" json:"custom10"`
// WebauthnCredentials []webauthn.Credential `xorm:"webauthnCredentials blob" json:"webauthnCredentials"`
PreferredMfaType string `xorm:"varchar(100)" json:"preferredMfaType"`
RecoveryCodes []string `xorm:"mediumtext" json:"recoveryCodes"`
TotpSecret string `xorm:"varchar(100)" json:"totpSecret"`
MfaPhoneEnabled bool `json:"mfaPhoneEnabled"`
MfaEmailEnabled bool `json:"mfaEmailEnabled"`
MfaRadiusEnabled bool `json:"mfaRadiusEnabled"`
MfaRadiusUsername string `xorm:"varchar(100)" json:"mfaRadiusUsername"`
MfaRadiusProvider string `xorm:"varchar(100)" json:"mfaRadiusProvider"`
MfaPushEnabled bool `json:"mfaPushEnabled"`
MfaPushReceiver string `xorm:"varchar(100)" json:"mfaPushReceiver"`
MfaPushProvider string `xorm:"varchar(100)" json:"mfaPushProvider"`
MultiFactorAuths []*MfaProps `xorm:"-" json:"multiFactorAuths,omitempty"`
Invitation string `xorm:"varchar(100) index" json:"invitation"`
InvitationCode string `xorm:"varchar(100) index" json:"invitationCode"`
FaceIds []*FaceId `json:"faceIds"`
Cart []ProductInfo `xorm:"mediumtext" json:"cart"`
Ldap string `xorm:"ldap varchar(100)" json:"ldap"`
Properties map[string]string `json:"properties"`
Roles []*Role `json:"roles"`
Permissions []*Permission `json:"permissions"`
Groups []string `xorm:"mediumtext" json:"groups"`
LastChangePasswordTime string `xorm:"varchar(100)" json:"lastChangePasswordTime"`
LastSigninWrongTime string `xorm:"varchar(100)" json:"lastSigninWrongTime"`
SigninWrongTimes int `json:"signinWrongTimes"`
ManagedAccounts []ManagedAccount `xorm:"managedAccounts blob" json:"managedAccounts"`
MfaAccounts []MfaAccount `xorm:"mfaAccounts blob" json:"mfaAccounts"`
MfaItems []*MfaItem `xorm:"varchar(300)" json:"mfaItems"`
MfaRememberDeadline string `xorm:"varchar(100)" json:"mfaRememberDeadline"`
NeedUpdatePassword bool `json:"needUpdatePassword"`
IpWhitelist string `xorm:"varchar(200)" json:"ipWhitelist"`
}
User has the same definition as https://github.com/casdoor/casdoor/blob/master/object/user.go#L24
func GetGlobalUsers ¶ added in v0.28.0
func GetPaginationUsers ¶ added in v0.16.0
func GetUserByEmail ¶
func GetUserByPhone ¶ added in v0.7.0
func GetUserByUserId ¶
type Userinfo ¶ added in v0.28.0
type Userinfo struct {
Sub string `json:"sub"`
Iss string `json:"iss"`
Aud string `json:"aud"`
Name string `json:"preferred_username,omitempty"`
DisplayName string `json:"name,omitempty"`
Email string `json:"email,omitempty"`
EmailVerified bool `json:"email_verified,omitempty"`
Avatar string `json:"picture,omitempty"`
Address string `json:"address,omitempty"`
Phone string `json:"phone,omitempty"`
RealName string `json:"real_name,omitempty"`
IsVerified bool `json:"is_verified,omitempty"`
Groups []string `json:"groups,omitempty"`
Roles []string `json:"roles,omitempty"`
Permissions []string `json:"permissions,omitempty"`
}
type Webhook ¶ added in v0.29.0
type Webhook struct {
Owner string `xorm:"varchar(100) notnull pk" json:"owner"`
Name string `xorm:"varchar(100) notnull pk" json:"name"`
CreatedTime string `xorm:"varchar(100)" json:"createdTime"`
Organization string `xorm:"varchar(100) index" json:"organization"`
Url string `xorm:"varchar(200)" json:"url"`
Method string `xorm:"varchar(100)" json:"method"`
ContentType string `xorm:"varchar(100)" json:"contentType"`
Headers []*Header `xorm:"mediumtext" json:"headers"`
Events []string `xorm:"varchar(1000)" json:"events"`
TokenFields []string `xorm:"varchar(1000)" json:"tokenFields"`
ObjectFields []string `xorm:"varchar(1000)" json:"objectFields"`
IsUserExtended bool `json:"isUserExtended"`
SingleOrgOnly bool `json:"singleOrgOnly"`
IsEnabled bool `json:"isEnabled"`
}
Webhook has the same definition as https://github.com/casdoor/casdoor/blob/master/object/webhook.go#L30
func GetPaginationWebhooks ¶ added in v0.29.0
func GetWebhook ¶ added in v0.29.0
func GetWebhooks ¶ added in v0.29.0
Source Files
¶
- adapter.go
- adapter_global.go
- application.go
- application_global.go
- auth.go
- auth_global.go
- cert.go
- cert_global.go
- email.go
- email_global.go
- enforce.go
- enforcer.go
- enforcer_global.go
- group.go
- group_global.go
- invitation.go
- invitation_global.go
- jwt.go
- jwt_global.go
- ldap.go
- ldap_global.go
- mfa.go
- model.go
- model_global.go
- order.go
- order_global.go
- order_pay.go
- order_pay_global.go
- organization.go
- organization_global.go
- payment.go
- payment_global.go
- permission.go
- permission_global.go
- plan.go
- plan_global.go
- policy.go
- policy_global.go
- pricing.go
- princing_global.go
- product.go
- product_global.go
- provider.go
- provider_global.go
- record.go
- record_global.go
- resource.go
- resource_global.go
- role.go
- role_global.go
- session.go
- session_global.go
- sms.go
- sms_global.go
- subscription.go
- subscription_global.go
- syncer.go
- syncer_global.go
- test_util.go
- token.go
- token_global.go
- transaction.go
- transaction_global.go
- url.go
- url_global.go
- user.go
- user_global.go
- util.go
- util_global.go
- util_modify.go
- webhook.go
- webhook_global.go