Interface AuthenticationRiskNotifier

    • Method Detail

      • setAuthentication

        void setAuthentication​(org.apereo.cas.authentication.Authentication authentication)
        Sets authentication.
        Parameters:
        authentication - the authentication
      • setRegisteredService

        void setRegisteredService​(org.apereo.cas.services.RegisteredService service)
        Sets registered service.
        Parameters:
        service - the service
      • setAuthenticationRiskScore

        void setAuthenticationRiskScore​(AuthenticationRiskScore score)
        Sets authentication risk score.
        Parameters:
        score - the score
      • publish

        void publish()
        Notify in the event that an authentication attempt is considered risky.