You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by Vamsavardhana Reddy <c1...@gmail.com> on 2007/11/30 08:11:27 UTC

Moving o.a.g.s.jaas.NamedUPCredentailLoginModule to o.a.g.s.realm.providers

David Jencks suggested that we move
org.apache.geronmio.security.jaas.NamedUPCredentailLoginModule to
org.apache.geronimo.security.realm.providers package.  I intend to do the
following.
1. svn copy org.apache.geronmio.security.jaas.NamedUPCredentailLoginModuleto
org.apache.geronimo.security.realm.providers.NamedUPCredentailLoginModule
2. Make org.apache.geronmio.security.jaas.NamedUPCredentailLoginModuleextend
org.apache.geronimo.security.realm.providers.NamedUPCredentailLoginModule.
3. Mark org.apache.geronmio.security.jaas.NamedUPCredentailLoginModule as
deprecated.
4. Change all references from
org.apache.geronmio.security.jaas.NamedUPCredentailLoginModule to
org.apache.geronimo.security.realm.providers.NamedUPCredentailLoginModule

Does anyone see this coming in the way of compatibility?  I do not intend to
change the option name "
org.apache.geronimo.jaas.NamedUPCredentialLoginModule.Name" as this will
surely break compatibility.  Whether or not this move breaks compatibility,
should we consider this move only in trunk and not in branches\2.0.

++Vamsi

Re: Moving o.a.g.s.jaas.NamedUPCredentailLoginModule to o.a.g.s.realm.providers

Posted by Vamsavardhana Reddy <c1...@gmail.com>.
Created a JIRA https://issues.apache.org/jira/browse/GERONIMO-3654 for this.

++Vamsi

On Nov 30, 2007 12:41 PM, Vamsavardhana Reddy <c1...@gmail.com> wrote:

> David Jencks suggested that we move
> org.apache.geronmio.security.jaas.NamedUPCredentailLoginModule to
> org.apache.geronimo.security.realm.providers package.  I intend to do the
> following.
> 1. svn copy org.apache.geronmio.security.jaas.NamedUPCredentailLoginModuleto
> org.apache.geronimo.security.realm.providers.NamedUPCredentailLoginModule
> 2. Make org.apache.geronmio.security.jaas.NamedUPCredentailLoginModuleextend
> org.apache.geronimo.security.realm.providers.NamedUPCredentailLoginModule.
> 3. Mark org.apache.geronmio.security.jaas.NamedUPCredentailLoginModule as
> deprecated.
> 4. Change all references from
> org.apache.geronmio.security.jaas.NamedUPCredentailLoginModule to
> org.apache.geronimo.security.realm.providers.NamedUPCredentailLoginModule
>
> Does anyone see this coming in the way of compatibility?  I do not intend
> to change the option name "org.apache.geronimo.jaas.NamedUPCredentialLoginModule.Name
> " as this will surely break compatibility.  Whether or not this move
> breaks compatibility, should we consider this move only in trunk and not in
> branches\2.0.
>
> ++Vamsi
>
>
>