Uses of Class
de.aservo.confapi.crowd.model.TrustedProxiesBean
Packages that use TrustedProxiesBean
Package
Description
-
Uses of TrustedProxiesBean in de.aservo.confapi.crowd.model
Fields in de.aservo.confapi.crowd.model declared as TrustedProxiesBeanModifier and TypeFieldDescriptionstatic final TrustedProxiesBeanTrustedProxiesBean.EXAMPLE_1static final TrustedProxiesBeanTrustedProxiesBean.EXAMPLE_2 -
Uses of TrustedProxiesBean in de.aservo.confapi.crowd.rest
Methods in de.aservo.confapi.crowd.rest with parameters of type TrustedProxiesBeanModifier and TypeMethodDescriptionjavax.ws.rs.core.ResponseTrustedProxiesResourceImpl.setTrustedProxies(TrustedProxiesBean trustedProxiesBean) -
Uses of TrustedProxiesBean in de.aservo.confapi.crowd.rest.api
Methods in de.aservo.confapi.crowd.rest.api with parameters of type TrustedProxiesBeanModifier and TypeMethodDescriptionjavax.ws.rs.core.ResponseTrustedProxiesResource.setTrustedProxies(TrustedProxiesBean trustedProxiesBean) -
Uses of TrustedProxiesBean in de.aservo.confapi.crowd.service
Methods in de.aservo.confapi.crowd.service that return TrustedProxiesBeanModifier and TypeMethodDescriptionTrustedProxiesServiceImpl.addTrustedProxy(String trustedProxy) TrustedProxiesServiceImpl.getTrustedProxies()TrustedProxiesServiceImpl.removeTrustedProxy(String trustedProxy) TrustedProxiesServiceImpl.setTrustedProxies(TrustedProxiesBean trustedProxiesBean) Methods in de.aservo.confapi.crowd.service with parameters of type TrustedProxiesBeanModifier and TypeMethodDescriptionTrustedProxiesServiceImpl.setTrustedProxies(TrustedProxiesBean trustedProxiesBean) -
Uses of TrustedProxiesBean in de.aservo.confapi.crowd.service.api
Methods in de.aservo.confapi.crowd.service.api that return TrustedProxiesBeanModifier and TypeMethodDescriptionTrustedProxiesService.addTrustedProxy(String trustedProxy) TrustedProxiesService.getTrustedProxies()TrustedProxiesService.removeTrustedProxy(String trustedProxy) TrustedProxiesService.setTrustedProxies(TrustedProxiesBean trustedProxiesBean) Methods in de.aservo.confapi.crowd.service.api with parameters of type TrustedProxiesBeanModifier and TypeMethodDescriptionTrustedProxiesService.setTrustedProxies(TrustedProxiesBean trustedProxiesBean)