Class SyncopeConsoleInfoContributor
- java.lang.Object
-
- org.apache.syncope.client.console.actuate.SyncopeConsoleInfoContributor
-
- All Implemented Interfaces:
org.springframework.boot.actuate.info.InfoContributor
public class SyncopeConsoleInfoContributor extends Object implements org.springframework.boot.actuate.info.InfoContributor
-
-
Field Summary
Fields Modifier and Type Field Description protected ConsoleProperties
consoleProperties
-
Constructor Summary
Constructors Constructor Description SyncopeConsoleInfoContributor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
contribute(org.springframework.boot.actuate.info.Info.Builder builder)
-
-
-
Field Detail
-
consoleProperties
@Autowired protected ConsoleProperties consoleProperties
-
-