Okta Authentication SDK for Java v2.0.0 Release Notes

Release Date: 2020-07-28 // over 3 years ago
  • ๐Ÿš€ This major release upgrades the Java Authentication SDK to v2.0.0

    Refer to Migration Guide for insights on these changes.

    ๐Ÿ”– Version 2.0.0 introduces a number of breaking changes from previous versions.

    In addition to new classes/interfaces, some existing classes/interfaces are no longer backward compatible.

    ๐Ÿ“ฆ Package com.okta.authn.sdk.resource

    • Replaced com.okta.sdk.resource.user.factor.FactorProfile interface with com.okta.authn.sdk.resource.FactorProfile interface.
    • Replaced com.okta.sdk.resource.user.factor.FactorProvider interface with com.okta.authn.sdk.resource.FactorProvider interface.
    • Replaced com.okta.sdk.resource.user.factor.FactorType interface with com.okta.authn.sdk.resource.FactorType interface.

    Note: Old interfaces above were pulled in from okta-sdk-java Management SDK hitherto.
    These are now migrated to reside locally within this Authentication SDK.

    ๐Ÿšš Below SDK classes were previously moved to okta-commons-java).

    - com.okta.sdk.client.Proxy
    - com.okta.sdk.lang.Classes
    - com.okta.sdk.lang.Assert
    - com.okta.sdk.lang.Strings
    - com.okta.sdk.lang.Collections
    - com.okta.sdk.lang.Locales
    

Previous changes from v1.0.0

  • ๐Ÿš€ 1.0 Release!

    ๐Ÿš€ Learn more about our supported releases on developer.okta.com