Thanks!
From: Shawn McKinney <[email protected]> To: [email protected] Date: 01/13/2017 01:22 PM Subject: Re: Use of Fortress in a non-web app... > On Jan 13, 2017, at 3:03 PM, [email protected] wrote: > > Is it possible/practical to use Fortress in a non-web application? I have > an application/system that requires RBAC implemented with LDAP, in which > there is not web server in the mix (and thus no REST api nor a Java EE > container) ? Hi Roger, If the application runs on the java platform ? yes. To be clear, fortress does not require a container to work. Only when you want to invoke the APIs via HTML or HTTP is the container required (on server-side).
