Service Register

Description
This bundle implements a simple service for getting a string from the user; this bundle is for demonstrating the security features of Oscar. See the security documentation for more detailed description of this bundle. This bundle is only intended for education purposes for Oscar.

Contributor(s)
Richard S. Hall (heavy@ungovenred.org)

License
BSD

Services
Name(s)
org.ungoverned.oscar.bundle.serviceregister.SimpleService
Relevant interface(s)
public interface SimpleService
{
public String getString();
}

Properties
None

Requirements
info.clearthought.layout