jsr342-experts@javaee-spec.java.net
[jsr342-experts] An example for configuration API
This message
: [
Message body
] [ More options (
top
,
bottom
) ]
Related messages
: [
Next message
] [
Previous message
] [
Next in thread
] [
Replies
]
Contemporary messages sorted
: [
by date
] [
by thread
] [
by subject
] [
by author
] [
by messages with attachments
]
From
: Adam Bien <
abien_at_adam-bien.com
>
Date
: Fri, 9 Sep 2011 13:14:35 +0200
Hi All,
a partial example for configuration API already exists and is even already supported by all J2EE 1.4+ servers. The JSR-115 Java Authorization Container Contract (JACC) is a bit dated but actually a good example for a configuration API:
http://download.oracle.com/javaee/1.4/api/javax/security/jacc/package-summary.html
You can manipulate e.g. permissions:
http://download.oracle.com/javaee/1.4/api/javax/security/jacc/PolicyConfiguration.html
programmatically. We used JACC for building custom security plugins for app servers.
We should extend JACC to all DD in Java EE. Then it would be possible to load the configuration from different sources and even override existing application settings,
Any thoughts?
adam
This message
: [
Message body
]
Next message
:
Werner Keil: "[jsr342-experts] Re: new expert group member"
Previous message
:
Adam Bien: "[jsr342-experts] Re: Configuration"
Next in thread
:
Werner Keil: "[jsr342-experts] Re: An example for configuration API"
Reply
:
Werner Keil: "[jsr342-experts] Re: An example for configuration API"
Contemporary messages sorted
: [
by date
] [
by thread
] [
by subject
] [
by author
] [
by messages with attachments
]