Hi,

We have patched the Kernel as attached(removing final) to have the freedom
at implementing the OTUserStoreManager to override the two methods,

 updateUserListOfRole
getUserListOfRole

This is not yet committed to Kernel, but used as a custom patch. Are we ok
to go ahead and commit this?

Thanks,
-- 

Pushpalanka Jayawardhana

Software Engineer

WSO2 Lanka (pvt) Ltd
[image: 
Facebook]<http://s.wisestamp.com/links?url=http%3A%2F%2Fwww.facebook.com%2Fpushpalanka>
[image:
Twitter]<http://s.wisestamp.com/links?url=http%3A%2F%2Ftwitter.com%2FPushpalanka>
[image:
LinkedIn]<http://s.wisestamp.com/links?url=http%3A%2F%2Fwww.linkedin.com%2Fprofile%2Fview%3Fid%3D75175642%26trk%3Dtab_pro>
[image:
Blogger]<http://s.wisestamp.com/links?url=http%3A%2F%2Fpushpalankajaya.blogspot.com%2F>
[image:
SlideShare]<http://s.wisestamp.com/links?url=http%3A%2F%2Fwww.slideshare.net%2FPushpalanka>
Mobile: +94779716248
Index: 
org.wso2.carbon.user.core/4.2.0/src/main/java/org/wso2/carbon/user/core/common/AbstractUserStoreManager.java
===================================================================
--- 
org.wso2.carbon.user.core/4.2.0/src/main/java/org/wso2/carbon/user/core/common/AbstractUserStoreManager.java
        (revision 196571)
+++ 
org.wso2.carbon.user.core/4.2.0/src/main/java/org/wso2/carbon/user/core/common/AbstractUserStoreManager.java
        (working copy)
@@ -1166,7 +1166,7 @@
        /**
         * {@inheritDoc}
         */
-       public final void updateUserListOfRole(String roleName, String[] 
deletedUsers, String[] newUsers)
+       public void updateUserListOfRole(String roleName, String[] 
deletedUsers, String[] newUsers)
                        throws UserStoreException {
 
                String primaryDomain = getMyDomainName();
@@ -1906,7 +1906,7 @@
        /**
         * {@inheritDoc}
         */
-       public final String[] getUserListOfRole(String roleName) throws 
UserStoreException {
+       public String[] getUserListOfRole(String roleName) throws 
UserStoreException {
 
                String[] userNames = new String[0];
 
_______________________________________________
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to