Package org.apache.syncope.sra.actuate
Class SyncopeSRAInfoContributor
- java.lang.Object
-
- org.apache.syncope.sra.actuate.SyncopeSRAInfoContributor
-
- All Implemented Interfaces:
org.springframework.boot.actuate.info.InfoContributor
public class SyncopeSRAInfoContributor extends Object implements org.springframework.boot.actuate.info.InfoContributor
-
-
Field Summary
Fields Modifier and Type Field Description protected SRAPropertiessraProperties
-
Constructor Summary
Constructors Constructor Description SyncopeSRAInfoContributor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcontribute(org.springframework.boot.actuate.info.Info.Builder builder)
-
-
-
Field Detail
-
sraProperties
@Autowired protected SRAProperties sraProperties
-
-