remove @version $Id$

git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1357910 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2012-07-05 21:03:45 +00:00
parent 49d0f2651e
commit 8d0946d1a0
210 changed files with 208 additions and 210 deletions

View File

@ -21,7 +21,7 @@
/**
* Contants class used for authentication
* @version $Id$
*
*/
public class AuthenticationConstants
{

View File

@ -24,7 +24,7 @@
* <p/>
* todo which this back to an interface and use the mojo style expression evaluation to populate the particular required fields
*
* @version $Id$
*
* @see PasswordBasedAuthenticationDataSource
* @see TokenBasedAuthenticationDataSource
*/

View File

@ -22,7 +22,7 @@
* AuthenticationException.java
*
* @author Jesse McConnell
* @version $Id$
*
*/
public class AuthenticationException
extends Exception

View File

@ -26,7 +26,7 @@
* AuthenticationResult: wrapper object for information that comes back from the authentication system
*
* @author Jesse McConnell <jesse@codehaus.org>
* @version $Id$
*
*/
public class AuthenticationResult
implements Serializable

View File

@ -26,7 +26,7 @@
* Authenticator:
*
* @author Jesse McConnell
* @version $Id$
*
*/
public interface Authenticator
{

View File

@ -28,7 +28,7 @@
* PasswordBasedAuthenticationDataSource: the username is considered the principal with this data source
*
* @author <a href="mailto:joakim@erdfelt.com">Joakim Erdfelt</a>
* @version $Id$
*
*
*/
@Service("authenticationDataSource#password")

View File

@ -28,7 +28,7 @@
* TokenBasedAuthenticationDataSource
*
* @author <a href="mailto:joakim@erdfelt.com">Joakim Erdfelt</a>
* @version $Id$
*
*/
@Service( "authenticationDataSource#token" )
@Scope( "prototype" )

View File

@ -32,7 +32,7 @@
* All attempts result in access.
*
* @author <a href="mailto:joakim@erdfelt.com">Joakim Erdfelt</a>
* @version $Id$
*
*
*/
@Service("authenticator#open")

View File

@ -26,7 +26,7 @@
* OpenAuthorizer - No checks for authorization, everything passes.
*
* @author <a href="mailto:joakim@erdfelt.com">Joakim Erdfelt</a>
* @version $Id$
*
*
*/
@Service("authorizer#rbac")

View File

@ -37,7 +37,7 @@
* UserConfigurableJdoFactory
*
* @author <a href="mailto:joakim@erdfelt.com">Joakim Erdfelt</a>
* @version $Id$
*
*/
@Service( "jdoFactory#users" )
public class UserConfigurableJdoFactory

View File

@ -33,7 +33,7 @@
/**
* @author <a href="jesse@codehaus.org"> jesse
* @version $Id$
*
*/
@Service( "userMapper#ldap" )
public class LdapUserMapper

View File

@ -26,7 +26,7 @@
/**
*
* @version $Id$
*
*/
public final class LdapUtils
{

View File

@ -20,7 +20,7 @@
*/
/**
* @version $Id$
*
*/
public class MappingException
extends Exception

View File

@ -24,7 +24,7 @@
import javax.naming.directory.Attributes;
/**
* @version $Id$
*
*/
public interface UserMapper
{

View File

@ -22,7 +22,7 @@
import javax.naming.directory.Attributes;
/**
* @version $Id$
*
*/
public class UserUpdate
{

View File

@ -34,7 +34,7 @@
/**
* @author <a href="mailto:trygvis@inamo.no">Trygve Laugst&oslash;l</a>
* @version $Id$
*
*/
@Service( "ldapConnectionFactory#configurable" )
public class ConfigurableLdapConnectionFactory

View File

@ -37,7 +37,7 @@
* The configuration for a connection will not change.
*
* @author <a href="mailto:trygvis@inamo.no">trygvis</a>
* @version $Id$
*
*/
public class LdapConnection
{

View File

@ -44,7 +44,7 @@
* Note that both the bind dn and password must be set if any are set.
*
* @author <a href="mailto:trygvis@inamo.no">trygvis</a>
* @version $Id$
*
*/
public class LdapConnectionConfiguration
{

View File

@ -27,7 +27,7 @@
/**
* @author <a href="mailto:trygvis@inamo.no">Trygve Laugst&oslash;l</a>
* @version $Id$
*
*/
public interface LdapConnectionFactory
{

View File

@ -23,7 +23,7 @@
/**
* @author <a href="mailto:trygvis@inamo.no">trygvis</a>
* @version $Id$
*
*/
public class LdapException
extends NamingException

View File

@ -39,7 +39,7 @@
* ConfigurationFactory
*
* @author <a href="mailto:joakim@erdfelt.com">Joakim Erdfelt</a>
* @version $Id$
*
*/
@Service( "userConfiguration" )
public class UserConfiguration

View File

@ -34,7 +34,7 @@
* UserConfigurationTest
*
* @author <a href="mailto:joakim@erdfelt.com">Joakim Erdfelt</a>
* @version $Id$
*
*/
@RunWith( SpringJUnit4ClassRunner.class )
@ContextConfiguration( locations = { "classpath*:/META-INF/spring-context.xml", "classpath*:/spring-context.xml" } )

View File

@ -27,7 +27,7 @@
* Collection of Utility methods useful in an Http environment.
*
* @author <a href="mailto:joakim@erdfelt.com">Joakim Erdfelt</a>
* @version $Id$
*
* @todo should move this to plexus-utils or plexus-utils-web
*/
public class HttpUtils

View File

@ -28,7 +28,7 @@
* ExpectedJsps
* @FIXME the jsp list is not correct
* @author <a href="mailto:joakim@erdfelt.com">Joakim Erdfelt</a>
* @version $Id$
*
*/
@Service("environmentCheck#ExpectedJsps")
public class ExpectedJsps

View File

@ -26,7 +26,7 @@
* XworkActionConfig
*
* @author <a href="mailto:joakim@erdfelt.com">Joakim Erdfelt</a>
* @version $Id$
*
*/
public class XworkActionConfig
{

View File

@ -27,7 +27,7 @@
* XworkPackageConfig
*
* @author <a href="mailto:joakim@erdfelt.com">Joakim Erdfelt</a>
* @version $Id$
*
*/
public class XworkPackageConfig
{

View File

@ -28,7 +28,7 @@
* CheckboxImageCell
*
* @author <a href="mailto:joakim@erdfelt.com">Joakim Erdfelt</a>
* @version $Id$
*
*/
public class CheckboxImageCell
extends AbstractCell

View File

@ -28,7 +28,7 @@
* MailtoCell
*
* @author <a href="mailto:joakim@erdfelt.com">Joakim Erdfelt</a>
* @version $Id$
*
*/
public class MailtoCell
extends AbstractCell

View File

@ -33,7 +33,7 @@
* ProcessUserRowsCallback - Efficient and safe sort callback for user manager provided user lists.
*
* @author <a href="mailto:joakim@erdfelt.com">Joakim Erdfelt</a>
* @version $Id$
*
*/
public class ProcessUserRowsCallback
extends ProcessRowsCallback

View File

@ -31,7 +31,7 @@
* SecurityFilterCell
*
* @author <a href="mailto:joakim@erdfelt.com">Joakim Erdfelt</a>
* @version $Id$
*
*/
public class SecurityFilterCell
implements Cell

View File

@ -34,7 +34,7 @@
* SecurityToolbar
*
* @author <a href="mailto:joakim@erdfelt.com">Joakim Erdfelt</a>
* @version $Id$
*
*/
public class SecurityToolbar
extends TwoColumnRowLayout

View File

@ -27,7 +27,7 @@
* SecurityView
*
* @author <a href="mailto:joakim@erdfelt.com">Joakim Erdfelt</a>
* @version $Id$
*
*/
public class SecurityView
extends AbstractHtmlView

View File

@ -30,7 +30,7 @@
* SpringServletFilter
*
* @author <a href="mailto:joakim@erdfelt.com">Joakim Erdfelt</a>
* @version $Id$
*
*/
public abstract class SpringServletFilter
implements Filter

View File

@ -28,7 +28,7 @@
* AbstractHttpAuthenticationFilter
*
* @author <a href="mailto:joakim@erdfelt.com">Joakim Erdfelt</a>
* @version $Id$
*
*/
public abstract class AbstractHttpAuthenticationFilter
extends SpringServletFilter

View File

@ -25,7 +25,7 @@
* HttpAuthenticationException
*
* @author <a href="mailto:joakim@erdfelt.com">Joakim Erdfelt</a>
* @version $Id$
*
*/
public class HttpAuthenticationException
extends AuthenticationException

View File

@ -43,7 +43,7 @@
* HttpAuthenticator
*
* @author <a href="mailto:joakim@erdfelt.com">Joakim Erdfelt</a>
* @version $Id$
*
*/
public abstract class HttpAuthenticator
{

View File

@ -40,7 +40,7 @@
* HttpBasicAuthentication
*
* @author <a href="mailto:joakim@erdfelt.com">Joakim Erdfelt</a>
* @version $Id$
*
*/
@Service("httpAuthenticator#basic")
public class HttpBasicAuthentication

View File

@ -36,7 +36,7 @@
* HttpBasicAuthenticationFilter
*
* @author <a href="mailto:joakim@erdfelt.com">Joakim Erdfelt</a>
* @version $Id$
*
*/
public class HttpBasicAuthenticationFilter
extends AbstractHttpAuthenticationFilter

View File

@ -26,7 +26,7 @@
* Digest
*
* @author <a href="mailto:joakim@erdfelt.com">Joakim Erdfelt</a>
* @version $Id$
*
* @todo move to plexus-utils in future
*/
public class Digest

View File

@ -23,7 +23,7 @@
* Hex
*
* @author <a href="mailto:joakim@erdfelt.com">Joakim Erdfelt</a>
* @version $Id$
*
* @todo should probably move this to plexus-utils or plexus-security-common
*/
public class Hex

View File

@ -44,7 +44,7 @@
* HttpDigestAuthentication methods for working with <a href="http://www.faqs.org/rfcs/rfc2617.html">RFC 2617 HTTP Authentication</a>.
*
* @author <a href="mailto:joakim@erdfelt.com">Joakim Erdfelt</a>
* @version $Id$
*
*/
@Service("httpAuthenticator#digest")
public class HttpDigestAuthentication

View File

@ -44,7 +44,7 @@
* </ul>
*
* @author <a href="mailto:joakim@erdfelt.com">Joakim Erdfelt</a>
* @version $Id$
*
*/
public class HttpDigestAuthenticationFilter
extends AbstractHttpAuthenticationFilter

View File

@ -35,7 +35,7 @@
* HttpDigestHeader
*
* @author <a href="mailto:joakim@erdfelt.com">Joakim Erdfelt</a>
* @version $Id$
*
*/
@Service( "httpClientHeader" )
@Scope( "prototype" )

View File

@ -25,7 +25,7 @@
* NonceExpirationException
*
* @author <a href="mailto:joakim@erdfelt.com">Joakim Erdfelt</a>
* @version $Id$
*
*/
public class NonceExpirationException
extends HttpAuthenticationException

View File

@ -39,7 +39,7 @@
* SimpleAuthorizationFilter
*
* @author <a href="mailto:joakim@erdfelt.com">Joakim Erdfelt</a>
* @version $Id$
*
*/
public class SimpleAuthorizationFilter
extends SpringServletFilter

View File

@ -24,7 +24,7 @@
*
* @author Jesse McConnell <jesse@codehaus.org>
* @author <a href="mailto:joakim@erdfelt.com">Joakim Erdfelt</a>
* @version $Id$
*
*/
public interface SecureAction
{

View File

@ -25,7 +25,7 @@
* Mail generator component.
*
* @author <a href="mailto:brett@apache.org">Brett Porter</a>
* @version $Id$
*
*/
public interface MailGenerator
{

View File

@ -25,7 +25,7 @@
/**
* @author <a href="mailto:evenisse@codehaus.org">Emmanuel Venisse</a>
* @version $Id$
*
*/
public interface Mailer
{

View File

@ -48,7 +48,7 @@
* Mailer
*
* @author <a href="mailto:joakim@erdfelt.com">Joakim Erdfelt</a>
* @version $Id$
*
*/
@Service("mailer")
public class MailerImpl

View File

@ -40,7 +40,7 @@
* Mail generator component implementation using velocity.
*
* @author <a href="mailto:brett@apache.org">Brett Porter</a>
* @version $Id$
*
*/
@Service( "mailGenerator#velocity" )
public class VelocityMailGenerator

View File

@ -25,7 +25,7 @@
* AdminEditUserCredentials
*
* @author <a href="mailto:joakim@erdfelt.com">Joakim Erdfelt</a>
* @version $Id$
*
*/
public class AdminEditUserCredentials
extends EditUserCredentials

View File

@ -23,7 +23,7 @@
* CreateRoleDetails
*
* @author <a href="mailto:joakim@erdfelt.com">Joakim Erdfelt</a>
* @version $Id$
*
*/
public class CreateRoleDetails
extends RoleDetails

View File

@ -23,7 +23,7 @@
* CreateUserCredentials
*
* @author <a href="mailto:joakim@erdfelt.com">Joakim Erdfelt</a>
* @version $Id$
*
*/
public class CreateUserCredentials
extends UserCredentials

View File

@ -32,7 +32,7 @@
* creative injection of fields and values by the untrusted client.
*
* @author <a href="mailto:joakim@erdfelt.com">Joakim Erdfelt</a>
* @version $Id$
*
*/
public class EditRoleDetails
extends RoleDetails

View File

@ -26,7 +26,7 @@
* EditUserCredentials
*
* @author <a href="mailto:joakim@erdfelt.com">Joakim Erdfelt</a>
* @version $Id$
*
*/
public class EditUserCredentials
extends UserCredentials

View File

@ -30,7 +30,7 @@
* creative injection of fields and values by the untrusted client.
*
* @author <a href="mailto:joakim@erdfelt.com">Joakim Erdfelt</a>
* @version $Id$
*
*/
public abstract class RoleDetails
{

View File

@ -27,7 +27,7 @@
* creative injection of fields and values by the untrusted client.
*
* @author <a href="mailto:joakim@erdfelt.com">Joakim Erdfelt</a>
* @version $Id$
*
*/
public class SimplePermission
{

View File

@ -29,7 +29,7 @@
* UserCredentials
*
* @author <a href="mailto:joakim@erdfelt.com">Joakim Erdfelt</a>
* @version $Id$
*
*/
public abstract class UserCredentials
implements Serializable

View File

@ -44,7 +44,7 @@
* CsvRolesMatrix
*
* @author <a href="mailto:joakim@erdfelt.com">Joakim Erdfelt</a>
* @version $Id$
*
*/
@Service( "report#rolesmatrix-csv" )
public class CsvRolesMatrix

View File

@ -43,7 +43,7 @@
* CsvUserList
*
* @author <a href="mailto:joakim@erdfelt.com">Joakim Erdfelt</a>
* @version $Id$
*
*/
@Service( "report#userlist-csv" )
public class CsvUserList

View File

@ -25,7 +25,7 @@
* Report
*
* @author <a href="mailto:joakim@erdfelt.com">Joakim Erdfelt</a>
* @version $Id$
*
*/
public interface Report
{

View File

@ -23,7 +23,7 @@
* ReportException
*
* @author <a href="mailto:joakim@erdfelt.com">Joakim Erdfelt</a>
* @version $Id$
*
*/
public class ReportException
extends Exception

View File

@ -34,7 +34,7 @@
* ReportManager
*
* @author <a href="mailto:joakim@erdfelt.com">Joakim Erdfelt</a>
* @version $Id$
*
*/
@Service( "reportManager" )
public class ReportManager

View File

@ -26,7 +26,7 @@
* IfAuthorizedTag:
*
* @author Jesse McConnell <jesse@codehaus.org>
* @version $Id$
*
*/
public class ElseAuthorizedTag
extends ConditionalTagSupport

View File

@ -34,7 +34,7 @@
* IfAnyAuthorizedTag:
*
* @author Jesse McConnell <jesse@codehaus.org>
* @version $Id$
*
*/
public class IfAnyAuthorizedTag
extends ConditionalTagSupport

View File

@ -33,7 +33,7 @@
* IfAuthorizedTag:
*
* @author Jesse McConnell <jesse@codehaus.org>
* @version $Id$
*
*/
public class IfAuthorizedTag
extends ConditionalTagSupport

View File

@ -30,7 +30,7 @@
* IfConfiguredTag:
*
* @author Jesse McConnell <jesse@codehaus.org>
* @version $Id$
*
*/
public class IfConfiguredTag
extends ConditionalTagSupport

View File

@ -30,7 +30,7 @@
* IsReadOnlyUserManagerTag:
*
* @author Jesse McConnell <jesse@codehaus.org>
* @version $Id$
*
*/
public class IsNotReadOnlyUserManagerTag
extends ConditionalTagSupport

View File

@ -30,7 +30,7 @@
* IsReadOnlyUserManagerTag:
*
* @author Jesse McConnell <jesse@codehaus.org>
* @version $Id$
*
*/
public class IsReadOnlyUserManagerTag
extends ConditionalTagSupport

View File

@ -39,7 +39,7 @@
* AutoLoginCookies
*
* @author <a href="mailto:joakim@erdfelt.com">Joakim Erdfelt</a>
* @version $Id$
*
*/
@Service("autoLoginCookies")
public class AutoLoginCookies

View File

@ -27,7 +27,7 @@
* DateUtils
*
* @author <a href="mailto:joakim@erdfelt.com">Joakim Erdfelt</a>
* @version $Id$
*
*/
public class DateUtils
{

View File

@ -27,7 +27,7 @@
* ModelTemplateSorter
*
* @author <a href="mailto:hisidro@exist.com">Henry Isidro</a>
* @version $Id$
*
*/
public class ModelTemplateSorter
implements Comparator<ModelTemplate>

View File

@ -27,7 +27,7 @@
* OperationSorter
*
* @author <a href="mailto:joakim@erdfelt.com">Joakim Erdfelt</a>
* @version $Id$
*
*/
public class OperationSorter
implements Comparator<Operation>

View File

@ -27,7 +27,7 @@
* PermissionSorter
*
* @author <a href="mailto:joakim@erdfelt.com">Joakim Erdfelt</a>
* @version $Id$
*
*/
public class PermissionSorter
implements Comparator<Permission>

View File

@ -27,7 +27,7 @@
* ResourceSorter
*
* @author <a href="mailto:joakim@erdfelt.com">Joakim Erdfelt</a>
* @version $Id$
*
*/
public class ResourceSorter
implements Comparator<Resource>

View File

@ -27,7 +27,7 @@
* RoleSorter
*
* @author <a href="mailto:joakim@erdfelt.com">Joakim Erdfelt</a>
* @version $Id$
*
*/
public class RoleSorter
implements Comparator<Role>

View File

@ -27,7 +27,7 @@
* TemplatedRoleSorter
*
* @author <a href="hisidro@exist.com">Henry Isidro</a>
* @version $Id$
*
*/
public class TemplatedRoleSorter
implements Comparator<TemplatedRole>

View File

@ -27,7 +27,7 @@
* UserComparator
*
* @author <a href="mailto:joakim@erdfelt.com">Joakim Erdfelt</a>
* @version $Id$
*
*/
public class UserComparator
implements Comparator<User>

View File

@ -29,7 +29,7 @@
* HttpUtilsTest
*
* @author <a href="mailto:joakim@erdfelt.com">Joakim Erdfelt</a>
* @version $Id$
*
*/
public class HttpUtilsTest
extends TestCase

View File

@ -31,7 +31,7 @@
/**
* @author <a href="mailto:olamy@apache.org">olamy</a>
* @since 26 sept. 2008
* @version $Id$
*
*/
public class MockJavaMailSender
extends JavaMailSenderImpl

View File

@ -31,7 +31,7 @@
/**
* @author <a href="mailto:olamy@apache.org">olamy</a>
* @since 26 sept. 2008
* @version $Id$
*
*/
@Service("mockJavaMailSender")
public class MockJavaMailSender

View File

@ -35,7 +35,7 @@
* AbstractSecurityAction
*
* @author <a href="mailto:joakim@erdfelt.com">Joakim Erdfelt</a>
* @version $Id$
*
*/
public abstract class AbstractSecurityAction
extends RedbackActionSupport

View File

@ -45,7 +45,7 @@
* AbstractUserCredentialsAction
*
* @author <a href="mailto:joakim@erdfelt.com">Joakim Erdfelt</a>
* @version $Id$
*
*/
public abstract class AbstractUserCredentialsAction
extends AbstractSecurityAction

View File

@ -40,7 +40,7 @@
* AccountAction
*
* @author <a href="mailto:joakim@erdfelt.com">Joakim Erdfelt</a>
* @version $Id$
*
*/
@Controller( "redback-account" )
@Scope( "prototype" )

View File

@ -52,7 +52,7 @@
*
* @author Jesse McConnell <jmcconnell@apache.org>
* @author <a href="mailto:joakim@erdfelt.com">Joakim Erdfelt</a>
* @version $Id$
*
*/
@Controller( "redback-login" )
@Scope( "prototype" )

View File

@ -35,7 +35,7 @@
* LogoutAction
*
* @author <a href="mailto:joakim@erdfelt.com">Joakim Erdfelt</a>
* @version $Id$
*
*/
@Controller( "redback-logout" )
@Scope( "prototype" )

View File

@ -40,7 +40,7 @@
* PasswordAction
*
* @author <a href="mailto:joakim@erdfelt.com">Joakim Erdfelt</a>
* @version $Id$
*
*/
@Controller( "redback-password" )
@Scope( "prototype" )

View File

@ -41,7 +41,7 @@
* PasswordResetAction
*
* @author <a href="mailto:joakim@erdfelt.com">Joakim Erdfelt</a>
* @version $Id$
*
*/
@Controller( "redback-password-reset" )
@Scope( "prototype" )

View File

@ -42,7 +42,7 @@
* RegisterAction
*
* @author <a href="mailto:joakim@erdfelt.com">Joakim Erdfelt</a>
* @version $Id$
*
*/
@Controller( "redback-register" )
@Scope( "prototype" )

View File

@ -27,7 +27,7 @@
* SecurityRedirectAction
*
* @author <a href="mailto:joakim@erdfelt.com">Joakim Erdfelt</a>
* @version $Id$
*
*/
@Controller( "redback-redirect" )
@Scope( "prototype" )

View File

@ -25,7 +25,7 @@
* AbstractAdminUserCredentialsAction
*
* @author <a href="mailto:joakim@erdfelt.com">Joakim Erdfelt</a>
* @version $Id$
*
*/
public abstract class AbstractAdminUserCredentialsAction
extends AbstractUserCredentialsAction

View File

@ -50,7 +50,7 @@
* AddAdminUserAction
*
* @author <a href="mailto:joakim@erdfelt.com">Joakim Erdfelt</a>
* @version $Id$
*
*/
@Controller( "redback-admin-account" )
@Scope( "prototype" )

View File

@ -31,7 +31,7 @@
* AdminConsoleAction
*
* @author <a href="mailto:joakim@erdfelt.com">Joakim Erdfelt</a>
* @version $Id$
*
*/
@Controller("redback-admin-console")
@Scope("prototype")

View File

@ -53,7 +53,7 @@
* AssignmentsAction
*
* @author <a href="mailto:joakim@erdfelt.com">Joakim Erdfelt</a>
* @version $Id$
*
*/
@Controller("redback-assignments")
@Scope("prototype")

View File

@ -45,7 +45,7 @@
* EditRoleAction
*
* @author <a href="mailto:joakim@erdfelt.com">Joakim Erdfelt</a>
* @version $Id$
*
*/
@Controller( "redback-role-edit" )
@Scope( "prototype" )

View File

@ -41,7 +41,7 @@
* OperationsAction:
*
* @author Jesse McConnell <jmcconnell@apache.org>
* @version $Id$
*
*/
@Controller( "redback-operations" )
@Scope( "prototype" )

View File

@ -43,7 +43,7 @@
* PermissionsAction
*
* @author <a href="mailto:joakim@erdfelt.com">Joakim Erdfelt</a>
* @version $Id$
*
*/
@Controller( "redback-permissions" )
@Scope( "prototype" )

View File

@ -44,7 +44,7 @@
* ReportAction
*
* @author <a href="mailto:joakim@erdfelt.com">Joakim Erdfelt</a>
* @version $Id$
*
*/
@Controller("redback-report")
@Scope("prototype")

View File

@ -40,7 +40,7 @@
* OperationsAction:
*
* @author Jesse McConnell <jmcconnell@apache.org>
* @version $Id$
*
*/
@Controller( "redback-resources" )
@Scope( "prototype" )

View File

@ -44,7 +44,7 @@
* RoleCreateAction
*
* @author <a href="mailto:joakim@erdfelt.com">Joakim Erdfelt</a>
* @version $Id$
*
*/
@Controller( "redback-role-create" )
@Scope( "prototype" )

Some files were not shown because too many files have changed in this diff Show More