Re: Question about Authorization Manager
- From: John <ask@xxxxxx>
- Date: Fri, 17 Feb 2006 16:09:49 -0500
John wrote:
Secondly to this.. why is it that a task that has only a lower level task as its definition considered invalid? (throws an exception) It seems to me that the operations as defined are supposed to be low level operations, I should be capable of creating a single task from the definition of two or more tasks that have their own operations. Yet this as well throws an exception.
Ok.. sorry to keep replying to myself.. but I discovered why the above is happening. This doesn't explain my original question because that behavior I believe is within AzMan itself.
I located the code that is generating an error based on a Task that is only comprised of lower level tasks. It is within Security Application Block file AzManAuthorizationProvider.cs line 166-169
if (operations.Count == 0)
{
throw new ConfigurationException(SR.NoOperations);
}
.
- Follow-Ups:
- Re: Question about Authorization Manager
- From: Nicole Calinoiu
- Re: Question about Authorization Manager
- References:
- Question about Authorization Manager
- From: John
- Re: Question about Authorization Manager
- From: John
- Question about Authorization Manager
- Prev by Date: Re: Question about Authorization Manager
- Next by Date: Re: How to encrypt/decrypt a file
- Previous by thread: Re: Question about Authorization Manager
- Next by thread: Re: Question about Authorization Manager
- Index(es):
Relevant Pages
|