<Property name="ReadOnly">false</Property>
- 在我的身份服務器的usr-mgt.xml中設置。WSO2 Identity Server - LDAP以只讀模式工作,但設置爲false
當我嘗試調用的方法來設置用戶的要求值 - storeManager.setUserClaimValue(用戶名字符串,字符串claimURI,字符串claimValue,字符串PROFILENAME)它給了我這樣的例外:
org.wso2.carbon.user.core.UserStoreException: User store is operating in read only mode. Cannot write into the user store.
上午我遺漏了什麼?
什麼是您正在使用的UserStoreManager? – SureshAtt 2012-08-26 02:48:58
這是我使用的代碼: UserRealm境界= WSRealmBuilder.createWSRealm(Constants.SERVER_URL, \t \t \t \t餅乾,Constants.CONFIG_CONTEXT); UserStoreManager storeManager = realm.getUserStoreManager(); 我在AuthenticationAdminStub.login() – 2012-08-28 08:09:28