Class SingleSignOnProperties

java.lang.Object
com.vaadin.sso.core.AbstractSingleSignOnProperties
com.vaadin.hilla.sso.starter.SingleSignOnProperties

@ConfigurationProperties(prefix="hilla.sso") public class SingleSignOnProperties extends com.vaadin.sso.core.AbstractSingleSignOnProperties
Definition of configuration properties for the SSO Kit starter.
Since:
1.0
Author:
Vaadin Ltd
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    The prefix for SSO Kit starter properties.

    Fields inherited from class com.vaadin.sso.core.AbstractSingleSignOnProperties

    DEFAULT_BACKCHANNEL_LOGOUT_ROUTE, DEFAULT_LOGIN_ROUTE, DEFAULT_LOGOUT_REDIRECT_ROUTE
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class com.vaadin.sso.core.AbstractSingleSignOnProperties

    getBackChannelLogoutRoute, getLoginRoute, getLogoutRedirectRoute, getMaximumConcurrentSessions, isAutoConfigure, isBackChannelLogout, setAutoConfigure, setBackChannelLogout, setBackChannelLogoutRoute, setLoginRoute, setLogoutRedirectRoute, setMaximumConcurrentSessions

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • SingleSignOnProperties

      public SingleSignOnProperties()