Package org.apache.syncope.sra.actuate
Class SyncopeSRAInfoContributor
- java.lang.Object
-
- org.apache.syncope.sra.actuate.SyncopeSRAInfoContributor
-
- All Implemented Interfaces:
InfoContributor
public class SyncopeSRAInfoContributor extends Object implements InfoContributor
-
-
Field Summary
Fields Modifier and Type Field Description protected SRAProperties
sraProperties
-
Constructor Summary
Constructors Constructor Description SyncopeSRAInfoContributor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
contribute(Info.Builder builder)
-
-
-
Field Detail
-
sraProperties
@Autowired protected SRAProperties sraProperties
-
-
Method Detail
-
contribute
@PreAuthorize("isAuthenticated()") public void contribute(Info.Builder builder)
- Specified by:
contribute
in interfaceInfoContributor
-
-