Package 

Class QloudProperties

  • All Implemented Interfaces:

    @ConstructorBinding()@ConfigurationProperties(prefix = "qloud") 
    public final class QloudProperties
    
                        
    • 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 getDomain() Application domain (e.g.
      final String getSecret() Secret used to verify JWT token signature.
      final String getLogoutPath() Optional path to the endpoint that redirects to Qloud's logout endpoint.
      final Long getClockSkewSeconds() Offset in number of seconds to tolerate when validating JWT token timestamps.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • getDomain

         final String getDomain()

        Application domain (e.g. my-app.qloud.space)

      • getSecret

         final String getSecret()

        Secret used to verify JWT token signature.

      • getLogoutPath

         final String getLogoutPath()

        Optional path to the endpoint that redirects to Qloud's logout endpoint.

        No endpoint is registered if this property is undefined or blank.

      • getClockSkewSeconds

         final Long getClockSkewSeconds()

        Offset in number of seconds to tolerate when validating JWT token timestamps.

        Useful if the clock of the application server is not in sync with the clock of Qloud's authentication server.