Java Doc for ProducerEntity.java in  » Portal » Open-Portal » com » sun » portal » wsrp » consumer » producermanager » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Portal » Open Portal » com.sun.portal.wsrp.consumer.producermanager 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


com.sun.portal.wsrp.consumer.producermanager.ProducerEntity

All known Subclasses:   com.sun.portal.wsrp.consumer.producermanager.impl.ProducerEntityImpl,
ProducerEntity
public interface ProducerEntity (Code)
This is a state-less bean describing a producer entity.




Method Summary
public  MapgetAllowedUserProfileMapping()
     Get a subset of standard user profile mapping that are allowed for this particular producer.
public  MapgetCustomUserProfileMapping()
     Get the map of remote user profiles to the local user attributes.
public  StringgetId()
     Get ID of the producer entity.
public  StringgetIdentityPropagationType()
     Returns the Identity Porpagation type.
public  StringgetLastModified()
     Get the timestamp of the last time that the producer entity was modified.
public  StringgetMarkupEndpoint()
     Get the markup port type endpoint.
public  StringgetName()
     Get the name of the producer.
public  PortletDescriptiongetPortletDescription(String portletId)
     Get the description of the given portlet.
public  RegistrationContextgetRegistrationContext()
    
public  RegistrationDatagetRegistrationData()
     Get registration data.
public  ServiceDescriptiongetServiceDescription()
     Get service description of the producer.
public  longgetServiceDescriptionLastModified()
     Get the timestamp of the last time that the service description was fetched.
public  ProducerEntityStatusgetStatus()
     Get the status of the producer entity.
public  URLgetURL()
     Get the URL of the producer WSDL.
public  MapgetUserCategoryMapping()
     Get the mapping of remote user categories to the local infrastructure roles.
public  StringtoString()
     Get a human-readable string representation of the producer entity for debugging purpose only.



Method Detail
getAllowedUserProfileMapping
public Map getAllowedUserProfileMapping()(Code)
Get a subset of standard user profile mapping that are allowed for this particular producer. a Map value



getCustomUserProfileMapping
public Map getCustomUserProfileMapping()(Code)
Get the map of remote user profiles to the local user attributes. a Map



getId
public String getId()(Code)
Get ID of the producer entity. An ID is an unique string randomly generated by WSRP implementation and remains internal within the WSRP consumer implementation. ID of the producer entity.



getIdentityPropagationType
public String getIdentityPropagationType()(Code)
Returns the Identity Porpagation type. Once set its not recommended to be modified. If modified would lead to loss of user customization. Currently supported Identity Propagation types Sun_SSO_TOKEN WSS_USERNAME_PROFILE_1.0



getLastModified
public String getLastModified()(Code)
Get the timestamp of the last time that the producer entity was modified. timestamp of the last modified time



getMarkupEndpoint
public String getMarkupEndpoint()(Code)
Get the markup port type endpoint. markup port type endpoint
exception:
  WSRPConsumerException - if an error occurs



getName
public String getName()(Code)
Get the name of the producer. name of the producer.



getPortletDescription
public PortletDescription getPortletDescription(String portletId)(Code)
Get the description of the given portlet.
Parameters:
  portletId - a String value a PortletDescription value



getRegistrationContext
public RegistrationContext getRegistrationContext()(Code)
Get registration context a RegistrationContext value



getRegistrationData
public RegistrationData getRegistrationData()(Code)
Get registration data. a RegistrationData value



getServiceDescription
public ServiceDescription getServiceDescription()(Code)
Get service description of the producer. a ServiceDescription value



getServiceDescriptionLastModified
public long getServiceDescriptionLastModified()(Code)
Get the timestamp of the last time that the service description was fetched. the difference, measured in milliseconds, between the last time the service description data was fetched from the producer and midnight, January 1, 1970 UTC.



getStatus
public ProducerEntityStatus getStatus()(Code)
Get the status of the producer entity. a ProducerEntityStatus value
See Also:   com.sun.portal.wsrp.consumer.producermanager.ProducerEntityStatus



getURL
public URL getURL()(Code)
Get the URL of the producer WSDL. URL of the WSRP producer's WSDL.



getUserCategoryMapping
public Map getUserCategoryMapping()(Code)
Get the mapping of remote user categories to the local infrastructure roles. a Map of remote user categories to the local infrastructure roles



toString
public String toString()(Code)
Get a human-readable string representation of the producer entity for debugging purpose only. a String representation of the producer entity



www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.