Package org.apereo.cas.impl.notify
Class BaseAuthenticationRiskNotifier
- java.lang.Object
-
- org.apereo.cas.impl.notify.BaseAuthenticationRiskNotifier
-
- All Implemented Interfaces:
java.lang.Runnable,AuthenticationRiskNotifier
- Direct Known Subclasses:
AuthenticationRiskEmailNotifier,AuthenticationRiskSmsNotifier
public abstract class BaseAuthenticationRiskNotifier extends java.lang.Object implements AuthenticationRiskNotifier
This isBaseAuthenticationRiskNotifier.- Since:
- 5.1.0
-
-
Field Summary
Fields Modifier and Type Field Description protected org.apereo.cas.authentication.AuthenticationauthenticationThe Authentication.protected AuthenticationRiskScoreauthenticationRiskScoreThe Score.protected org.apereo.cas.configuration.CasConfigurationPropertiescasPropertiesCAS properties.protected org.apereo.cas.services.RegisteredServiceregisteredServiceThe Service.
-
Constructor Summary
Constructors Constructor Description BaseAuthenticationRiskNotifier()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrun()-
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
publish, setAuthentication, setAuthenticationRiskScore, setRegisteredService
-
-
-
-
Field Detail
-
casProperties
protected final org.apereo.cas.configuration.CasConfigurationProperties casProperties
CAS properties.
-
authentication
protected org.apereo.cas.authentication.Authentication authentication
The Authentication.
-
registeredService
protected org.apereo.cas.services.RegisteredService registeredService
The Service.
-
authenticationRiskScore
protected AuthenticationRiskScore authenticationRiskScore
The Score.
-
-