Java Doc for ProducerEntityManagerImpl.java in  » Portal » Open-Portal » com » sun » portal » wsrp » consumer » producermanager » impl » 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.impl 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   com.sun.portal.wsrp.consumer.producermanager.impl.ProducerEntityManagerImpl

ProducerEntityManagerImpl
public class ProducerEntityManagerImpl implements ProducerEntityManager,ISConstants(Code)
An implementation of the ProducerEntityManager interface using Identity Server as a persistent data storage.


Field Summary
protected static  ConsumerObjectFactorycofactory
    
protected static  StringconsumerAgent
    
protected  StringconsumerOrgDN
    
protected static  WSRPFactoryfactory
    
protected static  StringportalId
    
protected  SetserviceNames
    
protected  SSOTokenssoToken
    
protected static  RemoteServiceStubManagerstubMgr
    
protected  AMStoreConnectionuserConnection
    

Constructor Summary
public  ProducerEntityManagerImpl()
    

Method Summary
public  StringaddProducerEntity(String producerName, URL producerURL, String identityPropagationType, RegistrationData regData, Map userCategories, Map allowedUserProfiles, Map customUserProfiles)
    
public  StringaddProducerEntity(String producerName, URL producerURL, String identityPropagationType, String regHandle, Map userCategories, Map allowedUserProfiles, Map customUserProfiles)
    
protected  AMOrganizationalUnitcreateConsumerOU()
    
protected  ProducerEntitycreateProducerEntity(String producerEntityId, String producerName, URL producerURL, String markupEndpoint, ProducerEntityStatus status, RegistrationData regData, RegistrationContext regContext, ServiceDescription serviceDesc, Map userCategories, Map allowedUserProfiles, Map customUserProfiles, long serviceDescLastModified, String lastModified, String identityPropagationType)
    
protected  AMOrganizationalUnitcreateProducerEntityOU(String producerEntityId)
    
public  voideliminateProducerEntity(String producerEntityId)
    
protected  booleanexistsConsumerOU()
    
protected static  StringgetConsumerAgent()
    
public  StringgetConsumerName()
    
protected  AMOrganizationalUnitgetConsumerOU(AMStoreConnection connection)
    
protected  ConsumerObjectFactorygetConsumerObjectFactory()
    
protected  AMOrganizationgetConsumerOrganization()
    
public  RegistrationDatagetDefaultRegistrationData()
    
public  ListgetEndpoints(URL producerURL)
    
protected  SetgetGlobalAttribute(String attrName)
    
protected  StringgetGlobalStringAttribute(String attrName)
    
protected  AMTemplategetOrganizationServiceTemplate(AMStoreConnection connection)
    
public  ProducerEntitygetProducerEntity(String producerEntityId)
    
public  SetgetProducerEntityIds()
    
protected  StringgetProducerEntityLastModified(String producerEntityId)
    
protected  AMOrganizationalUnitgetProducerEntityOU(String producerEntityId, AMStoreConnection connection)
    
public  ServiceDescriptiongetServiceDescription(URL producerURL)
    
public  ServiceDescriptiongetServiceDescription(URL producerURL, RegistrationContext regContext)
    
public  MapgetStandardUserProfileMapping()
    
protected  WSRPFactorygetWSRPFactory()
    
public  voidinit(String consumerId, HttpServletRequest request)
    
public  voidinit(String consumerId, String username, String password)
    
public  voidinit(SSOToken ssoToken, String portalId, String consumerId)
    
protected  booleanisAccessible()
    
public  booleanisActivated()
    
public  booleanisInbandRegistrationSupported(URL producerURL)
    
protected  ProducerEntityloadProducerEntity(String producerEntityId)
    
public  voidmodifyRegistration(String producerEntityId, RegistrationData regData)
    
protected  voidpurgeProducerEntity(String producerEntityId)
    
public  voidremoveProducerEntity(String producerEntityId)
    
public  voidsetAllowedUserProfileMapping(String producerEntityId, Map allowedUserProfileMap)
    
public  voidsetConsumerName(String consumerName)
    
public  voidsetCustomUserProfileMapping(String producerEntityId, Map customUserProfileMap)
    
public  voidsetDefaultRegistrationData(RegistrationData rd)
    
protected  voidsetGlobalAttribute(String attrName, Set value)
    
public  voidsetIdentityPropagationType(String producerEntityId, String type)
    
public  voidsetName(String producerEntityId, String name)
    
public  voidsetStandardUserProfileMapping(Map standardUserProfileMap)
    
public  voidsetStatus(String producerEntityId, ProducerEntityStatus status)
    
public  voidsetURL(String producerEntityId, URL url)
    
public  voidsetUserCategoryMapping(String producerEntityId, Map userCategoryMap)
    
protected  voidstoreProducerEntity(ProducerEntity pe)
    
public  voidupdateServiceDescription(String producerEntityId)
    

Field Detail
cofactory
protected static ConsumerObjectFactory cofactory(Code)



consumerAgent
protected static String consumerAgent(Code)



consumerOrgDN
protected String consumerOrgDN(Code)



factory
protected static WSRPFactory factory(Code)



portalId
protected static String portalId(Code)



serviceNames
protected Set serviceNames(Code)



ssoToken
protected SSOToken ssoToken(Code)



stubMgr
protected static RemoteServiceStubManager stubMgr(Code)



userConnection
protected AMStoreConnection userConnection(Code)




Constructor Detail
ProducerEntityManagerImpl
public ProducerEntityManagerImpl()(Code)




Method Detail
addProducerEntity
public String addProducerEntity(String producerName, URL producerURL, String identityPropagationType, RegistrationData regData, Map userCategories, Map allowedUserProfiles, Map customUserProfiles) throws WSRPConsumerException, InbandRegistrationNotSupportedException(Code)



addProducerEntity
public String addProducerEntity(String producerName, URL producerURL, String identityPropagationType, String regHandle, Map userCategories, Map allowedUserProfiles, Map customUserProfiles) throws WSRPConsumerException(Code)



createConsumerOU
protected AMOrganizationalUnit createConsumerOU() throws WSRPConsumerException(Code)



createProducerEntity
protected ProducerEntity createProducerEntity(String producerEntityId, String producerName, URL producerURL, String markupEndpoint, ProducerEntityStatus status, RegistrationData regData, RegistrationContext regContext, ServiceDescription serviceDesc, Map userCategories, Map allowedUserProfiles, Map customUserProfiles, long serviceDescLastModified, String lastModified, String identityPropagationType) throws WSRPConsumerException(Code)



createProducerEntityOU
protected AMOrganizationalUnit createProducerEntityOU(String producerEntityId) throws WSRPConsumerException(Code)



eliminateProducerEntity
public void eliminateProducerEntity(String producerEntityId) throws WSRPConsumerException(Code)



existsConsumerOU
protected boolean existsConsumerOU() throws WSRPConsumerException(Code)



getConsumerAgent
protected static String getConsumerAgent()(Code)



getConsumerName
public String getConsumerName() throws WSRPConsumerException(Code)



getConsumerOU
protected AMOrganizationalUnit getConsumerOU(AMStoreConnection connection) throws WSRPConsumerException(Code)



getConsumerObjectFactory
protected ConsumerObjectFactory getConsumerObjectFactory() throws WSRPConsumerException(Code)



getConsumerOrganization
protected AMOrganization getConsumerOrganization() throws WSRPConsumerException(Code)



getDefaultRegistrationData
public RegistrationData getDefaultRegistrationData() throws WSRPConsumerException(Code)



getEndpoints
public List getEndpoints(URL producerURL) throws WSRPConsumerException(Code)



getGlobalAttribute
protected Set getGlobalAttribute(String attrName) throws WSRPConsumerException(Code)



getGlobalStringAttribute
protected String getGlobalStringAttribute(String attrName) throws WSRPConsumerException(Code)



getOrganizationServiceTemplate
protected AMTemplate getOrganizationServiceTemplate(AMStoreConnection connection) throws WSRPConsumerException(Code)



getProducerEntity
public ProducerEntity getProducerEntity(String producerEntityId) throws WSRPConsumerException(Code)



getProducerEntityIds
public Set getProducerEntityIds() throws WSRPConsumerException(Code)



getProducerEntityLastModified
protected String getProducerEntityLastModified(String producerEntityId) throws WSRPConsumerException(Code)



getProducerEntityOU
protected AMOrganizationalUnit getProducerEntityOU(String producerEntityId, AMStoreConnection connection) throws WSRPConsumerException(Code)



getServiceDescription
public ServiceDescription getServiceDescription(URL producerURL) throws WSRPConsumerException(Code)



getServiceDescription
public ServiceDescription getServiceDescription(URL producerURL, RegistrationContext regContext) throws WSRPConsumerException(Code)



getStandardUserProfileMapping
public Map getStandardUserProfileMapping() throws WSRPConsumerException(Code)



getWSRPFactory
protected WSRPFactory getWSRPFactory() throws WSRPConsumerException(Code)



init
public void init(String consumerId, HttpServletRequest request) throws WSRPConsumerException(Code)



init
public void init(String consumerId, String username, String password) throws WSRPConsumerException(Code)



init
public void init(SSOToken ssoToken, String portalId, String consumerId) throws WSRPConsumerException(Code)



isAccessible
protected boolean isAccessible() throws WSRPConsumerException(Code)



isActivated
public boolean isActivated() throws WSRPConsumerException(Code)



isInbandRegistrationSupported
public boolean isInbandRegistrationSupported(URL producerURL) throws WSRPConsumerException(Code)



loadProducerEntity
protected ProducerEntity loadProducerEntity(String producerEntityId) throws WSRPConsumerException(Code)



modifyRegistration
public void modifyRegistration(String producerEntityId, RegistrationData regData) throws WSRPConsumerException, InbandRegistrationNotSupportedException(Code)



purgeProducerEntity
protected void purgeProducerEntity(String producerEntityId) throws WSRPConsumerException(Code)



removeProducerEntity
public void removeProducerEntity(String producerEntityId) throws WSRPConsumerException, InbandRegistrationNotSupportedException(Code)



setAllowedUserProfileMapping
public void setAllowedUserProfileMapping(String producerEntityId, Map allowedUserProfileMap) throws WSRPConsumerException(Code)



setConsumerName
public void setConsumerName(String consumerName) throws WSRPConsumerException(Code)



setCustomUserProfileMapping
public void setCustomUserProfileMapping(String producerEntityId, Map customUserProfileMap) throws WSRPConsumerException(Code)



setDefaultRegistrationData
public void setDefaultRegistrationData(RegistrationData rd) throws WSRPConsumerException(Code)



setGlobalAttribute
protected void setGlobalAttribute(String attrName, Set value) throws WSRPConsumerException(Code)



setIdentityPropagationType
public void setIdentityPropagationType(String producerEntityId, String type) throws WSRPConsumerException(Code)



setName
public void setName(String producerEntityId, String name) throws WSRPConsumerException(Code)



setStandardUserProfileMapping
public void setStandardUserProfileMapping(Map standardUserProfileMap) throws WSRPConsumerException(Code)



setStatus
public void setStatus(String producerEntityId, ProducerEntityStatus status) throws WSRPConsumerException(Code)



setURL
public void setURL(String producerEntityId, URL url) throws WSRPConsumerException(Code)



setUserCategoryMapping
public void setUserCategoryMapping(String producerEntityId, Map userCategoryMap) throws WSRPConsumerException(Code)



storeProducerEntity
protected void storeProducerEntity(ProducerEntity pe) throws WSRPConsumerException(Code)
assumes that producer entity OU already exists



updateServiceDescription
public void updateServiceDescription(String producerEntityId) throws WSRPConsumerException(Code)



Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

ww__w___.__j__a__va__2___s__.__co_m__ | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.