[jboss-jira] [JBoss JIRA] Created: (JBPORTAL-1493) Separate internal configuration state (DB / LDAP) from the exposed meta data of the property

Julien Viet (JIRA) jira-events at lists.jboss.org
Wed Jun 20 16:35:52 EDT 2007


Separate internal configuration state (DB / LDAP) from the exposed meta data of the property
--------------------------------------------------------------------------------------------

                 Key: JBPORTAL-1493
                 URL: http://jira.jboss.com/jira/browse/JBPORTAL-1493
             Project: JBoss Portal
          Issue Type: Task
      Security Level: Public (Everyone can see)
          Components: Portal Identity
            Reporter: Julien Viet
         Assigned To: Boleslaw Dawidowicz
             Fix For: 2.8 Final


For example :

   public String getName();
   public String getType();
   public String getAccessMode();
   public String getUsage();
   public LocalizedString getDisplayName();
   public LocalizedString getDescription();

is what client of the API will care about.

   public String getMappingDBType();
   public String getMappingLDAPValue();
   public String getMappingDBValue();
   public boolean isMappedDB();
   public boolean isMappedLDAP();

is an internal implementation detail that the client should not know about, as it is part of the configuration of the property, not the usage.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list