Class BankIdAuthenticationToken

java.lang.Object
org.springframework.security.authentication.AbstractAuthenticationToken
se.swedenconnect.bankid.idp.authn.BankIdAuthenticationToken
All Implemented Interfaces:
Serializable, Principal, org.springframework.security.core.Authentication, org.springframework.security.core.CredentialsContainer

public class BankIdAuthenticationToken extends org.springframework.security.authentication.AbstractAuthenticationToken
An Authentication object representing a successful BankID operation.
Author:
Martin Lindström, Felix Hellman
See Also:
  • Constructor Details

    • BankIdAuthenticationToken

      public BankIdAuthenticationToken(CollectResponse collectResponse)
      Constructor.
      Parameters:
      collectResponse - the CollectResponse received from the BankID server
  • Method Details

    • getCredentials

      public Object getCredentials()
      Returns null.
    • getPrincipal

      public Object getPrincipal()
      Returns a CompletionData received from the BankID server.