Package de.aservo.confapi.crowd.service
Class TrustedProxiesServiceImpl
java.lang.Object
de.aservo.confapi.crowd.service.TrustedProxiesServiceImpl
- All Implemented Interfaces:
TrustedProxiesService
-
Constructor Summary
ConstructorsConstructorDescriptionTrustedProxiesServiceImpl(com.atlassian.crowd.manager.proxy.TrustedProxyManager trustedProxyManager) -
Method Summary
Modifier and TypeMethodDescriptionaddTrustedProxy(String trustedProxy) removeTrustedProxy(String trustedProxy) setTrustedProxies(TrustedProxiesBean trustedProxiesBean)
-
Constructor Details
-
TrustedProxiesServiceImpl
@Inject public TrustedProxiesServiceImpl(com.atlassian.crowd.manager.proxy.TrustedProxyManager trustedProxyManager)
-
-
Method Details
-
getTrustedProxies
- Specified by:
getTrustedProxiesin interfaceTrustedProxiesService
-
setTrustedProxies
- Specified by:
setTrustedProxiesin interfaceTrustedProxiesService
-
addTrustedProxy
- Specified by:
addTrustedProxyin interfaceTrustedProxiesService
-
removeTrustedProxy
- Specified by:
removeTrustedProxyin interfaceTrustedProxiesService
-