Class SsoTokenFileUtils


  • public class SsoTokenFileUtils
    extends Object
    A tool class helps generating the path of cached token file.
    • Method Detail

      • generateCachedTokenPath

        public static Path generateCachedTokenPath​(String startUrl,
                                                   String tokenDirectory)
        Generate the cached file name by generating the SHA1 Hex Digest of the UTF-8 encoded start url bytes.