org.systinet.wasp.mgmt
Interface AdminService

All Superinterfaces:
ServerPreferences, ServiceAdministration, ServiceMonitoring, ServiceSecurity

public interface AdminService
extends ServiceMonitoring, ServiceSecurity, ServiceAdministration, ServerPreferences

This interface represents component which provides administration, monitoring, security and management features for specified deployed service and global WSO2 SOA Enablement Server preferences settings.

Using AdminService it is possible to manage settings like security mechanisms, automatic web service authentication, automatic authorization checks per web service method, transports, interceptors, polymorphism, and other advanced features.

The AdminService consists of four parts, each with its own interface:

Note that if WSO2 SOA Enablement Server is running in secure mode, then this service is protected both by authentication and authorization.

Since:
4.5
Component:
Mgmt-Services

Methods inherited from interface org.systinet.wasp.mgmt.ServiceMonitoring
dataThroughputControl, debugControl, performanceControl
 
Methods inherited from interface org.systinet.wasp.mgmt.ServiceSecurity
addAcceptingSecurityProvider, addAcceptingSecurityProviders, addIdentityAssociation, getAcceptingSecurityProviders, getEndpointPreferences, getEndpointPrefsMetadata, getIdentityAssociations, getInitiatingSecurityProvider, isAuthorizationRequired, removeIdentityAssociation, setAcceptingSecurityProviders, setAuthorizationRequired, setEndpointPreferences, setInitiatingSecurityProvider
 
Methods inherited from interface org.systinet.wasp.mgmt.ServiceAdministration
disableServiceInstance, enableServiceInstance, getEndpointOperations, getPackage, getServerVersion, getServiceEndpoint, getServiceInstance, getServiceInstanceEndpoints, getServiceInstances, getServiceInstancesEndpoints, interceptorControl, ipFilterInterceptorControl, messageSizeInterceptorControl, polymorphismControl, serviceInstanceStateControl, startServiceInstance, stopServiceInstance
 
Methods inherited from interface org.systinet.wasp.mgmt.ServerPreferences
getPreferences, getPrefsMetadata, setPreferences