Interface Provider

    • Method Detail

      • init

        void init​(org.apache.abdera.Abdera abdera,
                  Map<String,​String> properties)
        Deprecated.
        Initialize the Provider.
      • getAbdera

        org.apache.abdera.Abdera getAbdera()
        Deprecated.
        Retrieve the Abdera instance associated with this provider
      • getProperty

        String getProperty​(String name)
        Deprecated.
        Get the specified property
      • getPropertyNames

        String[] getPropertyNames()
        Deprecated.
        Return a listing of all available properties
      • resolveSubject

        Subject resolveSubject​(RequestContext request)
        Deprecated.
        Resolve the subject using the Provider's Subject Resolver
      • resolveTarget

        Target resolveTarget​(RequestContext request)
        Deprecated.
        Resolve the target using the Provider's Target Resolver
      • getFilters

        Filter[] getFilters​(RequestContext request)
        Deprecated.
        Return the listing of filters for this request
      • addRequestProcessors

        void addRequestProcessors​(Map<TargetType,​RequestProcessor> requestProcessors)
        Deprecated.
        Add a map of RequestProcessors to register on this provider, without overriding already registered ones.
        Å