public abstract class BaseAuthenticationRiskNotifier extends java.lang.Object implements AuthenticationRiskNotifier
BaseAuthenticationRiskNotifier
.Modifier and Type | Field and Description |
---|---|
protected Authentication |
authentication
The Authentication.
|
protected AuthenticationRiskScore |
authenticationRiskScore
The Score.
|
protected CasConfigurationProperties |
casProperties
Cas properties.
|
protected RegisteredService |
registeredService
The Service.
|
Constructor and Description |
---|
BaseAuthenticationRiskNotifier() |
Modifier and Type | Method and Description |
---|---|
void |
run() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
publish, setAuthentication, setAuthenticationRiskScore, setRegisteredService
@Autowired protected CasConfigurationProperties casProperties
protected Authentication authentication
protected RegisteredService registeredService
protected AuthenticationRiskScore authenticationRiskScore