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