On 5/15/06, zhou ying <[EMAIL PROTECTED]> wrote:
hi ruchith i have changed the org.apache.ws.security.saml.issuer.key.name too. because org.apache.ws.securtity.saml.issuer.key.name is in the file saml3.properties. and org.apache.ws.security.crypto.merlin.keystore.alias is in the file crypto.properties. i need both of them. by the way, is it possible that i can attribue saml using wss4j?
I'm not sure whether you can do it with the default SAML issuer impl [1] If not you can consider writing your own issuer (which implements org.apache.ws.security.saml.SAMLIssuer)... WSS4J uses the opensaml library and it should probably have support for saml attribute statements. [1] http://svn.apache.org/repos/asf/webservices/wss4j/trunk/src/org/apache/ws/security/saml/SAMLIssuerImpl.java --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
