Package com.ibm.mfp.adapter.api

  • Interface Summary 
    Interface Description
    AdaptersAPI
    API to retrieve information about the current adapter and send REST requests to other adapters.
    AnalyticsAPI
    API for reporting information to analytics.
    ConfigurationAPI
    API to get values of configuration properties during runtime.
    OAuthSecurity
    This annotation is used to configure protection of Java API for RESTful Web Services (JAX-RS) adapter resources.
    By default, all MobileFirst adapter resources require an access token, and are therefore protected by the security framework.
    Use this annotation to assign custom security scopes to your resources, or to disable the default MobileFirst resource protection.
    The annotation can be applied either to a specific resource method or to an entire resource class.
  • Class Summary 
    Class Description
    MFPJAXRSApplication
    An extended JAX-RS Application class made to be used by MobileFirst Java Adapters.


© Copyright IBM Corp. 2006, 2015. All Rights Reserved.