Uses of Interface
org.apache.cxf.sts.service.ServiceMBean
-
Packages that use ServiceMBean Package Description org.apache.cxf.sts.operation org.apache.cxf.sts.provider org.apache.cxf.sts.service -
-
Uses of ServiceMBean in org.apache.cxf.sts.operation
Fields in org.apache.cxf.sts.operation with type parameters of type ServiceMBean Modifier and Type Field Description protected List<ServiceMBean>AbstractOperation. servicesMethod parameters in org.apache.cxf.sts.operation with type arguments of type ServiceMBean Modifier and Type Method Description voidAbstractOperation. setServices(List<ServiceMBean> services) -
Uses of ServiceMBean in org.apache.cxf.sts.provider
Method parameters in org.apache.cxf.sts.provider with type arguments of type ServiceMBean Modifier and Type Method Description voidDefaultSecurityTokenServiceProvider. setServices(List<ServiceMBean> services) -
Uses of ServiceMBean in org.apache.cxf.sts.service
Classes in org.apache.cxf.sts.service that implement ServiceMBean Modifier and Type Class Description classStaticServiceThis class represents a (static) service.
-