Interface AuthenticationChannel


public interface AuthenticationChannel
Wrapper for define channel of authentication, channel define scope of authentication etc. rest, gui, reset password ...
Author:
skublik
  • Method Details

    • setPathAfterLogout

      void setPathAfterLogout(String pathAfterLogout)
    • getPathAfterLogout

      String getPathAfterLogout()
    • matchChannel

      boolean matchChannel(AuthenticationSequenceType sequence)
    • getChannelId

      String getChannelId()
    • getPathAfterSuccessfulAuthentication

      String getPathAfterSuccessfulAuthentication()
    • getPathAfterUnsuccessfulAuthentication

      String getPathAfterUnsuccessfulAuthentication()
    • getPathDuringProccessing

      String getPathDuringProccessing()
    • isDefault

      boolean isDefault()
    • postSuccessAuthenticationProcessing

      void postSuccessAuthenticationProcessing()
    • getSpecificLoginUrl

      String getSpecificLoginUrl()
    • isSupportActivationByChannel

      boolean isSupportActivationByChannel()
    • isSupportGuiConfigByChannel

      boolean isSupportGuiConfigByChannel()
    • getUrlSuffix

      String getUrlSuffix()
    • isPostAuthenticationEnabled

      boolean isPostAuthenticationEnabled()
    • resolveAuthorization

      @Nullable @Nullable Authorization resolveAuthorization(Authorization autz)
    • getAdditionalAuthority

      @Nullable @Nullable Authorization getAdditionalAuthority()