Serialized Form
-
Package se.swedenconnect.bankid.idp.authn
-
Class se.swedenconnect.bankid.idp.authn.BankIdAuthenticationToken
class BankIdAuthenticationToken extends org.springframework.security.authentication.AbstractAuthenticationToken implements Serializable
-
-
Package se.swedenconnect.bankid.idp.authn.context
-
Class se.swedenconnect.bankid.idp.authn.context.BankIdContext
class BankIdContext extends Object implements Serializable-
Serialized Fields
-
clientId
String clientId
The client ID. -
id
String id
The ID of the context. This is the same as the ID on the SAML AuthnRequest message that we are processing. -
operation
BankIdOperation operation
The operation - auth or sign. -
personalNumber
String personalNumber
The personal identity number. Assigned if known at the beginning of the operation. -
previousDeviceSelection
PreviousDeviceSelection previousDeviceSelection
Holds information about whether the user selected "this device" or "other device" the last time. Will only be assigned if operation is "sign". -
signMessage
SignatureMessageExtension signMessage
Holds the sign message (if the operation is sign and the extension has been set).
-
-
-
-
Package se.swedenconnect.bankid.idp.authn.error
-
Exception Class se.swedenconnect.bankid.idp.authn.error.BankIdSessionExpiredException
class BankIdSessionExpiredException extends BankIDException implements Serializable-
Serialized Fields
-
request
PollRequest request
-
-
-
Exception Class se.swedenconnect.bankid.idp.authn.error.BankIdTraceableException
class BankIdTraceableException extends BankIDException implements Serializable- serialVersionUID:
- -6220282820833829340L
-
Exception Class se.swedenconnect.bankid.idp.authn.error.BankIdValidationException
class BankIdValidationException extends BankIdTraceableException implements Serializable -
Exception Class se.swedenconnect.bankid.idp.authn.error.NoSuchRelyingPartyException
class NoSuchRelyingPartyException extends BankIDException implements Serializable-
Serialized Fields
-
entityId
String entityId
-
-
-
-
Package se.swedenconnect.bankid.idp.authn.session
-
Class se.swedenconnect.bankid.idp.authn.session.BankIdSessionData
class BankIdSessionData extends Object implements Serializable-
Serialized Fields
-
autoStartToken
String autoStartToken
The autostart token. -
errorCode
ErrorCode errorCode
The latest error code (hint) -
messageCode
String messageCode
The BankID message code (to display next). -
operation
BankIdOperation operation
Sign or auth operation -
orderReference
String orderReference
The BankID order reference. -
qrStartSecret
String qrStartSecret
The start secret. -
qrStartToken
String qrStartToken
The start token. -
sessionExpired
Boolean sessionExpired
Whether the session has expired. -
showQr
Boolean showQr
Whether we should display a QR code. -
startFailed
Boolean startFailed
Whether the start has failed or not -
startTime
Instant startTime
The start time. -
status
ProgressStatus status
The latest progress status (hint).
-
-
-
-
Package se.swedenconnect.bankid.rpapi.service
-
Class se.swedenconnect.bankid.rpapi.service.DataToSign
class DataToSign extends UserVisibleData implements Serializable-
Serialized Fields
-
userNonVisibleData
String userNonVisibleData
Data not displayed to the user (optional).
-
-
-
Class se.swedenconnect.bankid.rpapi.service.UserVisibleData
class UserVisibleData extends Object implements Serializable
-
-
Package se.swedenconnect.bankid.rpapi.service.impl
-
Exception Class se.swedenconnect.bankid.rpapi.service.impl.BankIdServerException
class BankIdServerException extends BankIDException implements Serializable -
Exception Class se.swedenconnect.bankid.rpapi.service.impl.BankIdUserException
class BankIdUserException extends BankIDException implements Serializable
-
-
Package se.swedenconnect.bankid.rpapi.support
-
Class se.swedenconnect.bankid.rpapi.support.PersonalIdentityNumber
class PersonalIdentityNumber extends Object implements Serializable-
Serialized Fields
-
birthNumber
int birthNumber
The birth number - The three digits following the birth date. -
century
int century
The century. -
controlDigit
int controlDigit
The control digit. -
date
int date
The date. -
delimiter
char delimiter
The delimiter - '-' or '+'. -
month
int month
The month. -
year
int year
The year within the century.
-
-
-
Exception Class se.swedenconnect.bankid.rpapi.support.PersonalIdentityNumberException
class PersonalIdentityNumberException extends Exception implements Serializable
-
-
Package se.swedenconnect.bankid.rpapi.types
-
Exception Class se.swedenconnect.bankid.rpapi.types.BankIDException
class BankIDException extends RuntimeException implements Serializable -
Class se.swedenconnect.bankid.rpapi.types.CollectResponse
class CollectResponse extends Object implements Serializable-
Serialized Fields
-
completionData
CompletionData completionData
The completion data. Present if status=complete. -
hintCode
String hintCode
The hintCode for status=pending or status=failed. -
orderReference
String orderReference
The order reference string. -
status
CollectResponse.Status status
The status.
-
-
-
Class se.swedenconnect.bankid.rpapi.types.CompletionData
class CompletionData extends Object implements Serializable-
Serialized Fields
-
bankIdIssueDate
String bankIdIssueDate
The date the BankID was issued to the user. The issue date of the ID expressed using ISO 8601 date format YYYY-MM-DD with a UTC time zone offset. -
device
CompletionData.Device device
Information related to the device used during the BankID operation. -
ocspResponse
String ocspResponse
The Base64-encoded OCSP-response. -
signature
String signature
The Base64-encoded BankID signature. -
stepUp
CompletionData.StepUp stepUp
Information about extra verifications that were part of the transaction. -
user
CompletionData.User user
Information related to the user.
-
-
-
Class se.swedenconnect.bankid.rpapi.types.CompletionData.Device
class Device extends Object implements Serializable -
Class se.swedenconnect.bankid.rpapi.types.CompletionData.StepUp
class StepUp extends Object implements Serializable-
Serialized Fields
-
mrtd
Boolean mrtd
Indicate if there was a check of the mrtd (machine readable travel document).
-
-
-
Class se.swedenconnect.bankid.rpapi.types.CompletionData.User
class User extends Object implements Serializable -
Exception Class se.swedenconnect.bankid.rpapi.types.UserCancelException
class UserCancelException extends BankIDException implements Serializable
-