Serialized Form
-
Package dev.vality.damsel.identity.errors
-
Class dev.vality.damsel.identity.errors.GeneralFailure extends Object implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.damsel.identity.errors.IdentificationFailure extends org.apache.thrift.TUnion<IdentificationFailure,IdentificationFailure._Fields> implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
-
Package dev.vality.identity
-
Class dev.vality.identity.ClaimApproved extends Object implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
details
String details
-
-
-
Class dev.vality.identity.ClaimCancelled extends Object implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
details
String details
-
-
-
Class dev.vality.identity.ClaimCreated extends Object implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
details
String details
-
-
-
Class dev.vality.identity.ClaimDenied extends Object implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
details
String details
-
-
-
Class dev.vality.identity.ClaimNotFound extends org.apache.thrift.TException implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.identity.ClaimPending extends org.apache.thrift.TException implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
id
String id
-
-
-
Class dev.vality.identity.ClaimReview extends Object implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
details
String details
-
-
-
Class dev.vality.identity.Failure extends Object implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
code
String code
-
reason
String reason
-
sub
SubFailure sub
-
-
-
Class dev.vality.identity.IdentificationJudgementSrv.Approve_args extends Object implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
id
String id
-
-
-
Class dev.vality.identity.IdentificationJudgementSrv.Approve_result extends Object implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex1
ClaimNotFound ex1
-
ex2
InvalidClaimStatus ex2
-
success
IdentityClaim success
-
-
-
Class dev.vality.identity.IdentificationJudgementSrv.Deny_args extends Object implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
id
String id
-
-
-
Class dev.vality.identity.IdentificationJudgementSrv.Deny_result extends Object implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex1
ClaimNotFound ex1
-
ex2
InvalidClaimStatus ex2
-
success
IdentityClaim success
-
-
-
Class dev.vality.identity.IdentificationSrv.CancelClaim_args extends Object implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
id
String id
-
-
-
Class dev.vality.identity.IdentificationSrv.CancelClaim_result extends Object implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex1
ClaimNotFound ex1
-
ex2
InvalidClaimStatus ex2
-
success
IdentityClaim success
-
-
-
Class dev.vality.identity.IdentificationSrv.CreateClaim_args extends Object implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
params
IdentityClaimParams params
-
-
-
Class dev.vality.identity.IdentificationSrv.CreateClaim_result extends Object implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex1
InsufficientIdentityDocuments ex1
-
ex2
ClaimPending ex2
-
ex3
IdentityOwnershipConflict ex3
-
ex4
InvalidTargetIdentificationLevel ex4
-
success
IdentityClaim success
-
-
-
Class dev.vality.identity.IdentificationSrv.Get_args extends Object implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
id
String id
-
-
-
Class dev.vality.identity.IdentificationSrv.Get_result extends Object implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex1
IdentityNotFound ex1
-
success
Identity success
-
-
-
Class dev.vality.identity.IdentificationSrv.GetClaim_args extends Object implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
id
String id
-
-
-
Class dev.vality.identity.IdentificationSrv.GetClaim_result extends Object implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex1
ClaimNotFound ex1
-
success
IdentityClaim success
-
-
-
Class dev.vality.identity.IdentificationSrv.GetIdentityID_args extends Object implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
proof
List<IdentityDocument> proof
-
-
-
Class dev.vality.identity.IdentificationSrv.GetIdentityID_result extends Object implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
ex1
IdentityDocumentNotFound ex1
-
ex2
InsufficientIdentityDocuments ex2
-
success
String success
-
-
-
Class dev.vality.identity.Identity extends Object implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
id
String id
-
level
IdentificationLevel level
-
owner_id
String owner_id
-
-
-
Class dev.vality.identity.IdentityClaim extends Object implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
claimant
String claimant
-
context
Map<String,Value> context
-
id
String id
-
identity_id
String identity_id
-
proof
List<IdentityDocument> proof
-
status
IdentityClaimStatus status
-
target_level
IdentificationLevel target_level
- See Also:
IdentificationLevel
-
-
-
Class dev.vality.identity.IdentityClaimParams extends Object implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
claimant
String claimant
-
context
Map<String,Value> context
-
identity_id
String identity_id
-
proof
List<IdentityDocument> proof
-
target_level
IdentificationLevel target_level
- See Also:
IdentificationLevel
-
-
-
Class dev.vality.identity.IdentityClaimStatus extends org.apache.thrift.TUnion<IdentityClaimStatus,IdentityClaimStatus._Fields> implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.identity.IdentityDocument extends Object implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
token
ByteBuffer token
-
type
IdentityDocumentType type
-
-
-
Class dev.vality.identity.IdentityDocumentNotFound extends org.apache.thrift.TException implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
token
ByteBuffer token
-
-
-
Class dev.vality.identity.IdentityDocumentType extends org.apache.thrift.TUnion<IdentityDocumentType,IdentityDocumentType._Fields> implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.identity.IdentityNotFound extends org.apache.thrift.TException implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.identity.IdentityOwnershipConflict extends org.apache.thrift.TException implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
id
String id
-
-
-
Class dev.vality.identity.InsufficientIdentityDocuments extends org.apache.thrift.TException implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.identity.InvalidClaimStatus extends org.apache.thrift.TException implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
status
IdentityClaimStatus status
-
-
-
Class dev.vality.identity.InvalidTargetIdentificationLevel extends org.apache.thrift.TException implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.identity.RUSDomesticPassport extends Object implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.identity.RUSRetireeInsuranceCert extends Object implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.identity.SubFailure extends Object implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
code
String code
-
sub
SubFailure sub
-
-
-
-
Package dev.vality.identity.msgpack
-
Class dev.vality.identity.msgpack.Nil extends Object implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-
Class dev.vality.identity.msgpack.Value extends org.apache.thrift.TUnion<Value,Value._Fields> implements Serializable
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
-