Package org.apereo.cas.impl.notify
Class AuthenticationRiskSmsNotifier
- java.lang.Object
-
- org.apereo.cas.impl.notify.BaseAuthenticationRiskNotifier
-
- org.apereo.cas.impl.notify.AuthenticationRiskSmsNotifier
-
- All Implemented Interfaces:
java.lang.Runnable,AuthenticationRiskNotifier
public class AuthenticationRiskSmsNotifier extends BaseAuthenticationRiskNotifier
This isAuthenticationRiskSmsNotifier.- Since:
- 5.1.0
-
-
Field Summary
-
Fields inherited from class org.apereo.cas.impl.notify.BaseAuthenticationRiskNotifier
authentication, authenticationRiskScore, casProperties, registeredService
-
-
Constructor Summary
Constructors Constructor Description AuthenticationRiskSmsNotifier(org.apereo.cas.configuration.CasConfigurationProperties casProperties, org.apereo.cas.notifications.CommunicationsManager communicationsManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpublish()Notify in the event that an authentication attempt is considered risky.-
Methods inherited from class org.apereo.cas.impl.notify.BaseAuthenticationRiskNotifier
run
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apereo.cas.api.AuthenticationRiskNotifier
setAuthentication, setAuthenticationRiskScore, setRegisteredService
-
-
-
-
Method Detail
-
publish
public void publish()
Description copied from interface:AuthenticationRiskNotifierNotify in the event that an authentication attempt is considered risky.
-
-