Class SaveIdentityResponse

  • All Implemented Interfaces:

    
    public final class SaveIdentityResponse
    
                        

    SaveIdentityResponse is returned by SaveIdentity when an identity has been successfully saved

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String getSsksId() The SSKS ID of the stored identity, which can be used by your backend to manage it
      final String getAuthenticatedSessionId() If a challenge was passed, an authenticated sessionId, that you can use to perform further SSKS TMR operations without challenge
      final Unit setAuthenticatedSessionId(String authenticatedSessionId) If a challenge was passed, an authenticated sessionId, that you can use to perform further SSKS TMR operations without challenge
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SaveIdentityResponse

        SaveIdentityResponse(String ssksId, String authenticatedSessionId)
    • Method Detail

      • getSsksId

         final String getSsksId()

        The SSKS ID of the stored identity, which can be used by your backend to manage it

      • getAuthenticatedSessionId

         final String getAuthenticatedSessionId()

        If a challenge was passed, an authenticated sessionId, that you can use to perform further SSKS TMR operations without challenge

      • setAuthenticatedSessionId

         final Unit setAuthenticatedSessionId(String authenticatedSessionId)

        If a challenge was passed, an authenticated sessionId, that you can use to perform further SSKS TMR operations without challenge