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()
      • resolveAuthorities

        Collection<com.evolveum.midpoint.security.api.Authorization> resolveAuthorities​(Collection<com.evolveum.midpoint.security.api.Authorization> authorities)
      • postSuccessAuthenticationProcessing

        void postSuccessAuthenticationProcessing()
      • getSpecificLoginUrl

        String getSpecificLoginUrl()
      • isSupportActivationByChannel

        boolean isSupportActivationByChannel()
      • getUrlSuffix

        String getUrlSuffix()
      • isPostAuthenticationEnabled

        boolean isPostAuthenticationEnabled()