Interface AuthenticationChannel


  • public interface AuthenticationChannel
    Author:
    skublik
    • Method Detail

      • setPathAfterLogout

        void setPathAfterLogout​(String pathAfterLogout)
      • getPathAfterLogout

        String getPathAfterLogout()
      • getChannelId

        String getChannelId()
      • getPathAfterSuccessfulAuthentication

        String getPathAfterSuccessfulAuthentication()
      • getPathAfterUnsuccessfulAuthentication

        String getPathAfterUnsuccessfulAuthentication()
      • getPathDuringProccessing

        String getPathDuringProccessing()
      • isDefault

        boolean isDefault()
      • postSuccessAuthenticationProcessing

        void postSuccessAuthenticationProcessing()
      • getSpecificLoginUrl

        String getSpecificLoginUrl()
      • isSupportActivationByChannel

        boolean isSupportActivationByChannel()
      • getUrlSuffix

        String getUrlSuffix()