[jboss-jira] [JBoss JIRA] Assigned: (JBPORTAL-1493) Separate internal configuration state (DB / LDAP) from the exposed meta data of the property
Boleslaw Dawidowicz (JIRA)
jira-events at lists.jboss.org
Wed Jul 7 07:15:47 EDT 2010
[ https://jira.jboss.org/browse/JBPORTAL-1493?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Boleslaw Dawidowicz reassigned JBPORTAL-1493:
---------------------------------------------
Assignee: (was: Boleslaw Dawidowicz)
> Separate internal configuration state (DB / LDAP) from the exposed meta data of the property
> --------------------------------------------------------------------------------------------
>
> Key: JBPORTAL-1493
> URL: https://jira.jboss.org/browse/JBPORTAL-1493
> Project: JBoss Portal
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: Portal Identity
> Reporter: Julien Viet
> 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: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list