Hi

I'm now working on the attributeRepository part. After authenticating users against our Oracle DB using a custom authenticator (due to complex query), I now need to extract some attributes of the user to populate the principal and return it to the client. I'm planning to use a SingleRowJdbcPersonAttributeDao, that requires a datasource. I was wondering whether it is possible to use a jndi name as the datasource rather than having to specify it completely in deployerConfigContext.xml?

Also, to pass attributes to services, do I need to do all following?
define the attributes in the attributeRepository
give access service by service to the necessary attributes
modify the validation jsp to return those attributes?

THanks a lot

Jean-Noël

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to