Serialized Form
-
Package dev.vality.bouncer.base
-
Class dev.vality.bouncer.base.Cash extends Object implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.bouncer.base.Entity extends Object implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
id
String id
-
party
String party
-
type
String type
-
wallet
WalletAttrs wallet
-
-
-
Class dev.vality.bouncer.base.WalletAttrs extends Object implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
body
Cash body
-
identity
String identity
-
report
WalletReportAttrs report
-
wallet
String wallet
-
-
-
Class dev.vality.bouncer.base.WalletReportAttrs extends Object implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
-
Package dev.vality.bouncer.context.v1
-
Class dev.vality.bouncer.context.v1.AnalyticsAPIOperation extends Object implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.bouncer.context.v1.Auth extends Object implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.bouncer.context.v1.AuthScope extends Object implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.bouncer.context.v1.BinapiOperation extends Object implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.bouncer.context.v1.ClaimManagementOperation extends Object implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.bouncer.context.v1.ClientInfo extends Object implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ip
String ip
-
-
-
Class dev.vality.bouncer.context.v1.CommonAPIOperation extends Object implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
binding
Entity binding
-
claim
Entity claim
-
client_info
ClientInfo client_info
-
contract
Entity contract
-
customer
Entity customer
-
file
Entity file
-
id
String id
Например: - "GetMyParty" - "CreateInvoice" - ... -
invoice
Entity invoice
-
invoice_template
Entity invoice_template
-
party
Entity party
-
payment
Entity payment
-
payout
Entity payout
-
refund
Entity refund
-
report
Entity report
-
shop
Entity shop
-
webhook
Entity webhook
-
-
-
Class dev.vality.bouncer.context.v1.ContextAnalyticsAPI extends Object implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
op
AnalyticsAPIOperation op
-
-
-
Class dev.vality.bouncer.context.v1.ContextBinapi extends Object implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
op
BinapiOperation op
-
-
-
Class dev.vality.bouncer.context.v1.ContextClaimManagement extends Object implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
op
ClaimManagementOperation op
-
-
-
Class dev.vality.bouncer.context.v1.ContextCommonAPI extends Object implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
op
CommonAPIOperation op
-
-
-
Class dev.vality.bouncer.context.v1.ContextFragment extends Object implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
anapi
ContextAnalyticsAPI anapi
-
auth
Auth auth
-
binapi
ContextBinapi binapi
-
capi
ContextCommonAPI capi
-
claimmgmt
ContextClaimManagement claimmgmt
-
env
Environment env
-
orgmgmt
ContextOrgManagement orgmgmt
-
payment_processing
ContextPaymentProcessing payment_processing
-
payment_tool
ContextPaymentTool payment_tool
-
payouts
ContextPayouts payouts
-
reports
ContextReports reports
-
requester
Requester requester
-
shortener
ContextUrlShortener shortener
-
user
User user
-
vsn
int vsn
-
wallet
Set<Entity> wallet
Наборы атрибутов для контекста сервиса кошельков, см. описание ниже. -
wapi
ContextWalletAPI wapi
-
webhooks
ContextWebhooks webhooks
-
-
-
Class dev.vality.bouncer.context.v1.ContextOrgManagement extends Object implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
invitation
OrgManagementInvitation invitation
-
op
OrgManagementOperation op
-
-
-
Class dev.vality.bouncer.context.v1.ContextPaymentProcessing extends Object implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
customer
Customer customer
-
invoice
Invoice invoice
-
invoice_template
InvoiceTemplate invoice_template
-
-
-
Class dev.vality.bouncer.context.v1.ContextPaymentTool extends Object implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.bouncer.context.v1.ContextPayouts extends Object implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
payout
Payout payout
-
-
-
Class dev.vality.bouncer.context.v1.ContextReports extends Object implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
report
Report report
-
-
-
Class dev.vality.bouncer.context.v1.ContextUrlShortener extends Object implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
op
UrlShortenerOperation op
-
-
-
Class dev.vality.bouncer.context.v1.ContextWalletAPI extends Object implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
grants
Set<WalletGrant> grants
-
op
WalletAPIOperation op
-
-
-
Class dev.vality.bouncer.context.v1.ContextWebhooks extends Object implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
webhook
Webhook webhook
-
-
-
Class dev.vality.bouncer.context.v1.Customer extends Object implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.bouncer.context.v1.Deployment extends Object implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
id
String id
- "Production" - "Staging" - ...
-
-
-
Class dev.vality.bouncer.context.v1.Environment extends Object implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
deployment
Deployment deployment
-
now
String now
-
-
-
Class dev.vality.bouncer.context.v1.Invitee extends Object implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
email
String email
-
-
-
Class dev.vality.bouncer.context.v1.Invoice extends Object implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.bouncer.context.v1.InvoiceTemplate extends Object implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.bouncer.context.v1.Organization extends Object implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.bouncer.context.v1.OrgManagementInvitation extends Object implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.bouncer.context.v1.OrgManagementOperation extends Object implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.bouncer.context.v1.OrgRole extends Object implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
id
String id
Например: - "Administrator" - "Manager" - ... -
scope
OrgRoleScope scope
-
-
-
Class dev.vality.bouncer.context.v1.OrgRoleScope extends Object implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
shop
Entity shop
-
-
-
Class dev.vality.bouncer.context.v1.Payment extends Object implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.bouncer.context.v1.Payout extends Object implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.bouncer.context.v1.Report extends Object implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.bouncer.context.v1.Requester extends Object implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ip
String ip
-
-
-
Class dev.vality.bouncer.context.v1.ShortenedUrl extends Object implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.bouncer.context.v1.Token extends Object implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
id
String id
Например, [`jti`][1] в случае использования JWT в качестве токенов. [1]: https://tools.ietf.org/html/rfc7519#section-4.1.7
-
-
-
Class dev.vality.bouncer.context.v1.UrlShortenerOperation extends Object implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
id
String id
Например: - "ShortenUrl" - "GetShortenedUrl" - "DeleteShortenedUrl" -
shortened_url
ShortenedUrl shortened_url
-
-
-
Class dev.vality.bouncer.context.v1.User extends Object implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
email
String email
-
id
String id
-
orgs
Set<Organization> orgs
-
realm
Entity realm
-
-
-
Class dev.vality.bouncer.context.v1.WalletAPIOperation extends Object implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
deposit
String deposit
-
destination
String destination
-
file
String file
-
id
String id
Например: - "ListDestinations" - "GetIdentity" - "CreateWebhook" -
identity
String identity
-
party
String party
-
report
String report
-
source
String source
-
w2w_transfer
String w2w_transfer
-
wallet
String wallet
-
webhook
String webhook
-
withdrawal
String withdrawal
-
-
-
Class dev.vality.bouncer.context.v1.WalletGrant extends Object implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.bouncer.context.v1.Webhook extends Object implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
filter
WebhookFilter filter
-
id
String id
-
party
Entity party
-
-
-
Class dev.vality.bouncer.context.v1.WebhookFilter extends Object implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
-
Package dev.vality.bouncer.ctx
-
Class dev.vality.bouncer.ctx.ContextFragment extends Object implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
content
ByteBuffer content
-
type
ContextFragmentType type
- See Also:
ContextFragmentType
-
-
-
-
Package dev.vality.bouncer.decisions
-
Class dev.vality.bouncer.decisions.ArbiterSrv.Judge_args extends Object implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.bouncer.decisions.ArbiterSrv.Judge_result extends Object implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex1
RulesetNotFound ex1
-
ex2
InvalidRuleset ex2
-
ex3
InvalidContext ex3
-
success
Judgement success
-
-
-
Class dev.vality.bouncer.decisions.Context extends Object implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
fragments
Map<String,ContextFragment> fragments
-
-
-
Class dev.vality.bouncer.decisions.InvalidContext extends org.apache.thrift.TException implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.bouncer.decisions.InvalidRuleset extends org.apache.thrift.TException implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.bouncer.decisions.Judgement extends Object implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
resolution
Resolution resolution
-
-
-
Class dev.vality.bouncer.decisions.Resolution extends org.apache.thrift.TUnion<Resolution,Resolution._Fields> implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.bouncer.decisions.ResolutionAllowed extends Object implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.bouncer.decisions.ResolutionForbidden extends Object implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.bouncer.decisions.ResolutionRestricted extends Object implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
restrictions
Restrictions restrictions
-
-
-
Class dev.vality.bouncer.decisions.RulesetNotFound extends org.apache.thrift.TException implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
-
Package dev.vality.bouncer.rstn
-
Class dev.vality.bouncer.rstn.AnalyticsAPIOperationRestrictions extends Object implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.bouncer.rstn.Restrictions extends Object implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
anapi
RestrictionsAnalyticsAPI anapi
-
capi
RestrictionsCommonAPI capi
-
vsn
int vsn
-
-
-
Class dev.vality.bouncer.rstn.RestrictionsAnalyticsAPI extends Object implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class dev.vality.bouncer.rstn.RestrictionsCommonAPI extends Object implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
__isset_bitfield
byte __isset_bitfield
-
ip_replacement_forbidden
boolean ip_replacement_forbidden
-
-
-