public class CasConfigurationModifiedEvent extends AbstractCasEvent
CasConfigurationModifiedEvent
.Constructor and Description |
---|
CasConfigurationModifiedEvent(java.lang.Object source,
boolean override)
Instantiates a new Cas configuration modified event.
|
CasConfigurationModifiedEvent(java.lang.Object source,
java.nio.file.Path file)
Instantiates a new Abstract cas sso event.
|
CasConfigurationModifiedEvent(java.lang.Object source,
java.nio.file.Path file,
boolean override)
Instantiates a new Cas configuration modified event.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isEligibleForContextRefresh()
Is eligible for context refresh ?
|
public CasConfigurationModifiedEvent(java.lang.Object source, java.nio.file.Path file)
source
- the sourcefile
- the filepublic CasConfigurationModifiedEvent(java.lang.Object source, boolean override)
source
- the sourceoverride
- the overridepublic CasConfigurationModifiedEvent(java.lang.Object source, java.nio.file.Path file, boolean override)
source
- the sourcefile
- the fileoverride
- the override