You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avalon.apache.org by Annasab Sunthe <an...@yahoo.com> on 2001/12/20 12:30:41 UTC

Phoenix Security

Hi,

What kind/level of security does phoenix provides?

regards
AKS


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Phoenix Security

Posted by Peter Donald <pe...@apache.org>.
On Thu, 20 Dec 2001 22:30, Annasab Sunthe wrote:
> What kind/level of security does phoenix provides?

Phoenix just provides the standard Java2 codebase security. ie What you would 
previously define using a java.policy file you can define using 
environment.xml in phoenix apps.

I have implemented various security services in the past though have never 
been able to release them (as I didn't own the rights to them). From memory I 
broke it down into things like 

* RoleManagers - maps identities/usernames to roles
* IdentityManager - manages identities/usernames
* AuthenticationManager - how do you authenticate a client as a particular 
identity
* PermissionManager - how to manage which roles have which permissions

They largely followed the J2EE recomendations from memory and I had a DB 
store, XML store, proeprties store and a LDAP store (though this one was only 
half implemented). Eventually they will be reimplemented in Cornerstone but I 
haven't got the cycles or motivation to do it right now. Feel free to 
volunteer to do it ! :)

-- 
Cheers,

Pete

----------------------------------------
Why does everyone always overgeneralize?
----------------------------------------

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>