Interface ResourceLocator

All Known Implementing Classes:
BaseResourceLocator, ClientResourceLocator

public interface ResourceLocator
Will provide information about the location of the Crowd resource used to configure a Crowd Client.
  • Method Details

    • getResourceLocation

      String getResourceLocation()
      Will return the location of the resource on the file system. This will be in URI format similar to "file:/crowd/temp/crowd.properties"
      Returns:
      location of the resource
    • getResourceName

      String getResourceName()
      The configured name of the resource
      Returns:
      name of resource
    • getProperties

      Properties getProperties()
      The Properties present within the given resource.
      Returns:
      Properties or null if no properties exist