soundasleep / iaml

Automatically exported from code.google.com/p/iaml
3 stars 1 forks source link

Allow AccessControlHandlers to specify target Login pages #206

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What new or enhanced feature are you proposing?
Currently, an AccessControlHandler connected to a particular DomainSchema can 
only have a login page created in a new Session called "role-based login 
handler login".

However, a LoginHandler allows the specification of a particular Login page 
using an outgoing ActionEdge named "login".

This approach should also be adapted for AccessControlHandlers; that is, if an 
ACH has an outgoing ActionEdge named "login", then this target page should also 
be connected to the subsequently generated LoginHandler, through model 
completion.

What goal would this enhancement help you achieve?
Simpler to create applications, more reliable and improved flexibility.

Original issue reported on code.google.com by soundasleep on 2 Jul 2010 at 6:11

GoogleCodeExporter commented 9 years ago
Implemented in r2423.

Original comment by soundasleep on 5 Jul 2010 at 6:17

GoogleCodeExporter commented 9 years ago
Actually fixed in Milestone-Release0.5.3.

Original comment by soundasleep on 5 Jul 2010 at 6:38