package move to o.a.a.r module redback-common-integrations

git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1311034 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2012-04-08 16:19:46 +00:00
parent 5064bb1760
commit 78766bc7ee
117 changed files with 214 additions and 214 deletions

View File

@ -1,4 +1,4 @@
package org.codehaus.redback.integration; package org.apache.archiva.redback.integration;
/* /*
* Licensed to the Apache Software Foundation (ASF) under one * Licensed to the Apache Software Foundation (ASF) under one

View File

@ -1,4 +1,4 @@
package org.codehaus.redback.integration.checks; package org.apache.archiva.redback.integration.checks;
/* /*
* Licensed to the Apache Software Foundation (ASF) under one * Licensed to the Apache Software Foundation (ASF) under one

View File

@ -1,4 +1,4 @@
package org.codehaus.redback.integration.checks.security; package org.apache.archiva.redback.integration.checks.security;
/* /*
* Licensed to the Apache Software Foundation (ASF) under one * Licensed to the Apache Software Foundation (ASF) under one

View File

@ -1,4 +1,4 @@
package org.codehaus.redback.integration.checks.security; package org.apache.archiva.redback.integration.checks.security;
/* /*
* Licensed to the Apache Software Foundation (ASF) under one * Licensed to the Apache Software Foundation (ASF) under one

View File

@ -1,4 +1,4 @@
package org.codehaus.redback.integration.checks.security; package org.apache.archiva.redback.integration.checks.security;
/* /*
* Licensed to the Apache Software Foundation (ASF) under one * Licensed to the Apache Software Foundation (ASF) under one
@ -26,7 +26,7 @@ import org.apache.archiva.redback.rbac.RBACManager;
import org.apache.archiva.redback.rbac.UserAssignment; import org.apache.archiva.redback.rbac.UserAssignment;
import org.apache.archiva.redback.users.User; import org.apache.archiva.redback.users.User;
import org.apache.archiva.redback.users.UserManager; import org.apache.archiva.redback.users.UserManager;
import org.codehaus.redback.integration.role.RoleConstants; import org.apache.archiva.redback.integration.role.RoleConstants;
import org.slf4j.Logger; import org.slf4j.Logger;
import org.slf4j.LoggerFactory; import org.slf4j.LoggerFactory;
import org.springframework.stereotype.Service; import org.springframework.stereotype.Service;

View File

@ -1,4 +1,4 @@
package org.codehaus.redback.integration.checks.security; package org.apache.archiva.redback.integration.checks.security;
/* /*
* Licensed to the Apache Software Foundation (ASF) under one * Licensed to the Apache Software Foundation (ASF) under one

View File

@ -1,4 +1,4 @@
package org.codehaus.redback.integration.checks.xwork; package org.apache.archiva.redback.integration.checks.xwork;
/* /*
* Licensed to the Apache Software Foundation (ASF) under one * Licensed to the Apache Software Foundation (ASF) under one

View File

@ -1,4 +1,4 @@
package org.codehaus.redback.integration.checks.xwork; package org.apache.archiva.redback.integration.checks.xwork;
/* /*
* Licensed to the Apache Software Foundation (ASF) under one * Licensed to the Apache Software Foundation (ASF) under one

View File

@ -1,4 +1,4 @@
package org.codehaus.redback.integration.eXc; package org.apache.archiva.redback.integration.eXc;
/* /*
* Licensed to the Apache Software Foundation (ASF) under one * Licensed to the Apache Software Foundation (ASF) under one

View File

@ -1,4 +1,4 @@
package org.codehaus.redback.integration.eXc; package org.apache.archiva.redback.integration.eXc;
/* /*
* Licensed to the Apache Software Foundation (ASF) under one * Licensed to the Apache Software Foundation (ASF) under one

View File

@ -1,4 +1,4 @@
package org.codehaus.redback.integration.eXc; package org.apache.archiva.redback.integration.eXc;
/* /*
* Licensed to the Apache Software Foundation (ASF) under one * Licensed to the Apache Software Foundation (ASF) under one
@ -23,7 +23,7 @@ import java.util.Collection;
import java.util.Collections; import java.util.Collections;
import java.util.List; import java.util.List;
import org.codehaus.redback.integration.util.UserComparator; import org.apache.archiva.redback.integration.util.UserComparator;
import org.extremecomponents.table.callback.ProcessRowsCallback; import org.extremecomponents.table.callback.ProcessRowsCallback;
import org.extremecomponents.table.core.TableConstants; import org.extremecomponents.table.core.TableConstants;
import org.extremecomponents.table.core.TableModel; import org.extremecomponents.table.core.TableModel;

View File

@ -1,4 +1,4 @@
package org.codehaus.redback.integration.eXc; package org.apache.archiva.redback.integration.eXc;
/* /*
* Licensed to the Apache Software Foundation (ASF) under one * Licensed to the Apache Software Foundation (ASF) under one

View File

@ -1,4 +1,4 @@
package org.codehaus.redback.integration.eXc.views; package org.apache.archiva.redback.integration.eXc.views;
/* /*
* Licensed to the Apache Software Foundation (ASF) under one * Licensed to the Apache Software Foundation (ASF) under one

View File

@ -1,4 +1,4 @@
package org.codehaus.redback.integration.eXc.views; package org.apache.archiva.redback.integration.eXc.views;
/* /*
* Licensed to the Apache Software Foundation (ASF) under one * Licensed to the Apache Software Foundation (ASF) under one

View File

@ -1,4 +1,4 @@
package org.codehaus.redback.integration.filter; package org.apache.archiva.redback.integration.filter;
/* /*
* Licensed to the Apache Software Foundation (ASF) under one * Licensed to the Apache Software Foundation (ASF) under one

View File

@ -1,4 +1,4 @@
package org.codehaus.redback.integration.filter.authentication; package org.apache.archiva.redback.integration.filter.authentication;
/* /*
* Licensed to the Apache Software Foundation (ASF) under one * Licensed to the Apache Software Foundation (ASF) under one
@ -22,7 +22,7 @@ package org.codehaus.redback.integration.filter.authentication;
import javax.servlet.FilterConfig; import javax.servlet.FilterConfig;
import javax.servlet.ServletException; import javax.servlet.ServletException;
import org.codehaus.redback.integration.filter.SpringServletFilter; import org.apache.archiva.redback.integration.filter.SpringServletFilter;
/** /**
* AbstractHttpAuthenticationFilter * AbstractHttpAuthenticationFilter

View File

@ -1,4 +1,4 @@
package org.codehaus.redback.integration.filter.authentication; package org.apache.archiva.redback.integration.filter.authentication;
/* /*
* Licensed to the Apache Software Foundation (ASF) under one * Licensed to the Apache Software Foundation (ASF) under one

View File

@ -1,4 +1,4 @@
package org.codehaus.redback.integration.filter.authentication; package org.apache.archiva.redback.integration.filter.authentication;
/* /*
* Licensed to the Apache Software Foundation (ASF) under one * Licensed to the Apache Software Foundation (ASF) under one

View File

@ -1,4 +1,4 @@
package org.codehaus.redback.integration.filter.authentication.basic; package org.apache.archiva.redback.integration.filter.authentication.basic;
/* /*
* Licensed to the Apache Software Foundation (ASF) under one * Licensed to the Apache Software Foundation (ASF) under one
@ -33,7 +33,7 @@ import org.apache.archiva.redback.authentication.AuthenticationResult;
import org.apache.archiva.redback.authentication.PasswordBasedAuthenticationDataSource; import org.apache.archiva.redback.authentication.PasswordBasedAuthenticationDataSource;
import org.apache.archiva.redback.system.SecuritySession; import org.apache.archiva.redback.system.SecuritySession;
import org.codehaus.plexus.util.StringUtils; import org.codehaus.plexus.util.StringUtils;
import org.codehaus.redback.integration.filter.authentication.HttpAuthenticator; import org.apache.archiva.redback.integration.filter.authentication.HttpAuthenticator;
import org.springframework.stereotype.Service; import org.springframework.stereotype.Service;
/** /**

View File

@ -1,4 +1,4 @@
package org.codehaus.redback.integration.filter.authentication.basic; package org.apache.archiva.redback.integration.filter.authentication.basic;
/* /*
* Licensed to the Apache Software Foundation (ASF) under one * Licensed to the Apache Software Foundation (ASF) under one
@ -20,8 +20,8 @@ package org.codehaus.redback.integration.filter.authentication.basic;
*/ */
import org.apache.archiva.redback.authentication.AuthenticationException; import org.apache.archiva.redback.authentication.AuthenticationException;
import org.codehaus.redback.integration.filter.authentication.AbstractHttpAuthenticationFilter; import org.apache.archiva.redback.integration.filter.authentication.AbstractHttpAuthenticationFilter;
import org.codehaus.redback.integration.filter.authentication.HttpAuthenticator; import org.apache.archiva.redback.integration.filter.authentication.HttpAuthenticator;
import javax.servlet.FilterChain; import javax.servlet.FilterChain;
import javax.servlet.FilterConfig; import javax.servlet.FilterConfig;

View File

@ -1,4 +1,4 @@
package org.codehaus.redback.integration.filter.authentication.digest; package org.apache.archiva.redback.integration.filter.authentication.digest;
/* /*
* Licensed to the Apache Software Foundation (ASF) under one * Licensed to the Apache Software Foundation (ASF) under one

View File

@ -1,4 +1,4 @@
package org.codehaus.redback.integration.filter.authentication.digest; package org.apache.archiva.redback.integration.filter.authentication.digest;
/* /*
* Licensed to the Apache Software Foundation (ASF) under one * Licensed to the Apache Software Foundation (ASF) under one

View File

@ -1,4 +1,4 @@
package org.codehaus.redback.integration.filter.authentication.digest; package org.apache.archiva.redback.integration.filter.authentication.digest;
/* /*
* Licensed to the Apache Software Foundation (ASF) under one * Licensed to the Apache Software Foundation (ASF) under one
@ -29,8 +29,8 @@ import org.apache.archiva.redback.policy.AccountLockedException;
import org.apache.archiva.redback.users.UserManager; import org.apache.archiva.redback.users.UserManager;
import org.apache.archiva.redback.users.UserNotFoundException; import org.apache.archiva.redback.users.UserNotFoundException;
import org.codehaus.plexus.util.StringUtils; import org.codehaus.plexus.util.StringUtils;
import org.codehaus.redback.integration.filter.authentication.HttpAuthenticationException; import org.apache.archiva.redback.integration.filter.authentication.HttpAuthenticationException;
import org.codehaus.redback.integration.filter.authentication.HttpAuthenticator; import org.apache.archiva.redback.integration.filter.authentication.HttpAuthenticator;
import org.springframework.stereotype.Service; import org.springframework.stereotype.Service;
import javax.inject.Inject; import javax.inject.Inject;

View File

@ -1,4 +1,4 @@
package org.codehaus.redback.integration.filter.authentication.digest; package org.apache.archiva.redback.integration.filter.authentication.digest;
/* /*
* Licensed to the Apache Software Foundation (ASF) under one * Licensed to the Apache Software Foundation (ASF) under one
@ -20,9 +20,9 @@ package org.codehaus.redback.integration.filter.authentication.digest;
*/ */
import org.apache.archiva.redback.authentication.AuthenticationException; import org.apache.archiva.redback.authentication.AuthenticationException;
import org.codehaus.redback.integration.filter.authentication.AbstractHttpAuthenticationFilter; import org.apache.archiva.redback.integration.filter.authentication.AbstractHttpAuthenticationFilter;
import org.codehaus.redback.integration.filter.authentication.HttpAuthenticator; import org.apache.archiva.redback.integration.filter.authentication.HttpAuthenticator;
import org.codehaus.redback.integration.filter.authentication.basic.HttpBasicAuthentication; import org.apache.archiva.redback.integration.filter.authentication.basic.HttpBasicAuthentication;
import javax.servlet.FilterChain; import javax.servlet.FilterChain;
import javax.servlet.FilterConfig; import javax.servlet.FilterConfig;

View File

@ -1,4 +1,4 @@
package org.codehaus.redback.integration.filter.authentication.digest; package org.apache.archiva.redback.integration.filter.authentication.digest;
/* /*
* Licensed to the Apache Software Foundation (ASF) under one * Licensed to the Apache Software Foundation (ASF) under one
@ -22,8 +22,8 @@ package org.codehaus.redback.integration.filter.authentication.digest;
import org.apache.commons.codec.binary.Base64; import org.apache.commons.codec.binary.Base64;
import org.codehaus.plexus.util.StringUtils; import org.codehaus.plexus.util.StringUtils;
import org.codehaus.redback.integration.HttpUtils; import org.apache.archiva.redback.integration.HttpUtils;
import org.codehaus.redback.integration.filter.authentication.HttpAuthenticationException; import org.apache.archiva.redback.integration.filter.authentication.HttpAuthenticationException;
import org.slf4j.Logger; import org.slf4j.Logger;
import org.slf4j.LoggerFactory; import org.slf4j.LoggerFactory;
import org.springframework.context.annotation.Scope; import org.springframework.context.annotation.Scope;

View File

@ -1,4 +1,4 @@
package org.codehaus.redback.integration.filter.authentication.digest; package org.apache.archiva.redback.integration.filter.authentication.digest;
/* /*
* Licensed to the Apache Software Foundation (ASF) under one * Licensed to the Apache Software Foundation (ASF) under one
@ -19,7 +19,7 @@ package org.codehaus.redback.integration.filter.authentication.digest;
* under the License. * under the License.
*/ */
import org.codehaus.redback.integration.filter.authentication.HttpAuthenticationException; import org.apache.archiva.redback.integration.filter.authentication.HttpAuthenticationException;
/** /**
* NonceExpirationException * NonceExpirationException

View File

@ -1,4 +1,4 @@
package org.codehaus.redback.integration.filter.authorization; package org.apache.archiva.redback.integration.filter.authorization;
/* /*
* Licensed to the Apache Software Foundation (ASF) under one * Licensed to the Apache Software Foundation (ASF) under one
@ -23,7 +23,7 @@ import org.apache.archiva.redback.authorization.AuthorizationException;
import org.apache.archiva.redback.system.SecuritySession; import org.apache.archiva.redback.system.SecuritySession;
import org.apache.archiva.redback.system.SecuritySystem; import org.apache.archiva.redback.system.SecuritySystem;
import org.codehaus.plexus.util.StringUtils; import org.codehaus.plexus.util.StringUtils;
import org.codehaus.redback.integration.filter.SpringServletFilter; import org.apache.archiva.redback.integration.filter.SpringServletFilter;
import org.slf4j.Logger; import org.slf4j.Logger;
import org.slf4j.LoggerFactory; import org.slf4j.LoggerFactory;

View File

@ -1,4 +1,4 @@
package org.codehaus.redback.integration.interceptor; package org.apache.archiva.redback.integration.interceptor;
/* /*
* Licensed to the Apache Software Foundation (ASF) under one * Licensed to the Apache Software Foundation (ASF) under one

View File

@ -1,4 +1,4 @@
package org.codehaus.redback.integration.interceptor; package org.apache.archiva.redback.integration.interceptor;
/* /*
* Licensed to the Apache Software Foundation (ASF) under one * Licensed to the Apache Software Foundation (ASF) under one

View File

@ -1,4 +1,4 @@
package org.codehaus.redback.integration.interceptor; package org.apache.archiva.redback.integration.interceptor;
/* /*
* Licensed to the Apache Software Foundation (ASF) under one * Licensed to the Apache Software Foundation (ASF) under one

View File

@ -1,4 +1,4 @@
package org.codehaus.redback.integration.mail; package org.apache.archiva.redback.integration.mail;
/* /*
* Licensed to the Apache Software Foundation (ASF) under one * Licensed to the Apache Software Foundation (ASF) under one

View File

@ -1,4 +1,4 @@
package org.codehaus.redback.integration.mail; package org.apache.archiva.redback.integration.mail;
/* /*
* Licensed to the Apache Software Foundation (ASF) under one * Licensed to the Apache Software Foundation (ASF) under one

View File

@ -1,4 +1,4 @@
package org.codehaus.redback.integration.mail; package org.apache.archiva.redback.integration.mail;
/* /*
* Licensed to the Apache Software Foundation (ASF) under one * Licensed to the Apache Software Foundation (ASF) under one

View File

@ -1,4 +1,4 @@
package org.codehaus.redback.integration.mail; package org.apache.archiva.redback.integration.mail;
/* /*
* Licensed to the Apache Software Foundation (ASF) under one * Licensed to the Apache Software Foundation (ASF) under one

View File

@ -1,4 +1,4 @@
package org.codehaus.redback.integration.model; package org.apache.archiva.redback.integration.model;
/* /*
* Licensed to the Apache Software Foundation (ASF) under one * Licensed to the Apache Software Foundation (ASF) under one

View File

@ -1,4 +1,4 @@
package org.codehaus.redback.integration.model; package org.apache.archiva.redback.integration.model;
/* /*
* Licensed to the Apache Software Foundation (ASF) under one * Licensed to the Apache Software Foundation (ASF) under one

View File

@ -1,4 +1,4 @@
package org.codehaus.redback.integration.model; package org.apache.archiva.redback.integration.model;
/* /*
* Licensed to the Apache Software Foundation (ASF) under one * Licensed to the Apache Software Foundation (ASF) under one

View File

@ -1,4 +1,4 @@
package org.codehaus.redback.integration.model; package org.apache.archiva.redback.integration.model;
/* /*
* Licensed to the Apache Software Foundation (ASF) under one * Licensed to the Apache Software Foundation (ASF) under one

View File

@ -1,4 +1,4 @@
package org.codehaus.redback.integration.model; package org.apache.archiva.redback.integration.model;
/* /*
* Licensed to the Apache Software Foundation (ASF) under one * Licensed to the Apache Software Foundation (ASF) under one
@ -20,7 +20,7 @@ package org.codehaus.redback.integration.model;
*/ */
import org.apache.archiva.redback.users.User; import org.apache.archiva.redback.users.User;
import org.codehaus.redback.integration.util.DateUtils; import org.apache.archiva.redback.integration.util.DateUtils;
/** /**
* EditUserCredentials * EditUserCredentials

View File

@ -1,4 +1,4 @@
package org.codehaus.redback.integration.model; package org.apache.archiva.redback.integration.model;
/* /*
* Licensed to the Apache Software Foundation (ASF) under one * Licensed to the Apache Software Foundation (ASF) under one

View File

@ -1,4 +1,4 @@
package org.codehaus.redback.integration.model; package org.apache.archiva.redback.integration.model;
/* /*
* Licensed to the Apache Software Foundation (ASF) under one * Licensed to the Apache Software Foundation (ASF) under one

View File

@ -1,4 +1,4 @@
package org.codehaus.redback.integration.model; package org.apache.archiva.redback.integration.model;
/* /*
* Licensed to the Apache Software Foundation (ASF) under one * Licensed to the Apache Software Foundation (ASF) under one

View File

@ -1,4 +1,4 @@
package org.codehaus.redback.integration.reports; package org.apache.archiva.redback.integration.reports;
/* /*
* Licensed to the Apache Software Foundation (ASF) under one * Licensed to the Apache Software Foundation (ASF) under one
@ -26,8 +26,8 @@ import org.apache.archiva.redback.users.UserManager;
import org.apache.commons.lang.StringEscapeUtils; import org.apache.commons.lang.StringEscapeUtils;
import org.apache.archiva.redback.system.SecuritySystem; import org.apache.archiva.redback.system.SecuritySystem;
import org.apache.archiva.redback.users.User; import org.apache.archiva.redback.users.User;
import org.codehaus.redback.integration.util.RoleSorter; import org.apache.archiva.redback.integration.util.RoleSorter;
import org.codehaus.redback.integration.util.UserComparator; import org.apache.archiva.redback.integration.util.UserComparator;
import org.springframework.stereotype.Service; import org.springframework.stereotype.Service;
import javax.inject.Inject; import javax.inject.Inject;

View File

@ -1,4 +1,4 @@
package org.codehaus.redback.integration.reports; package org.apache.archiva.redback.integration.reports;
/* /*
* Licensed to the Apache Software Foundation (ASF) under one * Licensed to the Apache Software Foundation (ASF) under one
@ -24,7 +24,7 @@ import org.apache.archiva.redback.users.UserManager;
import org.apache.commons.beanutils.PropertyUtils; import org.apache.commons.beanutils.PropertyUtils;
import org.apache.commons.lang.StringEscapeUtils; import org.apache.commons.lang.StringEscapeUtils;
import org.apache.archiva.redback.system.SecuritySystem; import org.apache.archiva.redback.system.SecuritySystem;
import org.codehaus.redback.integration.util.UserComparator; import org.apache.archiva.redback.integration.util.UserComparator;
import org.slf4j.Logger; import org.slf4j.Logger;
import org.slf4j.LoggerFactory; import org.slf4j.LoggerFactory;
import org.springframework.stereotype.Service; import org.springframework.stereotype.Service;

View File

@ -1,4 +1,4 @@
package org.codehaus.redback.integration.reports; package org.apache.archiva.redback.integration.reports;
/* /*
* Licensed to the Apache Software Foundation (ASF) under one * Licensed to the Apache Software Foundation (ASF) under one

View File

@ -1,4 +1,4 @@
package org.codehaus.redback.integration.reports; package org.apache.archiva.redback.integration.reports;
/* /*
* Licensed to the Apache Software Foundation (ASF) under one * Licensed to the Apache Software Foundation (ASF) under one

View File

@ -1,4 +1,4 @@
package org.codehaus.redback.integration.reports; package org.apache.archiva.redback.integration.reports;
/* /*
* Licensed to the Apache Software Foundation (ASF) under one * Licensed to the Apache Software Foundation (ASF) under one
@ -25,7 +25,6 @@ import org.springframework.stereotype.Service;
import javax.annotation.PostConstruct; import javax.annotation.PostConstruct;
import javax.inject.Inject; import javax.inject.Inject;
import java.util.ArrayList;
import java.util.Collections; import java.util.Collections;
import java.util.HashMap; import java.util.HashMap;
import java.util.List; import java.util.List;

View File

@ -1,4 +1,4 @@
package org.codehaus.redback.integration.role; package org.apache.archiva.redback.integration.role;
/* /*
* Licensed to the Apache Software Foundation (ASF) under one * Licensed to the Apache Software Foundation (ASF) under one

View File

@ -1,4 +1,4 @@
package org.codehaus.redback.integration.taglib.jsp; package org.apache.archiva.redback.integration.taglib.jsp;
/* /*
* Licensed to the Apache Software Foundation (ASF) under one * Licensed to the Apache Software Foundation (ASF) under one

View File

@ -1,4 +1,4 @@
package org.codehaus.redback.integration.taglib.jsp; package org.apache.archiva.redback.integration.taglib.jsp;
/* /*
* Licensed to the Apache Software Foundation (ASF) under one * Licensed to the Apache Software Foundation (ASF) under one

View File

@ -1,4 +1,4 @@
package org.codehaus.redback.integration.taglib.jsp; package org.apache.archiva.redback.integration.taglib.jsp;
/* /*
* Licensed to the Apache Software Foundation (ASF) under one * Licensed to the Apache Software Foundation (ASF) under one

View File

@ -1,4 +1,4 @@
package org.codehaus.redback.integration.taglib.jsp; package org.apache.archiva.redback.integration.taglib.jsp;
/* /*
* Licensed to the Apache Software Foundation (ASF) under one * Licensed to the Apache Software Foundation (ASF) under one

View File

@ -1,4 +1,4 @@
package org.codehaus.redback.integration.taglib.jsp; package org.apache.archiva.redback.integration.taglib.jsp;
/* /*
* Licensed to the Apache Software Foundation (ASF) under one * Licensed to the Apache Software Foundation (ASF) under one

View File

@ -1,4 +1,4 @@
package org.codehaus.redback.integration.taglib.jsp; package org.apache.archiva.redback.integration.taglib.jsp;
/* /*
* Licensed to the Apache Software Foundation (ASF) under one * Licensed to the Apache Software Foundation (ASF) under one

View File

@ -1,4 +1,4 @@
package org.codehaus.redback.integration.util; package org.apache.archiva.redback.integration.util;
/* /*
* Licensed to the Apache Software Foundation (ASF) under one * Licensed to the Apache Software Foundation (ASF) under one

View File

@ -1,4 +1,4 @@
package org.codehaus.redback.integration.util; package org.apache.archiva.redback.integration.util;
/* /*
* Licensed to the Apache Software Foundation (ASF) under one * Licensed to the Apache Software Foundation (ASF) under one

View File

@ -1,4 +1,4 @@
package org.codehaus.redback.integration.util; package org.apache.archiva.redback.integration.util;
/* /*
* Licensed to the Apache Software Foundation (ASF) under one * Licensed to the Apache Software Foundation (ASF) under one

View File

@ -1,4 +1,4 @@
package org.codehaus.redback.integration.util; package org.apache.archiva.redback.integration.util;
/* /*
* Licensed to the Apache Software Foundation (ASF) under one * Licensed to the Apache Software Foundation (ASF) under one

View File

@ -1,4 +1,4 @@
package org.codehaus.redback.integration.util; package org.apache.archiva.redback.integration.util;
/* /*
* Licensed to the Apache Software Foundation (ASF) under one * Licensed to the Apache Software Foundation (ASF) under one

View File

@ -1,4 +1,4 @@
package org.codehaus.redback.integration.util; package org.apache.archiva.redback.integration.util;
/* /*
* Licensed to the Apache Software Foundation (ASF) under one * Licensed to the Apache Software Foundation (ASF) under one

View File

@ -1,4 +1,4 @@
package org.codehaus.redback.integration.util; package org.apache.archiva.redback.integration.util;
/* /*
* Licensed to the Apache Software Foundation (ASF) under one * Licensed to the Apache Software Foundation (ASF) under one

View File

@ -1,4 +1,4 @@
package org.codehaus.redback.integration.util; package org.apache.archiva.redback.integration.util;
/* /*
* Licensed to the Apache Software Foundation (ASF) under one * Licensed to the Apache Software Foundation (ASF) under one

View File

@ -1,4 +1,4 @@
package org.codehaus.redback.integration.util; package org.apache.archiva.redback.integration.util;
/* /*
* Licensed to the Apache Software Foundation (ASF) under one * Licensed to the Apache Software Foundation (ASF) under one

View File

@ -28,7 +28,7 @@
default-lazy-init="true"> default-lazy-init="true">
<context:annotation-config /> <context:annotation-config />
<context:component-scan base-package="org.codehaus.redback.integration"/> <context:component-scan base-package="org.apache.archiva.redback.integration"/>
<bean name="velocityEngine#redback" class="org.springframework.ui.velocity.VelocityEngineFactoryBean"> <bean name="velocityEngine#redback" class="org.springframework.ui.velocity.VelocityEngineFactoryBean">
<property name="velocityProperties"> <property name="velocityProperties">

View File

@ -24,7 +24,7 @@
<tag> <tag>
<name>ifConfigured</name> <name>ifConfigured</name>
<tag-class>org.codehaus.redback.integration.taglib.jsp.IfConfiguredTag</tag-class> <tag-class>org.apache.archiva.redback.integration.taglib.jsp.IfConfiguredTag</tag-class>
<body-content>JSP</body-content> <body-content>JSP</body-content>
<attribute> <attribute>
<name>option</name> <name>option</name>
@ -40,19 +40,19 @@
<tag> <tag>
<name>isReadOnlyUserManager</name> <name>isReadOnlyUserManager</name>
<tag-class>org.codehaus.redback.integration.taglib.jsp.IsReadOnlyUserManagerTag</tag-class> <tag-class>org.apache.archiva.redback.integration.taglib.jsp.IsReadOnlyUserManagerTag</tag-class>
<body-content>JSP</body-content> <body-content>JSP</body-content>
</tag> </tag>
<tag> <tag>
<name>isNotReadOnlyUserManager</name> <name>isNotReadOnlyUserManager</name>
<tag-class>org.codehaus.redback.integration.taglib.jsp.IsNotReadOnlyUserManagerTag</tag-class> <tag-class>org.apache.archiva.redback.integration.taglib.jsp.IsNotReadOnlyUserManagerTag</tag-class>
<body-content>JSP</body-content> <body-content>JSP</body-content>
</tag> </tag>
<tag> <tag>
<name>ifAuthorized</name> <name>ifAuthorized</name>
<tag-class>org.codehaus.redback.integration.taglib.jsp.IfAuthorizedTag</tag-class> <tag-class>org.apache.archiva.redback.integration.taglib.jsp.IfAuthorizedTag</tag-class>
<body-content>JSP</body-content> <body-content>JSP</body-content>
<attribute> <attribute>
<name>permission</name> <name>permission</name>
@ -68,7 +68,7 @@
<tag> <tag>
<name>ifAnyAuthorized</name> <name>ifAnyAuthorized</name>
<tag-class>org.codehaus.redback.integration.taglib.jsp.IfAnyAuthorizedTag</tag-class> <tag-class>org.apache.archiva.redback.integration.taglib.jsp.IfAnyAuthorizedTag</tag-class>
<body-content>JSP</body-content> <body-content>JSP</body-content>
<attribute> <attribute>
<name>permissions</name> <name>permissions</name>
@ -84,7 +84,7 @@
<tag> <tag>
<name>elseAuthorized</name> <name>elseAuthorized</name>
<tag-class>org.codehaus.redback.integration.taglib.jsp.ElseAuthorizedTag</tag-class> <tag-class>org.apache.archiva.redback.integration.taglib.jsp.ElseAuthorizedTag</tag-class>
<body-content>JSP</body-content> <body-content>JSP</body-content>
</tag> </tag>

View File

@ -1,4 +1,4 @@
package org.codehaus.redback.integration; package org.apache.archiva.redback.integration;
/* /*
* Licensed to the Apache Software Foundation (ASF) under one * Licensed to the Apache Software Foundation (ASF) under one
@ -23,7 +23,7 @@ import java.util.Properties;
import junit.framework.TestCase; import junit.framework.TestCase;
import org.codehaus.redback.integration.HttpUtils; import org.apache.archiva.redback.integration.HttpUtils;
/** /**
* HttpUtilsTest * HttpUtilsTest

View File

@ -1,4 +1,4 @@
package org.codehaus.redback.integration.filter.authentication.digest; package org.apache.archiva.redback.integration.filter.authentication.digest;
/* /*
* Licensed to the Apache Software Foundation (ASF) under one * Licensed to the Apache Software Foundation (ASF) under one

View File

@ -1,4 +1,4 @@
package org.codehaus.redback.integration.mail; package org.apache.archiva.redback.integration.mail;
/* /*
* Licensed to the Apache Software Foundation (ASF) under one * Licensed to the Apache Software Foundation (ASF) under one
@ -21,6 +21,7 @@ package org.codehaus.redback.integration.mail;
import junit.framework.TestCase; import junit.framework.TestCase;
import net.sf.ehcache.CacheManager; import net.sf.ehcache.CacheManager;
import org.apache.archiva.redback.integration.mail.MailGenerator;
import org.apache.archiva.redback.keys.AuthenticationKey; import org.apache.archiva.redback.keys.AuthenticationKey;
import org.apache.archiva.redback.keys.KeyManager; import org.apache.archiva.redback.keys.KeyManager;
import org.apache.archiva.redback.policy.UserSecurityPolicy; import org.apache.archiva.redback.policy.UserSecurityPolicy;

View File

@ -1,4 +1,4 @@
package org.codehaus.redback.integration.mail; package org.apache.archiva.redback.integration.mail;
/* /*
* Licensed to the Apache Software Foundation (ASF) under one * Licensed to the Apache Software Foundation (ASF) under one

View File

@ -50,7 +50,7 @@
</property> </property>
</bean> </bean>
<bean name="mailGenerator#custom-url" class="org.codehaus.redback.integration.mail.VelocityMailGenerator"> <bean name="mailGenerator#custom-url" class="org.apache.archiva.redback.integration.mail.VelocityMailGenerator">
<property name="config" ref="userConfiguration#custom-url"/> <property name="config" ref="userConfiguration#custom-url"/>
<property name="velocityEngine" ref="velocityEngine#redback"/> <property name="velocityEngine" ref="velocityEngine#redback"/>
</bean> </bean>

View File

@ -1,6 +1,6 @@
package org.codehaus.redback.rest.api.model; package org.codehaus.redback.rest.api.model;
import org.codehaus.redback.integration.util.DateUtils; import org.apache.archiva.redback.integration.util.DateUtils;
import javax.xml.bind.annotation.XmlRootElement; import javax.xml.bind.annotation.XmlRootElement;
import java.io.Serializable; import java.io.Serializable;

View File

@ -30,7 +30,7 @@ import org.apache.archiva.redback.keys.memory.MemoryAuthenticationKey;
import org.apache.archiva.redback.keys.memory.MemoryKeyManager; import org.apache.archiva.redback.keys.memory.MemoryKeyManager;
import org.apache.archiva.redback.system.SecuritySession; import org.apache.archiva.redback.system.SecuritySession;
import org.apache.archiva.redback.system.SecuritySystem; import org.apache.archiva.redback.system.SecuritySystem;
import org.codehaus.redback.integration.filter.authentication.HttpAuthenticator; import org.apache.archiva.redback.integration.filter.authentication.HttpAuthenticator;
import org.codehaus.redback.rest.api.model.User; import org.codehaus.redback.rest.api.model.User;
import org.codehaus.redback.rest.api.services.LoginService; import org.codehaus.redback.rest.api.services.LoginService;
import org.codehaus.redback.rest.api.services.RedbackServiceException; import org.codehaus.redback.rest.api.services.RedbackServiceException;

View File

@ -27,7 +27,7 @@ import org.apache.archiva.redback.keys.AuthenticationKey;
import org.apache.archiva.redback.keys.KeyManagerException; import org.apache.archiva.redback.keys.KeyManagerException;
import org.apache.archiva.redback.system.SecuritySystem; import org.apache.archiva.redback.system.SecuritySystem;
import org.apache.archiva.redback.users.UserNotFoundException; import org.apache.archiva.redback.users.UserNotFoundException;
import org.codehaus.redback.integration.filter.authentication.HttpAuthenticator; import org.apache.archiva.redback.integration.filter.authentication.HttpAuthenticator;
import org.codehaus.redback.rest.api.model.ErrorMessage; import org.codehaus.redback.rest.api.model.ErrorMessage;
import org.codehaus.redback.rest.api.services.PasswordService; import org.codehaus.redback.rest.api.services.PasswordService;
import org.codehaus.redback.rest.api.services.RedbackServiceException; import org.codehaus.redback.rest.api.services.RedbackServiceException;

View File

@ -32,9 +32,9 @@ import org.apache.commons.lang.StringUtils;
import org.codehaus.plexus.redback.role.model.ModelApplication; import org.codehaus.plexus.redback.role.model.ModelApplication;
import org.codehaus.plexus.redback.role.model.ModelRole; import org.codehaus.plexus.redback.role.model.ModelRole;
import org.codehaus.plexus.redback.role.model.ModelTemplate; import org.codehaus.plexus.redback.role.model.ModelTemplate;
import org.codehaus.redback.integration.model.AdminEditUserCredentials; import org.apache.archiva.redback.integration.model.AdminEditUserCredentials;
import org.apache.archiva.redback.integration.security.role.RedbackRoleConstants; import org.apache.archiva.redback.integration.security.role.RedbackRoleConstants;
import org.codehaus.redback.integration.util.RoleSorter; import org.apache.archiva.redback.integration.util.RoleSorter;
import org.codehaus.redback.rest.api.model.Application; import org.codehaus.redback.rest.api.model.Application;
import org.codehaus.redback.rest.api.model.ApplicationRoles; import org.codehaus.redback.rest.api.model.ApplicationRoles;
import org.codehaus.redback.rest.api.model.ErrorMessage; import org.codehaus.redback.rest.api.model.ErrorMessage;

View File

@ -42,8 +42,8 @@ import org.apache.archiva.redback.policy.UserSecurityPolicy;
import org.apache.archiva.redback.rbac.RBACManager; import org.apache.archiva.redback.rbac.RBACManager;
import org.apache.archiva.redback.rbac.RbacObjectNotFoundException; import org.apache.archiva.redback.rbac.RbacObjectNotFoundException;
import org.apache.archiva.redback.system.SecuritySystem; import org.apache.archiva.redback.system.SecuritySystem;
import org.codehaus.redback.integration.filter.authentication.HttpAuthenticator; import org.apache.archiva.redback.integration.filter.authentication.HttpAuthenticator;
import org.codehaus.redback.integration.mail.Mailer; import org.apache.archiva.redback.integration.mail.Mailer;
import org.apache.archiva.redback.integration.security.role.RedbackRoleConstants; import org.apache.archiva.redback.integration.security.role.RedbackRoleConstants;
import org.codehaus.redback.rest.api.model.ErrorMessage; import org.codehaus.redback.rest.api.model.ErrorMessage;
import org.codehaus.redback.rest.api.model.Operation; import org.codehaus.redback.rest.api.model.Operation;

View File

@ -32,8 +32,8 @@ import org.apache.archiva.redback.authorization.RedbackAuthorization;
import org.apache.archiva.redback.policy.AccountLockedException; import org.apache.archiva.redback.policy.AccountLockedException;
import org.apache.archiva.redback.system.SecuritySession; import org.apache.archiva.redback.system.SecuritySession;
import org.apache.archiva.redback.users.UserNotFoundException; import org.apache.archiva.redback.users.UserNotFoundException;
import org.codehaus.redback.integration.filter.authentication.HttpAuthenticationException; import org.apache.archiva.redback.integration.filter.authentication.HttpAuthenticationException;
import org.codehaus.redback.integration.filter.authentication.basic.HttpBasicAuthentication; import org.apache.archiva.redback.integration.filter.authentication.basic.HttpBasicAuthentication;
import org.codehaus.redback.rest.services.RedbackAuthenticationThreadLocal; import org.codehaus.redback.rest.services.RedbackAuthenticationThreadLocal;
import org.codehaus.redback.rest.services.RedbackRequestInformation; import org.codehaus.redback.rest.services.RedbackRequestInformation;
import org.slf4j.Logger; import org.slf4j.Logger;

View File

@ -28,7 +28,7 @@ import org.apache.archiva.redback.authorization.AuthorizationException;
import org.apache.archiva.redback.authorization.RedbackAuthorization; import org.apache.archiva.redback.authorization.RedbackAuthorization;
import org.apache.archiva.redback.system.SecuritySession; import org.apache.archiva.redback.system.SecuritySession;
import org.apache.archiva.redback.system.SecuritySystem; import org.apache.archiva.redback.system.SecuritySystem;
import org.codehaus.redback.integration.filter.authentication.basic.HttpBasicAuthentication; import org.apache.archiva.redback.integration.filter.authentication.basic.HttpBasicAuthentication;
import org.slf4j.Logger; import org.slf4j.Logger;
import org.slf4j.LoggerFactory; import org.slf4j.LoggerFactory;
import org.springframework.stereotype.Service; import org.springframework.stereotype.Service;

View File

@ -53,8 +53,8 @@
filterable="true" filterable="true"
showTitle="false" showTitle="false"
showExports="false" showExports="false"
view="org.codehaus.redback.integration.eXc.views.SecurityView" view="org.apache.archiva.redback.integration.eXc.views.SecurityView"
sortRowsCallback="org.codehaus.redback.integration.eXc.ProcessUserRowsCallback" sortRowsCallback="org.apache.archiva.redback.integration.eXc.ProcessUserRowsCallback"
cellspacing="2" cellspacing="2"
cellpadding="3" cellpadding="3"
> >
@ -71,7 +71,7 @@
tooltip="Export Table to Excel format."/> tooltip="Export Table to Excel format."/>
<ec:row> <ec:row>
<ec:column property="username" title="${username}" <ec:column property="username" title="${username}"
filterCell="org.codehaus.redback.integration.eXc.SecurityFilterCell"> filterCell="org.apache.archiva.redback.integration.eXc.SecurityFilterCell">
<img src="<c:url value="/images/redback/icon-user.gif"/>" /> <img src="<c:url value="/images/redback/icon-user.gif"/>" />
<redback:ifAuthorized permission="user-management-user-edit" resource="${user.username}"> <redback:ifAuthorized permission="user-management-user-edit" resource="${user.username}">
<s:url id="usereditUrl" action="useredit" includeParams="none"> <s:url id="usereditUrl" action="useredit" includeParams="none">
@ -92,16 +92,16 @@
</redback:elseAuthorized> </redback:elseAuthorized>
</ec:column> </ec:column>
<ec:column property="fullName" title="${fullName}" alias="fullname" <ec:column property="fullName" title="${fullName}" alias="fullname"
filterCell="org.codehaus.redback.integration.eXc.SecurityFilterCell"> filterCell="org.apache.archiva.redback.integration.eXc.SecurityFilterCell">
<c:out value="${user.fullName}" /> <c:out value="${user.fullName}" />
</ec:column> </ec:column>
<ec:column property="email" title="${email}" cell="org.codehaus.redback.integration.eXc.MailtoCell" <ec:column property="email" title="${email}" cell="org.apache.archiva.redback.integration.eXc.MailtoCell"
filterCell="org.codehaus.redback.integration.eXc.SecurityFilterCell" /> filterCell="org.apache.archiva.redback.integration.eXc.SecurityFilterCell" />
<ec:column property="permanent" cell="org.codehaus.redback.integration.eXc.CheckboxImageCell" <ec:column property="permanent" cell="org.apache.archiva.redback.integration.eXc.CheckboxImageCell"
style="text-align: center" title="${permanent}" filterable="false"/> <%-- Boolean's can't be filtered --%> style="text-align: center" title="${permanent}" filterable="false"/> <%-- Boolean's can't be filtered --%>
<ec:column property="validated" cell="org.codehaus.redback.integration.eXc.CheckboxImageCell" <ec:column property="validated" cell="org.apache.archiva.redback.integration.eXc.CheckboxImageCell"
style="text-align: center" title="${validated}" filterable="false"/> <%-- Boolean's can't be filtered --%> style="text-align: center" title="${validated}" filterable="false"/> <%-- Boolean's can't be filtered --%>
<ec:column property="locked" cell="org.codehaus.redback.integration.eXc.CheckboxImageCell" <ec:column property="locked" cell="org.apache.archiva.redback.integration.eXc.CheckboxImageCell"
style="text-align: center" title="${locked}" filterable="false"/> <%-- Boolean's can't be filtered --%> style="text-align: center" title="${locked}" filterable="false"/> <%-- Boolean's can't be filtered --%>
<ec:column title="${tasks}" alias="tasks" sortable="false" filterable="false" styleClass="tasks"> <ec:column title="${tasks}" alias="tasks" sortable="false" filterable="false" styleClass="tasks">

View File

@ -27,9 +27,9 @@ import org.apache.archiva.redback.policy.PasswordRuleViolationException;
import org.apache.archiva.redback.policy.PasswordRuleViolations; import org.apache.archiva.redback.policy.PasswordRuleViolations;
import org.apache.archiva.redback.system.SecuritySession; import org.apache.archiva.redback.system.SecuritySession;
import org.apache.archiva.redback.system.SecuritySystemConstants; import org.apache.archiva.redback.system.SecuritySystemConstants;
import org.codehaus.redback.integration.interceptor.SecureAction; import org.apache.archiva.redback.integration.interceptor.SecureAction;
import org.codehaus.redback.integration.interceptor.SecureActionBundle; import org.apache.archiva.redback.integration.interceptor.SecureActionBundle;
import org.codehaus.redback.integration.interceptor.SecureActionException; import org.apache.archiva.redback.integration.interceptor.SecureActionException;
/** /**
* AbstractSecurityAction * AbstractSecurityAction

View File

@ -28,9 +28,9 @@ import org.apache.archiva.redback.policy.PasswordRuleViolationException;
import org.apache.archiva.redback.rbac.RbacManagerException; import org.apache.archiva.redback.rbac.RbacManagerException;
import org.apache.archiva.redback.system.SecuritySystem; import org.apache.archiva.redback.system.SecuritySystem;
import org.codehaus.plexus.util.StringUtils; import org.codehaus.plexus.util.StringUtils;
import org.codehaus.redback.integration.model.UserCredentials; import org.apache.archiva.redback.integration.model.UserCredentials;
import org.apache.archiva.redback.integration.security.role.RedbackRoleConstants; import org.apache.archiva.redback.integration.security.role.RedbackRoleConstants;
import org.codehaus.redback.integration.util.RoleSorter; import org.apache.archiva.redback.integration.util.RoleSorter;
import javax.inject.Inject; import javax.inject.Inject;
import javax.inject.Named; import javax.inject.Named;

View File

@ -28,9 +28,9 @@ import org.apache.archiva.redback.system.SecuritySession;
import org.apache.archiva.redback.system.SecuritySystemConstants; import org.apache.archiva.redback.system.SecuritySystemConstants;
import org.apache.archiva.redback.users.UserManager; import org.apache.archiva.redback.users.UserManager;
import org.codehaus.plexus.util.StringUtils; import org.codehaus.plexus.util.StringUtils;
import org.codehaus.redback.integration.interceptor.SecureActionBundle; import org.apache.archiva.redback.integration.interceptor.SecureActionBundle;
import org.codehaus.redback.integration.interceptor.SecureActionException; import org.apache.archiva.redback.integration.interceptor.SecureActionException;
import org.codehaus.redback.integration.model.EditUserCredentials; import org.apache.archiva.redback.integration.model.EditUserCredentials;
import org.springframework.context.annotation.Scope; import org.springframework.context.annotation.Scope;
import org.springframework.stereotype.Controller; import org.springframework.stereotype.Controller;

View File

@ -37,9 +37,9 @@ import org.apache.archiva.redback.system.SecuritySession;
import org.apache.archiva.redback.system.SecuritySystem; import org.apache.archiva.redback.system.SecuritySystem;
import org.apache.archiva.redback.users.UserNotFoundException; import org.apache.archiva.redback.users.UserNotFoundException;
import org.codehaus.plexus.util.StringUtils; import org.codehaus.plexus.util.StringUtils;
import org.codehaus.redback.integration.interceptor.SecureActionBundle; import org.apache.archiva.redback.integration.interceptor.SecureActionBundle;
import org.codehaus.redback.integration.interceptor.SecureActionException; import org.apache.archiva.redback.integration.interceptor.SecureActionException;
import org.codehaus.redback.integration.util.AutoLoginCookies; import org.apache.archiva.redback.integration.util.AutoLoginCookies;
import org.springframework.context.annotation.Scope; import org.springframework.context.annotation.Scope;
import org.springframework.stereotype.Controller; import org.springframework.stereotype.Controller;

View File

@ -22,9 +22,9 @@ package org.codehaus.plexus.redback.struts2.action;
import org.apache.struts2.ServletActionContext; import org.apache.struts2.ServletActionContext;
import org.apache.struts2.dispatcher.SessionMap; import org.apache.struts2.dispatcher.SessionMap;
import org.codehaus.plexus.cache.Cache; import org.codehaus.plexus.cache.Cache;
import org.codehaus.redback.integration.interceptor.SecureActionBundle; import org.apache.archiva.redback.integration.interceptor.SecureActionBundle;
import org.codehaus.redback.integration.interceptor.SecureActionException; import org.apache.archiva.redback.integration.interceptor.SecureActionException;
import org.codehaus.redback.integration.util.AutoLoginCookies; import org.apache.archiva.redback.integration.util.AutoLoginCookies;
import org.springframework.context.annotation.Scope; import org.springframework.context.annotation.Scope;
import org.springframework.stereotype.Controller; import org.springframework.stereotype.Controller;

View File

@ -27,8 +27,8 @@ import org.apache.archiva.redback.system.SecuritySession;
import org.apache.archiva.redback.system.SecuritySystem; import org.apache.archiva.redback.system.SecuritySystem;
import org.apache.archiva.redback.users.UserNotFoundException; import org.apache.archiva.redback.users.UserNotFoundException;
import org.codehaus.plexus.util.StringUtils; import org.codehaus.plexus.util.StringUtils;
import org.codehaus.redback.integration.interceptor.SecureActionBundle; import org.apache.archiva.redback.integration.interceptor.SecureActionBundle;
import org.codehaus.redback.integration.interceptor.SecureActionException; import org.apache.archiva.redback.integration.interceptor.SecureActionException;
import org.springframework.context.annotation.Scope; import org.springframework.context.annotation.Scope;
import org.springframework.stereotype.Controller; import org.springframework.stereotype.Controller;

View File

@ -28,9 +28,9 @@ import org.apache.archiva.redback.keys.KeyManagerException;
import org.apache.archiva.redback.system.SecuritySystem; import org.apache.archiva.redback.system.SecuritySystem;
import org.apache.archiva.redback.users.User; import org.apache.archiva.redback.users.User;
import org.codehaus.plexus.util.StringUtils; import org.codehaus.plexus.util.StringUtils;
import org.codehaus.redback.integration.interceptor.SecureActionBundle; import org.apache.archiva.redback.integration.interceptor.SecureActionBundle;
import org.codehaus.redback.integration.interceptor.SecureActionException; import org.apache.archiva.redback.integration.interceptor.SecureActionException;
import org.codehaus.redback.integration.mail.Mailer; import org.apache.archiva.redback.integration.mail.Mailer;
import org.springframework.context.annotation.Scope; import org.springframework.context.annotation.Scope;
import org.springframework.stereotype.Controller; import org.springframework.stereotype.Controller;

View File

@ -27,10 +27,10 @@ import org.apache.archiva.redback.users.User;
import org.apache.archiva.redback.keys.KeyManagerException; import org.apache.archiva.redback.keys.KeyManagerException;
import org.apache.archiva.redback.users.UserManager; import org.apache.archiva.redback.users.UserManager;
import org.apache.archiva.redback.users.UserNotFoundException; import org.apache.archiva.redback.users.UserNotFoundException;
import org.codehaus.redback.integration.interceptor.SecureActionBundle; import org.apache.archiva.redback.integration.interceptor.SecureActionBundle;
import org.codehaus.redback.integration.interceptor.SecureActionException; import org.apache.archiva.redback.integration.interceptor.SecureActionException;
import org.codehaus.redback.integration.mail.Mailer; import org.apache.archiva.redback.integration.mail.Mailer;
import org.codehaus.redback.integration.model.CreateUserCredentials; import org.apache.archiva.redback.integration.model.CreateUserCredentials;
import org.apache.archiva.redback.integration.security.role.RedbackRoleConstants; import org.apache.archiva.redback.integration.security.role.RedbackRoleConstants;
import org.springframework.context.annotation.Scope; import org.springframework.context.annotation.Scope;
import org.springframework.stereotype.Controller; import org.springframework.stereotype.Controller;

View File

@ -35,10 +35,10 @@ import org.codehaus.plexus.redback.struts2.action.AuditEvent;
import org.apache.archiva.redback.system.SecuritySession; import org.apache.archiva.redback.system.SecuritySession;
import org.apache.archiva.redback.users.User; import org.apache.archiva.redback.users.User;
import org.apache.archiva.redback.users.UserNotFoundException; import org.apache.archiva.redback.users.UserNotFoundException;
import org.codehaus.redback.integration.interceptor.SecureActionBundle; import org.apache.archiva.redback.integration.interceptor.SecureActionBundle;
import org.codehaus.redback.integration.interceptor.SecureActionException; import org.apache.archiva.redback.integration.interceptor.SecureActionException;
import org.codehaus.redback.integration.model.EditUserCredentials; import org.apache.archiva.redback.integration.model.EditUserCredentials;
import org.codehaus.redback.integration.util.AutoLoginCookies; import org.apache.archiva.redback.integration.util.AutoLoginCookies;
import org.springframework.context.annotation.Scope; import org.springframework.context.annotation.Scope;
import org.springframework.stereotype.Controller; import org.springframework.stereotype.Controller;

View File

@ -21,9 +21,9 @@ package org.codehaus.plexus.redback.struts2.action.admin;
import org.apache.archiva.redback.rbac.Resource; import org.apache.archiva.redback.rbac.Resource;
import org.codehaus.plexus.redback.struts2.action.AbstractSecurityAction; import org.codehaus.plexus.redback.struts2.action.AbstractSecurityAction;
import org.codehaus.redback.integration.interceptor.SecureActionBundle; import org.apache.archiva.redback.integration.interceptor.SecureActionBundle;
import org.codehaus.redback.integration.interceptor.SecureActionException; import org.apache.archiva.redback.integration.interceptor.SecureActionException;
import org.codehaus.redback.integration.role.RoleConstants; import org.apache.archiva.redback.integration.role.RoleConstants;
import org.springframework.context.annotation.Scope; import org.springframework.context.annotation.Scope;
import org.springframework.stereotype.Controller; import org.springframework.stereotype.Controller;

View File

@ -33,10 +33,10 @@ import org.codehaus.plexus.redback.struts2.model.ApplicationRoleDetails;
import org.codehaus.plexus.redback.struts2.model.ApplicationRoleDetails.RoleTableCell; import org.codehaus.plexus.redback.struts2.model.ApplicationRoleDetails.RoleTableCell;
import org.apache.archiva.redback.users.UserManager; import org.apache.archiva.redback.users.UserManager;
import org.codehaus.plexus.util.StringUtils; import org.codehaus.plexus.util.StringUtils;
import org.codehaus.redback.integration.interceptor.SecureActionBundle; import org.apache.archiva.redback.integration.interceptor.SecureActionBundle;
import org.codehaus.redback.integration.interceptor.SecureActionException; import org.apache.archiva.redback.integration.interceptor.SecureActionException;
import org.codehaus.redback.integration.model.AdminEditUserCredentials; import org.apache.archiva.redback.integration.model.AdminEditUserCredentials;
import org.codehaus.redback.integration.role.RoleConstants; import org.apache.archiva.redback.integration.role.RoleConstants;
import org.springframework.context.annotation.Scope; import org.springframework.context.annotation.Scope;
import org.springframework.stereotype.Controller; import org.springframework.stereotype.Controller;

View File

@ -27,10 +27,10 @@ import org.apache.archiva.redback.keys.KeyManager;
import org.apache.archiva.redback.management.DataManagementTool; import org.apache.archiva.redback.management.DataManagementTool;
import org.codehaus.plexus.redback.struts2.action.AbstractSecurityAction; import org.codehaus.plexus.redback.struts2.action.AbstractSecurityAction;
import org.apache.archiva.redback.users.UserManager; import org.apache.archiva.redback.users.UserManager;
import org.codehaus.redback.integration.interceptor.SecureAction; import org.apache.archiva.redback.integration.interceptor.SecureAction;
import org.codehaus.redback.integration.interceptor.SecureActionBundle; import org.apache.archiva.redback.integration.interceptor.SecureActionBundle;
import org.codehaus.redback.integration.interceptor.SecureActionException; import org.apache.archiva.redback.integration.interceptor.SecureActionException;
import org.codehaus.redback.integration.role.RoleConstants; import org.apache.archiva.redback.integration.role.RoleConstants;
import org.springframework.context.annotation.Scope; import org.springframework.context.annotation.Scope;
import org.springframework.stereotype.Controller; import org.springframework.stereotype.Controller;

View File

@ -31,8 +31,8 @@ import org.codehaus.plexus.redback.struts2.action.AuditEvent;
import org.apache.archiva.redback.users.UserManager; import org.apache.archiva.redback.users.UserManager;
import org.apache.archiva.redback.users.UserNotFoundException; import org.apache.archiva.redback.users.UserNotFoundException;
import org.codehaus.plexus.util.StringUtils; import org.codehaus.plexus.util.StringUtils;
import org.codehaus.redback.integration.interceptor.SecureActionBundle; import org.apache.archiva.redback.integration.interceptor.SecureActionBundle;
import org.codehaus.redback.integration.interceptor.SecureActionException; import org.apache.archiva.redback.integration.interceptor.SecureActionException;
import org.apache.archiva.redback.integration.security.role.RedbackRoleConstants; import org.apache.archiva.redback.integration.security.role.RedbackRoleConstants;
import org.springframework.context.annotation.Scope; import org.springframework.context.annotation.Scope;
import org.springframework.stereotype.Controller; import org.springframework.stereotype.Controller;

View File

@ -24,10 +24,10 @@ import org.apache.archiva.redback.rbac.RBACManager;
import org.apache.archiva.redback.rbac.RbacManagerException; import org.apache.archiva.redback.rbac.RbacManagerException;
import org.apache.archiva.redback.rbac.Resource; import org.apache.archiva.redback.rbac.Resource;
import org.codehaus.plexus.redback.struts2.action.RedbackActionSupport; import org.codehaus.plexus.redback.struts2.action.RedbackActionSupport;
import org.codehaus.redback.integration.interceptor.SecureActionBundle; import org.apache.archiva.redback.integration.interceptor.SecureActionBundle;
import org.codehaus.redback.integration.interceptor.SecureActionException; import org.apache.archiva.redback.integration.interceptor.SecureActionException;
import org.codehaus.redback.integration.role.RoleConstants; import org.apache.archiva.redback.integration.role.RoleConstants;
import org.codehaus.redback.integration.util.OperationSorter; import org.apache.archiva.redback.integration.util.OperationSorter;
import org.springframework.context.annotation.Scope; import org.springframework.context.annotation.Scope;
import org.springframework.stereotype.Controller; import org.springframework.stereotype.Controller;

View File

@ -26,10 +26,10 @@ import org.apache.archiva.redback.rbac.Resource;
import org.apache.archiva.redback.rbac.RbacManagerException; import org.apache.archiva.redback.rbac.RbacManagerException;
import org.codehaus.plexus.redback.struts2.action.RedbackActionSupport; import org.codehaus.plexus.redback.struts2.action.RedbackActionSupport;
import org.codehaus.plexus.util.StringUtils; import org.codehaus.plexus.util.StringUtils;
import org.codehaus.redback.integration.interceptor.SecureActionBundle; import org.apache.archiva.redback.integration.interceptor.SecureActionBundle;
import org.codehaus.redback.integration.interceptor.SecureActionException; import org.apache.archiva.redback.integration.interceptor.SecureActionException;
import org.codehaus.redback.integration.role.RoleConstants; import org.apache.archiva.redback.integration.role.RoleConstants;
import org.codehaus.redback.integration.util.PermissionSorter; import org.apache.archiva.redback.integration.util.PermissionSorter;
import org.springframework.context.annotation.Scope; import org.springframework.context.annotation.Scope;
import org.springframework.stereotype.Controller; import org.springframework.stereotype.Controller;

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