New Post: Creaing a wrapper around NetSqlAzman
Thanks grandaCoder, you are correct in a way because they way we have designed our application , is to cache the permissions on the client side as well, so yes the first time the service call will get...
View ArticleNew Post: Creaing a wrapper around NetSqlAzman
//Is there a way to retrieve just all user allowed operations?//To my best knowledge, the answer is eitherA: Using the existing code....you have to loop over every Application, Every Operation, then...
View ArticleNew Post: Creaing a wrapper around NetSqlAzman
See this post:http://netsqlazman.codeplex.com/discussions/352107
View ArticleNew Post: Creaing a wrapper around NetSqlAzman
If you're going to cache on the client side, why are you also caching on the server side?Why not cache (only on the client side) and let the server side remain "slim" and stateless ?
View ArticleNew Post: Creaing a wrapper around NetSqlAzman
NetSqlAzManRoleProvider..::..GetRolesForUser MethodThere is a GetRolesForUser (By Application), but there is not a GetAllRolesForUser........... There is not a GetItemsForUser or GetAllItemsForUser...
View ArticleNew Post: Creaing a wrapper around NetSqlAzman
zkay15 wrote:I am creating a service wrapper around netsqlazman to be consumded by a WPF application. I am using NetSqlAzman to implmement role based authorization on client side.I would like to...
View ArticleNew Post: Creaing a wrapper around NetSqlAzman
Thanks Andrea, yes I did take a look at it but that does not fall into our architecture approach. We have our own service layer designed and would like all services to follow the same pattern, so...
View ArticleNew Post: Creaing a wrapper around NetSqlAzman
Ok but all Latest NetSqlAzMan versions does not send anything about analytics data (dismissed).
View ArticleNew Post: Creaing a wrapper around NetSqlAzman
That is good to know, thanks.But would your recommendation be to do something similar to what what grandacoder has suggested? Is there anyway we can leverage the API's StorageCache to achieve retrieval...
View ArticleNew Post: Creaing a wrapper around NetSqlAzman
Try inspect the WCF Cache Service source code ... and get the code fragments that achieve your goal (that is the same).
View ArticleNew Post: Win 7 x64 Install issue
I am running into the same issue and this is the information from MMC I have. I tried both 32bit and 64 bit versions and both gave me the same error;This setup requires MMC 3.0. Please install MMC 3.0...
View ArticleNew Post: Win 7 x64 Install issue
See here:http://netsqlazman.codeplex.com/discussions/274582
View ArticleNew Post: Get a operations for a role
In my c# program, I need to get a list of operations for a particular role.Also, I need to get a list of roles with a certain word in the description. Can someone help me with the appropriate methods...
View ArticleNew Post: Get a operations for a role
Hi,this should be help you: using System.Linq;using NetSqlAzMan;using NetSqlAzMan.Interfaces; namespace NetSqlAzManDemo{ classProgram { staticvoid Main(string[] args){ string sqlConnectionString =...
View ArticleNew Post: IAzOperation.OperationID
HelloI am not sure if this project is still being tracked, I still find it quite useful. I've been using MS AzMan for quite some time and we've developed an AzMan application that makes use of the...
View ArticleNew Post: Hierarchy of permissions
Hi,I've read all discussion about hierarchy of permissions and I understood in case of conflicts deny wins, but according to my project I want to make sure if there is a way if an item is allowed and...
View ArticleNew Post: Hierarchy of permissions
I’m sorry.No way.It’s by design.■ Andrea Ferendeles / NetSqlAzMan Project Coordinator■Web / http://netsqlazman.codeplex.com■ emailaferende@hotmail.com Le informazioni contenute in questa comunicazione...
View ArticleNew Post: Integration with .NET 4.5 WIF ClaimsAuthorizationManager
I am very interested in how we can use NetSqlAzMan to act as a ClaimsAuthorizationManager as part of an overall architecture that uses AD for authentication with ADFS acting as an STS and NetSqlAzMan...
View ArticleNew Post: IAzOperation.OperationID
Hi,NetSqlAzMan does not supports OperationID.You can create some naming convention e just concatenate the operation name with the action, for example:Operation base name: "DynamicView", Actions:...
View Article