-
- All Implemented Interfaces:
@ConstructorBinding()@ConfigurationProperties(prefix = "qloud") public final class QloudProperties
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringdomainprivate final Stringsecretprivate final StringlogoutPathprivate final LongclockSkewSeconds
-
Constructor Summary
Constructors Constructor Description QloudProperties(String domain, String secret, String logoutPath, Long clockSkewSeconds)
-
Method Summary
Modifier and Type Method Description final StringgetDomain()Application domain (e.g. final StringgetSecret()Secret used to verify JWT token signature. final StringgetLogoutPath()Optional path to the endpoint that redirects to Qloud's logout endpoint. final LonggetClockSkewSeconds()Offset in number of seconds to tolerate when validating JWT token timestamps. -
-
Method Detail
-
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.
-
-
-
-