PortletApplicationDefinitionImpl app = new PortletApplicationDefinitionImpl();
app.setName("PA-001");
UserAttributeRef uaRef = new UserAttributeRefImpl("user-name-family", "user.name.family");
app.addUserAttributeRef(uaRef);
UserAttribute ua = new UserAttributeImpl("user.name.family", "User Last Name");
app.addUserAttribute(ua);
JetspeedServiceReference service1 = new JetspeedServiceReferenceImpl("PortletEntityAccessComponent");
app.addJetspeedService(service1);
JetspeedServiceReference service2 = new JetspeedServiceReferenceImpl("PortletRegistryComponent");