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:
parent
49d0f2651e
commit
8d0946d1a0
@ -21,7 +21,7 @@
|
||||
|
||||
/**
|
||||
* Contants class used for authentication
|
||||
* @version $Id$
|
||||
*
|
||||
*/
|
||||
public class AuthenticationConstants
|
||||
{
|
||||
|
@ -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
|
||||
*/
|
||||
|
@ -22,7 +22,7 @@
|
||||
* AuthenticationException.java
|
||||
*
|
||||
* @author Jesse McConnell
|
||||
* @version $Id$
|
||||
*
|
||||
*/
|
||||
public class AuthenticationException
|
||||
extends Exception
|
||||
|
@ -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
|
||||
|
@ -26,7 +26,7 @@
|
||||
* Authenticator:
|
||||
*
|
||||
* @author Jesse McConnell
|
||||
* @version $Id$
|
||||
*
|
||||
*/
|
||||
public interface Authenticator
|
||||
{
|
||||
|
@ -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")
|
||||
|
@ -28,7 +28,7 @@
|
||||
* TokenBasedAuthenticationDataSource
|
||||
*
|
||||
* @author <a href="mailto:joakim@erdfelt.com">Joakim Erdfelt</a>
|
||||
* @version $Id$
|
||||
*
|
||||
*/
|
||||
@Service( "authenticationDataSource#token" )
|
||||
@Scope( "prototype" )
|
||||
|
@ -32,7 +32,7 @@
|
||||
* All attempts result in access.
|
||||
*
|
||||
* @author <a href="mailto:joakim@erdfelt.com">Joakim Erdfelt</a>
|
||||
* @version $Id$
|
||||
*
|
||||
*
|
||||
*/
|
||||
@Service("authenticator#open")
|
||||
|
@ -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")
|
||||
|
@ -37,7 +37,7 @@
|
||||
* UserConfigurableJdoFactory
|
||||
*
|
||||
* @author <a href="mailto:joakim@erdfelt.com">Joakim Erdfelt</a>
|
||||
* @version $Id$
|
||||
*
|
||||
*/
|
||||
@Service( "jdoFactory#users" )
|
||||
public class UserConfigurableJdoFactory
|
||||
|
@ -33,7 +33,7 @@
|
||||
|
||||
/**
|
||||
* @author <a href="jesse@codehaus.org"> jesse
|
||||
* @version $Id$
|
||||
*
|
||||
*/
|
||||
@Service( "userMapper#ldap" )
|
||||
public class LdapUserMapper
|
||||
|
@ -26,7 +26,7 @@
|
||||
|
||||
/**
|
||||
*
|
||||
* @version $Id$
|
||||
*
|
||||
*/
|
||||
public final class LdapUtils
|
||||
{
|
||||
|
@ -20,7 +20,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @version $Id$
|
||||
*
|
||||
*/
|
||||
public class MappingException
|
||||
extends Exception
|
||||
|
@ -24,7 +24,7 @@
|
||||
import javax.naming.directory.Attributes;
|
||||
|
||||
/**
|
||||
* @version $Id$
|
||||
*
|
||||
*/
|
||||
public interface UserMapper
|
||||
{
|
||||
|
@ -22,7 +22,7 @@
|
||||
import javax.naming.directory.Attributes;
|
||||
|
||||
/**
|
||||
* @version $Id$
|
||||
*
|
||||
*/
|
||||
public class UserUpdate
|
||||
{
|
||||
|
@ -34,7 +34,7 @@
|
||||
|
||||
/**
|
||||
* @author <a href="mailto:trygvis@inamo.no">Trygve Laugstøl</a>
|
||||
* @version $Id$
|
||||
*
|
||||
*/
|
||||
@Service( "ldapConnectionFactory#configurable" )
|
||||
public class ConfigurableLdapConnectionFactory
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -27,7 +27,7 @@
|
||||
|
||||
/**
|
||||
* @author <a href="mailto:trygvis@inamo.no">Trygve Laugstøl</a>
|
||||
* @version $Id$
|
||||
*
|
||||
*/
|
||||
public interface LdapConnectionFactory
|
||||
{
|
||||
|
@ -23,7 +23,7 @@
|
||||
|
||||
/**
|
||||
* @author <a href="mailto:trygvis@inamo.no">trygvis</a>
|
||||
* @version $Id$
|
||||
*
|
||||
*/
|
||||
public class LdapException
|
||||
extends NamingException
|
||||
|
@ -39,7 +39,7 @@
|
||||
* ConfigurationFactory
|
||||
*
|
||||
* @author <a href="mailto:joakim@erdfelt.com">Joakim Erdfelt</a>
|
||||
* @version $Id$
|
||||
*
|
||||
*/
|
||||
@Service( "userConfiguration" )
|
||||
public class UserConfiguration
|
||||
|
@ -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" } )
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -26,7 +26,7 @@
|
||||
* XworkActionConfig
|
||||
*
|
||||
* @author <a href="mailto:joakim@erdfelt.com">Joakim Erdfelt</a>
|
||||
* @version $Id$
|
||||
*
|
||||
*/
|
||||
public class XworkActionConfig
|
||||
{
|
||||
|
@ -27,7 +27,7 @@
|
||||
* XworkPackageConfig
|
||||
*
|
||||
* @author <a href="mailto:joakim@erdfelt.com">Joakim Erdfelt</a>
|
||||
* @version $Id$
|
||||
*
|
||||
*/
|
||||
public class XworkPackageConfig
|
||||
{
|
||||
|
@ -28,7 +28,7 @@
|
||||
* CheckboxImageCell
|
||||
*
|
||||
* @author <a href="mailto:joakim@erdfelt.com">Joakim Erdfelt</a>
|
||||
* @version $Id$
|
||||
*
|
||||
*/
|
||||
public class CheckboxImageCell
|
||||
extends AbstractCell
|
||||
|
@ -28,7 +28,7 @@
|
||||
* MailtoCell
|
||||
*
|
||||
* @author <a href="mailto:joakim@erdfelt.com">Joakim Erdfelt</a>
|
||||
* @version $Id$
|
||||
*
|
||||
*/
|
||||
public class MailtoCell
|
||||
extends AbstractCell
|
||||
|
@ -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
|
||||
|
@ -31,7 +31,7 @@
|
||||
* SecurityFilterCell
|
||||
*
|
||||
* @author <a href="mailto:joakim@erdfelt.com">Joakim Erdfelt</a>
|
||||
* @version $Id$
|
||||
*
|
||||
*/
|
||||
public class SecurityFilterCell
|
||||
implements Cell
|
||||
|
@ -34,7 +34,7 @@
|
||||
* SecurityToolbar
|
||||
*
|
||||
* @author <a href="mailto:joakim@erdfelt.com">Joakim Erdfelt</a>
|
||||
* @version $Id$
|
||||
*
|
||||
*/
|
||||
public class SecurityToolbar
|
||||
extends TwoColumnRowLayout
|
||||
|
@ -27,7 +27,7 @@
|
||||
* SecurityView
|
||||
*
|
||||
* @author <a href="mailto:joakim@erdfelt.com">Joakim Erdfelt</a>
|
||||
* @version $Id$
|
||||
*
|
||||
*/
|
||||
public class SecurityView
|
||||
extends AbstractHtmlView
|
||||
|
@ -30,7 +30,7 @@
|
||||
* SpringServletFilter
|
||||
*
|
||||
* @author <a href="mailto:joakim@erdfelt.com">Joakim Erdfelt</a>
|
||||
* @version $Id$
|
||||
*
|
||||
*/
|
||||
public abstract class SpringServletFilter
|
||||
implements Filter
|
||||
|
@ -28,7 +28,7 @@
|
||||
* AbstractHttpAuthenticationFilter
|
||||
*
|
||||
* @author <a href="mailto:joakim@erdfelt.com">Joakim Erdfelt</a>
|
||||
* @version $Id$
|
||||
*
|
||||
*/
|
||||
public abstract class AbstractHttpAuthenticationFilter
|
||||
extends SpringServletFilter
|
||||
|
@ -25,7 +25,7 @@
|
||||
* HttpAuthenticationException
|
||||
*
|
||||
* @author <a href="mailto:joakim@erdfelt.com">Joakim Erdfelt</a>
|
||||
* @version $Id$
|
||||
*
|
||||
*/
|
||||
public class HttpAuthenticationException
|
||||
extends AuthenticationException
|
||||
|
@ -43,7 +43,7 @@
|
||||
* HttpAuthenticator
|
||||
*
|
||||
* @author <a href="mailto:joakim@erdfelt.com">Joakim Erdfelt</a>
|
||||
* @version $Id$
|
||||
*
|
||||
*/
|
||||
public abstract class HttpAuthenticator
|
||||
{
|
||||
|
@ -40,7 +40,7 @@
|
||||
* HttpBasicAuthentication
|
||||
*
|
||||
* @author <a href="mailto:joakim@erdfelt.com">Joakim Erdfelt</a>
|
||||
* @version $Id$
|
||||
*
|
||||
*/
|
||||
@Service("httpAuthenticator#basic")
|
||||
public class HttpBasicAuthentication
|
||||
|
@ -36,7 +36,7 @@
|
||||
* HttpBasicAuthenticationFilter
|
||||
*
|
||||
* @author <a href="mailto:joakim@erdfelt.com">Joakim Erdfelt</a>
|
||||
* @version $Id$
|
||||
*
|
||||
*/
|
||||
public class HttpBasicAuthenticationFilter
|
||||
extends AbstractHttpAuthenticationFilter
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -44,7 +44,7 @@
|
||||
* </ul>
|
||||
*
|
||||
* @author <a href="mailto:joakim@erdfelt.com">Joakim Erdfelt</a>
|
||||
* @version $Id$
|
||||
*
|
||||
*/
|
||||
public class HttpDigestAuthenticationFilter
|
||||
extends AbstractHttpAuthenticationFilter
|
||||
|
@ -35,7 +35,7 @@
|
||||
* HttpDigestHeader
|
||||
*
|
||||
* @author <a href="mailto:joakim@erdfelt.com">Joakim Erdfelt</a>
|
||||
* @version $Id$
|
||||
*
|
||||
*/
|
||||
@Service( "httpClientHeader" )
|
||||
@Scope( "prototype" )
|
||||
|
@ -25,7 +25,7 @@
|
||||
* NonceExpirationException
|
||||
*
|
||||
* @author <a href="mailto:joakim@erdfelt.com">Joakim Erdfelt</a>
|
||||
* @version $Id$
|
||||
*
|
||||
*/
|
||||
public class NonceExpirationException
|
||||
extends HttpAuthenticationException
|
||||
|
@ -39,7 +39,7 @@
|
||||
* SimpleAuthorizationFilter
|
||||
*
|
||||
* @author <a href="mailto:joakim@erdfelt.com">Joakim Erdfelt</a>
|
||||
* @version $Id$
|
||||
*
|
||||
*/
|
||||
public class SimpleAuthorizationFilter
|
||||
extends SpringServletFilter
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -25,7 +25,7 @@
|
||||
* Mail generator component.
|
||||
*
|
||||
* @author <a href="mailto:brett@apache.org">Brett Porter</a>
|
||||
* @version $Id$
|
||||
*
|
||||
*/
|
||||
public interface MailGenerator
|
||||
{
|
||||
|
@ -25,7 +25,7 @@
|
||||
|
||||
/**
|
||||
* @author <a href="mailto:evenisse@codehaus.org">Emmanuel Venisse</a>
|
||||
* @version $Id$
|
||||
*
|
||||
*/
|
||||
public interface Mailer
|
||||
{
|
||||
|
@ -48,7 +48,7 @@
|
||||
* Mailer
|
||||
*
|
||||
* @author <a href="mailto:joakim@erdfelt.com">Joakim Erdfelt</a>
|
||||
* @version $Id$
|
||||
*
|
||||
*/
|
||||
@Service("mailer")
|
||||
public class MailerImpl
|
||||
|
@ -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
|
||||
|
@ -25,7 +25,7 @@
|
||||
* AdminEditUserCredentials
|
||||
*
|
||||
* @author <a href="mailto:joakim@erdfelt.com">Joakim Erdfelt</a>
|
||||
* @version $Id$
|
||||
*
|
||||
*/
|
||||
public class AdminEditUserCredentials
|
||||
extends EditUserCredentials
|
||||
|
@ -23,7 +23,7 @@
|
||||
* CreateRoleDetails
|
||||
*
|
||||
* @author <a href="mailto:joakim@erdfelt.com">Joakim Erdfelt</a>
|
||||
* @version $Id$
|
||||
*
|
||||
*/
|
||||
public class CreateRoleDetails
|
||||
extends RoleDetails
|
||||
|
@ -23,7 +23,7 @@
|
||||
* CreateUserCredentials
|
||||
*
|
||||
* @author <a href="mailto:joakim@erdfelt.com">Joakim Erdfelt</a>
|
||||
* @version $Id$
|
||||
*
|
||||
*/
|
||||
public class CreateUserCredentials
|
||||
extends UserCredentials
|
||||
|
@ -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
|
||||
|
@ -26,7 +26,7 @@
|
||||
* EditUserCredentials
|
||||
*
|
||||
* @author <a href="mailto:joakim@erdfelt.com">Joakim Erdfelt</a>
|
||||
* @version $Id$
|
||||
*
|
||||
*/
|
||||
public class EditUserCredentials
|
||||
extends UserCredentials
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -29,7 +29,7 @@
|
||||
* UserCredentials
|
||||
*
|
||||
* @author <a href="mailto:joakim@erdfelt.com">Joakim Erdfelt</a>
|
||||
* @version $Id$
|
||||
*
|
||||
*/
|
||||
public abstract class UserCredentials
|
||||
implements Serializable
|
||||
|
@ -44,7 +44,7 @@
|
||||
* CsvRolesMatrix
|
||||
*
|
||||
* @author <a href="mailto:joakim@erdfelt.com">Joakim Erdfelt</a>
|
||||
* @version $Id$
|
||||
*
|
||||
*/
|
||||
@Service( "report#rolesmatrix-csv" )
|
||||
public class CsvRolesMatrix
|
||||
|
@ -43,7 +43,7 @@
|
||||
* CsvUserList
|
||||
*
|
||||
* @author <a href="mailto:joakim@erdfelt.com">Joakim Erdfelt</a>
|
||||
* @version $Id$
|
||||
*
|
||||
*/
|
||||
@Service( "report#userlist-csv" )
|
||||
public class CsvUserList
|
||||
|
@ -25,7 +25,7 @@
|
||||
* Report
|
||||
*
|
||||
* @author <a href="mailto:joakim@erdfelt.com">Joakim Erdfelt</a>
|
||||
* @version $Id$
|
||||
*
|
||||
*/
|
||||
public interface Report
|
||||
{
|
||||
|
@ -23,7 +23,7 @@
|
||||
* ReportException
|
||||
*
|
||||
* @author <a href="mailto:joakim@erdfelt.com">Joakim Erdfelt</a>
|
||||
* @version $Id$
|
||||
*
|
||||
*/
|
||||
public class ReportException
|
||||
extends Exception
|
||||
|
@ -34,7 +34,7 @@
|
||||
* ReportManager
|
||||
*
|
||||
* @author <a href="mailto:joakim@erdfelt.com">Joakim Erdfelt</a>
|
||||
* @version $Id$
|
||||
*
|
||||
*/
|
||||
@Service( "reportManager" )
|
||||
public class ReportManager
|
||||
|
@ -26,7 +26,7 @@
|
||||
* IfAuthorizedTag:
|
||||
*
|
||||
* @author Jesse McConnell <jesse@codehaus.org>
|
||||
* @version $Id$
|
||||
*
|
||||
*/
|
||||
public class ElseAuthorizedTag
|
||||
extends ConditionalTagSupport
|
||||
|
@ -34,7 +34,7 @@
|
||||
* IfAnyAuthorizedTag:
|
||||
*
|
||||
* @author Jesse McConnell <jesse@codehaus.org>
|
||||
* @version $Id$
|
||||
*
|
||||
*/
|
||||
public class IfAnyAuthorizedTag
|
||||
extends ConditionalTagSupport
|
||||
|
@ -33,7 +33,7 @@
|
||||
* IfAuthorizedTag:
|
||||
*
|
||||
* @author Jesse McConnell <jesse@codehaus.org>
|
||||
* @version $Id$
|
||||
*
|
||||
*/
|
||||
public class IfAuthorizedTag
|
||||
extends ConditionalTagSupport
|
||||
|
@ -30,7 +30,7 @@
|
||||
* IfConfiguredTag:
|
||||
*
|
||||
* @author Jesse McConnell <jesse@codehaus.org>
|
||||
* @version $Id$
|
||||
*
|
||||
*/
|
||||
public class IfConfiguredTag
|
||||
extends ConditionalTagSupport
|
||||
|
@ -30,7 +30,7 @@
|
||||
* IsReadOnlyUserManagerTag:
|
||||
*
|
||||
* @author Jesse McConnell <jesse@codehaus.org>
|
||||
* @version $Id$
|
||||
*
|
||||
*/
|
||||
public class IsNotReadOnlyUserManagerTag
|
||||
extends ConditionalTagSupport
|
||||
|
@ -30,7 +30,7 @@
|
||||
* IsReadOnlyUserManagerTag:
|
||||
*
|
||||
* @author Jesse McConnell <jesse@codehaus.org>
|
||||
* @version $Id$
|
||||
*
|
||||
*/
|
||||
public class IsReadOnlyUserManagerTag
|
||||
extends ConditionalTagSupport
|
||||
|
@ -39,7 +39,7 @@
|
||||
* AutoLoginCookies
|
||||
*
|
||||
* @author <a href="mailto:joakim@erdfelt.com">Joakim Erdfelt</a>
|
||||
* @version $Id$
|
||||
*
|
||||
*/
|
||||
@Service("autoLoginCookies")
|
||||
public class AutoLoginCookies
|
||||
|
@ -27,7 +27,7 @@
|
||||
* DateUtils
|
||||
*
|
||||
* @author <a href="mailto:joakim@erdfelt.com">Joakim Erdfelt</a>
|
||||
* @version $Id$
|
||||
*
|
||||
*/
|
||||
public class DateUtils
|
||||
{
|
||||
|
@ -27,7 +27,7 @@
|
||||
* ModelTemplateSorter
|
||||
*
|
||||
* @author <a href="mailto:hisidro@exist.com">Henry Isidro</a>
|
||||
* @version $Id$
|
||||
*
|
||||
*/
|
||||
public class ModelTemplateSorter
|
||||
implements Comparator<ModelTemplate>
|
||||
|
@ -27,7 +27,7 @@
|
||||
* OperationSorter
|
||||
*
|
||||
* @author <a href="mailto:joakim@erdfelt.com">Joakim Erdfelt</a>
|
||||
* @version $Id$
|
||||
*
|
||||
*/
|
||||
public class OperationSorter
|
||||
implements Comparator<Operation>
|
||||
|
@ -27,7 +27,7 @@
|
||||
* PermissionSorter
|
||||
*
|
||||
* @author <a href="mailto:joakim@erdfelt.com">Joakim Erdfelt</a>
|
||||
* @version $Id$
|
||||
*
|
||||
*/
|
||||
public class PermissionSorter
|
||||
implements Comparator<Permission>
|
||||
|
@ -27,7 +27,7 @@
|
||||
* ResourceSorter
|
||||
*
|
||||
* @author <a href="mailto:joakim@erdfelt.com">Joakim Erdfelt</a>
|
||||
* @version $Id$
|
||||
*
|
||||
*/
|
||||
public class ResourceSorter
|
||||
implements Comparator<Resource>
|
||||
|
@ -27,7 +27,7 @@
|
||||
* RoleSorter
|
||||
*
|
||||
* @author <a href="mailto:joakim@erdfelt.com">Joakim Erdfelt</a>
|
||||
* @version $Id$
|
||||
*
|
||||
*/
|
||||
public class RoleSorter
|
||||
implements Comparator<Role>
|
||||
|
@ -27,7 +27,7 @@
|
||||
* TemplatedRoleSorter
|
||||
*
|
||||
* @author <a href="hisidro@exist.com">Henry Isidro</a>
|
||||
* @version $Id$
|
||||
*
|
||||
*/
|
||||
public class TemplatedRoleSorter
|
||||
implements Comparator<TemplatedRole>
|
||||
|
@ -27,7 +27,7 @@
|
||||
* UserComparator
|
||||
*
|
||||
* @author <a href="mailto:joakim@erdfelt.com">Joakim Erdfelt</a>
|
||||
* @version $Id$
|
||||
*
|
||||
*/
|
||||
public class UserComparator
|
||||
implements Comparator<User>
|
||||
|
@ -29,7 +29,7 @@
|
||||
* HttpUtilsTest
|
||||
*
|
||||
* @author <a href="mailto:joakim@erdfelt.com">Joakim Erdfelt</a>
|
||||
* @version $Id$
|
||||
*
|
||||
*/
|
||||
public class HttpUtilsTest
|
||||
extends TestCase
|
||||
|
@ -31,7 +31,7 @@
|
||||
/**
|
||||
* @author <a href="mailto:olamy@apache.org">olamy</a>
|
||||
* @since 26 sept. 2008
|
||||
* @version $Id$
|
||||
*
|
||||
*/
|
||||
public class MockJavaMailSender
|
||||
extends JavaMailSenderImpl
|
||||
|
@ -31,7 +31,7 @@
|
||||
/**
|
||||
* @author <a href="mailto:olamy@apache.org">olamy</a>
|
||||
* @since 26 sept. 2008
|
||||
* @version $Id$
|
||||
*
|
||||
*/
|
||||
@Service("mockJavaMailSender")
|
||||
public class MockJavaMailSender
|
||||
|
@ -35,7 +35,7 @@
|
||||
* AbstractSecurityAction
|
||||
*
|
||||
* @author <a href="mailto:joakim@erdfelt.com">Joakim Erdfelt</a>
|
||||
* @version $Id$
|
||||
*
|
||||
*/
|
||||
public abstract class AbstractSecurityAction
|
||||
extends RedbackActionSupport
|
||||
|
@ -45,7 +45,7 @@
|
||||
* AbstractUserCredentialsAction
|
||||
*
|
||||
* @author <a href="mailto:joakim@erdfelt.com">Joakim Erdfelt</a>
|
||||
* @version $Id$
|
||||
*
|
||||
*/
|
||||
public abstract class AbstractUserCredentialsAction
|
||||
extends AbstractSecurityAction
|
||||
|
@ -40,7 +40,7 @@
|
||||
* AccountAction
|
||||
*
|
||||
* @author <a href="mailto:joakim@erdfelt.com">Joakim Erdfelt</a>
|
||||
* @version $Id$
|
||||
*
|
||||
*/
|
||||
@Controller( "redback-account" )
|
||||
@Scope( "prototype" )
|
||||
|
@ -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" )
|
||||
|
@ -35,7 +35,7 @@
|
||||
* LogoutAction
|
||||
*
|
||||
* @author <a href="mailto:joakim@erdfelt.com">Joakim Erdfelt</a>
|
||||
* @version $Id$
|
||||
*
|
||||
*/
|
||||
@Controller( "redback-logout" )
|
||||
@Scope( "prototype" )
|
||||
|
@ -40,7 +40,7 @@
|
||||
* PasswordAction
|
||||
*
|
||||
* @author <a href="mailto:joakim@erdfelt.com">Joakim Erdfelt</a>
|
||||
* @version $Id$
|
||||
*
|
||||
*/
|
||||
@Controller( "redback-password" )
|
||||
@Scope( "prototype" )
|
||||
|
@ -41,7 +41,7 @@
|
||||
* PasswordResetAction
|
||||
*
|
||||
* @author <a href="mailto:joakim@erdfelt.com">Joakim Erdfelt</a>
|
||||
* @version $Id$
|
||||
*
|
||||
*/
|
||||
@Controller( "redback-password-reset" )
|
||||
@Scope( "prototype" )
|
||||
|
@ -42,7 +42,7 @@
|
||||
* RegisterAction
|
||||
*
|
||||
* @author <a href="mailto:joakim@erdfelt.com">Joakim Erdfelt</a>
|
||||
* @version $Id$
|
||||
*
|
||||
*/
|
||||
@Controller( "redback-register" )
|
||||
@Scope( "prototype" )
|
||||
|
@ -27,7 +27,7 @@
|
||||
* SecurityRedirectAction
|
||||
*
|
||||
* @author <a href="mailto:joakim@erdfelt.com">Joakim Erdfelt</a>
|
||||
* @version $Id$
|
||||
*
|
||||
*/
|
||||
@Controller( "redback-redirect" )
|
||||
@Scope( "prototype" )
|
||||
|
@ -25,7 +25,7 @@
|
||||
* AbstractAdminUserCredentialsAction
|
||||
*
|
||||
* @author <a href="mailto:joakim@erdfelt.com">Joakim Erdfelt</a>
|
||||
* @version $Id$
|
||||
*
|
||||
*/
|
||||
public abstract class AbstractAdminUserCredentialsAction
|
||||
extends AbstractUserCredentialsAction
|
||||
|
@ -50,7 +50,7 @@
|
||||
* AddAdminUserAction
|
||||
*
|
||||
* @author <a href="mailto:joakim@erdfelt.com">Joakim Erdfelt</a>
|
||||
* @version $Id$
|
||||
*
|
||||
*/
|
||||
@Controller( "redback-admin-account" )
|
||||
@Scope( "prototype" )
|
||||
|
@ -31,7 +31,7 @@
|
||||
* AdminConsoleAction
|
||||
*
|
||||
* @author <a href="mailto:joakim@erdfelt.com">Joakim Erdfelt</a>
|
||||
* @version $Id$
|
||||
*
|
||||
*/
|
||||
@Controller("redback-admin-console")
|
||||
@Scope("prototype")
|
||||
|
@ -53,7 +53,7 @@
|
||||
* AssignmentsAction
|
||||
*
|
||||
* @author <a href="mailto:joakim@erdfelt.com">Joakim Erdfelt</a>
|
||||
* @version $Id$
|
||||
*
|
||||
*/
|
||||
@Controller("redback-assignments")
|
||||
@Scope("prototype")
|
||||
|
@ -45,7 +45,7 @@
|
||||
* EditRoleAction
|
||||
*
|
||||
* @author <a href="mailto:joakim@erdfelt.com">Joakim Erdfelt</a>
|
||||
* @version $Id$
|
||||
*
|
||||
*/
|
||||
@Controller( "redback-role-edit" )
|
||||
@Scope( "prototype" )
|
||||
|
@ -41,7 +41,7 @@
|
||||
* OperationsAction:
|
||||
*
|
||||
* @author Jesse McConnell <jmcconnell@apache.org>
|
||||
* @version $Id$
|
||||
*
|
||||
*/
|
||||
@Controller( "redback-operations" )
|
||||
@Scope( "prototype" )
|
||||
|
@ -43,7 +43,7 @@
|
||||
* PermissionsAction
|
||||
*
|
||||
* @author <a href="mailto:joakim@erdfelt.com">Joakim Erdfelt</a>
|
||||
* @version $Id$
|
||||
*
|
||||
*/
|
||||
@Controller( "redback-permissions" )
|
||||
@Scope( "prototype" )
|
||||
|
@ -44,7 +44,7 @@
|
||||
* ReportAction
|
||||
*
|
||||
* @author <a href="mailto:joakim@erdfelt.com">Joakim Erdfelt</a>
|
||||
* @version $Id$
|
||||
*
|
||||
*/
|
||||
@Controller("redback-report")
|
||||
@Scope("prototype")
|
||||
|
@ -40,7 +40,7 @@
|
||||
* OperationsAction:
|
||||
*
|
||||
* @author Jesse McConnell <jmcconnell@apache.org>
|
||||
* @version $Id$
|
||||
*
|
||||
*/
|
||||
@Controller( "redback-resources" )
|
||||
@Scope( "prototype" )
|
||||
|
@ -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
Loading…
x
Reference in New Issue
Block a user