You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wss4j-dev@ws.apache.org by "Guy Rixon (JIRA)" <ji...@apache.org> on 2006/03/16 11:14:59 UTC

[jira] Created: (WSS-37) Make it easier to set key-stores programmatically

Make it easier to set key-stores programmatically
-------------------------------------------------

         Key: WSS-37
         URL: http://issues.apache.org/jira/browse/WSS-37
     Project: WSS4J
        Type: Improvement
    Reporter: Guy Rixon
 Assigned to: Davanum Srinivas 


Merlin has a method setKeyStore(java.security.KeyStore) method to set the key-store programmatically. However, there's no way programmatically to set the properties that go with the key-store. If a non-null Properties is passed to Merlin's constructor, then that constructor tries to load a KeyStore and throws if it can't find one.

I think that Merlin needs one or both of

  constructor Merlin(java,util.Properties, java.security.KeyStore)
  void setKeyStore(java,util.Properties, java.security.KeyStore)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: wss4j-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: wss4j-dev-help@ws.apache.org


[jira] Updated: (WSS-37) Make it easier to set key-stores programmatically

Posted by "Davanum Srinivas (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WSS-37?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Davanum Srinivas updated WSS-37:
--------------------------------

    Assignee:     (was: Davanum Srinivas)

> Make it easier to set key-stores programmatically
> -------------------------------------------------
>
>                 Key: WSS-37
>                 URL: https://issues.apache.org/jira/browse/WSS-37
>             Project: WSS4J
>          Issue Type: Improvement
>            Reporter: Guy Rixon
>
> Merlin has a method setKeyStore(java.security.KeyStore) method to set the key-store programmatically. However, there's no way programmatically to set the properties that go with the key-store. If a non-null Properties is passed to Merlin's constructor, then that constructor tries to load a KeyStore and throws if it can't find one.
> I think that Merlin needs one or both of
>   constructor Merlin(java,util.Properties, java.security.KeyStore)
>   void setKeyStore(java,util.Properties, java.security.KeyStore)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: wss4j-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: wss4j-dev-help@ws.apache.org


[jira] Resolved: (WSS-37) Make it easier to set key-stores programmatically

Posted by "Ruchith Udayanga Fernando (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WSS-37?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ruchith Udayanga Fernando resolved WSS-37.
------------------------------------------

    Resolution: Fixed

Fixed according to Fred.

> Make it easier to set key-stores programmatically
> -------------------------------------------------
>
>                 Key: WSS-37
>                 URL: https://issues.apache.org/jira/browse/WSS-37
>             Project: WSS4J
>          Issue Type: Improvement
>            Reporter: Guy Rixon
>
> Merlin has a method setKeyStore(java.security.KeyStore) method to set the key-store programmatically. However, there's no way programmatically to set the properties that go with the key-store. If a non-null Properties is passed to Merlin's constructor, then that constructor tries to load a KeyStore and throws if it can't find one.
> I think that Merlin needs one or both of
>   constructor Merlin(java,util.Properties, java.security.KeyStore)
>   void setKeyStore(java,util.Properties, java.security.KeyStore)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: wss4j-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: wss4j-dev-help@ws.apache.org


[jira] Updated: (WSS-37) Make it easier to set key-stores programmatically

Posted by "Fred Dushin (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WSS-37?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Fred Dushin updated WSS-37:
---------------------------

    Fix Version/s: 1.5.4

> Make it easier to set key-stores programmatically
> -------------------------------------------------
>
>                 Key: WSS-37
>                 URL: https://issues.apache.org/jira/browse/WSS-37
>             Project: WSS4J
>          Issue Type: Improvement
>            Reporter: Guy Rixon
>             Fix For: 1.5.4
>
>
> Merlin has a method setKeyStore(java.security.KeyStore) method to set the key-store programmatically. However, there's no way programmatically to set the properties that go with the key-store. If a non-null Properties is passed to Merlin's constructor, then that constructor tries to load a KeyStore and throws if it can't find one.
> I think that Merlin needs one or both of
>   constructor Merlin(java,util.Properties, java.security.KeyStore)
>   void setKeyStore(java,util.Properties, java.security.KeyStore)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: wss4j-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: wss4j-dev-help@ws.apache.org