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:
parent
5064bb1760
commit
78766bc7ee
|
@ -1,4 +1,4 @@
|
|||
package org.codehaus.redback.integration;
|
||||
package org.apache.archiva.redback.integration;
|
||||
|
||||
/*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one
|
|
@ -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
|
|
@ -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
|
|
@ -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
|
|
@ -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
|
||||
|
@ -26,7 +26,7 @@ import org.apache.archiva.redback.rbac.RBACManager;
|
|||
import org.apache.archiva.redback.rbac.UserAssignment;
|
||||
import org.apache.archiva.redback.users.User;
|
||||
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.LoggerFactory;
|
||||
import org.springframework.stereotype.Service;
|
|
@ -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
|
|
@ -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
|
|
@ -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
|
|
@ -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
|
|
@ -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
|
|
@ -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
|
||||
|
@ -23,7 +23,7 @@ import java.util.Collection;
|
|||
import java.util.Collections;
|
||||
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.core.TableConstants;
|
||||
import org.extremecomponents.table.core.TableModel;
|
|
@ -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
|
|
@ -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
|
|
@ -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
|
|
@ -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
|
|
@ -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
|
||||
|
@ -22,7 +22,7 @@ package org.codehaus.redback.integration.filter.authentication;
|
|||
import javax.servlet.FilterConfig;
|
||||
import javax.servlet.ServletException;
|
||||
|
||||
import org.codehaus.redback.integration.filter.SpringServletFilter;
|
||||
import org.apache.archiva.redback.integration.filter.SpringServletFilter;
|
||||
|
||||
/**
|
||||
* AbstractHttpAuthenticationFilter
|
|
@ -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
|
|
@ -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
|
|
@ -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
|
||||
|
@ -33,7 +33,7 @@ import org.apache.archiva.redback.authentication.AuthenticationResult;
|
|||
import org.apache.archiva.redback.authentication.PasswordBasedAuthenticationDataSource;
|
||||
import org.apache.archiva.redback.system.SecuritySession;
|
||||
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;
|
||||
|
||||
/**
|
|
@ -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
|
||||
|
@ -20,8 +20,8 @@ package org.codehaus.redback.integration.filter.authentication.basic;
|
|||
*/
|
||||
|
||||
import org.apache.archiva.redback.authentication.AuthenticationException;
|
||||
import org.codehaus.redback.integration.filter.authentication.AbstractHttpAuthenticationFilter;
|
||||
import org.codehaus.redback.integration.filter.authentication.HttpAuthenticator;
|
||||
import org.apache.archiva.redback.integration.filter.authentication.AbstractHttpAuthenticationFilter;
|
||||
import org.apache.archiva.redback.integration.filter.authentication.HttpAuthenticator;
|
||||
|
||||
import javax.servlet.FilterChain;
|
||||
import javax.servlet.FilterConfig;
|
|
@ -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
|
|
@ -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
|
|
@ -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
|
||||
|
@ -29,8 +29,8 @@ import org.apache.archiva.redback.policy.AccountLockedException;
|
|||
import org.apache.archiva.redback.users.UserManager;
|
||||
import org.apache.archiva.redback.users.UserNotFoundException;
|
||||
import org.codehaus.plexus.util.StringUtils;
|
||||
import org.codehaus.redback.integration.filter.authentication.HttpAuthenticationException;
|
||||
import org.codehaus.redback.integration.filter.authentication.HttpAuthenticator;
|
||||
import org.apache.archiva.redback.integration.filter.authentication.HttpAuthenticationException;
|
||||
import org.apache.archiva.redback.integration.filter.authentication.HttpAuthenticator;
|
||||
import org.springframework.stereotype.Service;
|
||||
|
||||
import javax.inject.Inject;
|
|
@ -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
|
||||
|
@ -20,9 +20,9 @@ package org.codehaus.redback.integration.filter.authentication.digest;
|
|||
*/
|
||||
|
||||
import org.apache.archiva.redback.authentication.AuthenticationException;
|
||||
import org.codehaus.redback.integration.filter.authentication.AbstractHttpAuthenticationFilter;
|
||||
import org.codehaus.redback.integration.filter.authentication.HttpAuthenticator;
|
||||
import org.codehaus.redback.integration.filter.authentication.basic.HttpBasicAuthentication;
|
||||
import org.apache.archiva.redback.integration.filter.authentication.AbstractHttpAuthenticationFilter;
|
||||
import org.apache.archiva.redback.integration.filter.authentication.HttpAuthenticator;
|
||||
import org.apache.archiva.redback.integration.filter.authentication.basic.HttpBasicAuthentication;
|
||||
|
||||
import javax.servlet.FilterChain;
|
||||
import javax.servlet.FilterConfig;
|
|
@ -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
|
||||
|
@ -22,8 +22,8 @@ package org.codehaus.redback.integration.filter.authentication.digest;
|
|||
|
||||
import org.apache.commons.codec.binary.Base64;
|
||||
import org.codehaus.plexus.util.StringUtils;
|
||||
import org.codehaus.redback.integration.HttpUtils;
|
||||
import org.codehaus.redback.integration.filter.authentication.HttpAuthenticationException;
|
||||
import org.apache.archiva.redback.integration.HttpUtils;
|
||||
import org.apache.archiva.redback.integration.filter.authentication.HttpAuthenticationException;
|
||||
import org.slf4j.Logger;
|
||||
import org.slf4j.LoggerFactory;
|
||||
import org.springframework.context.annotation.Scope;
|
|
@ -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
|
||||
|
@ -19,7 +19,7 @@ package org.codehaus.redback.integration.filter.authentication.digest;
|
|||
* under the License.
|
||||
*/
|
||||
|
||||
import org.codehaus.redback.integration.filter.authentication.HttpAuthenticationException;
|
||||
import org.apache.archiva.redback.integration.filter.authentication.HttpAuthenticationException;
|
||||
|
||||
/**
|
||||
* NonceExpirationException
|
|
@ -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
|
||||
|
@ -23,7 +23,7 @@ import org.apache.archiva.redback.authorization.AuthorizationException;
|
|||
import org.apache.archiva.redback.system.SecuritySession;
|
||||
import org.apache.archiva.redback.system.SecuritySystem;
|
||||
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.LoggerFactory;
|
||||
|
|
@ -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
|
|
@ -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
|
|
@ -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
|
|
@ -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
|
|
@ -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
|
|
@ -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
|
|
@ -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
|
|
@ -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
|
|
@ -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
|
|
@ -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
|
|
@ -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
|
|
@ -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
|
||||
|
@ -20,7 +20,7 @@ package org.codehaus.redback.integration.model;
|
|||
*/
|
||||
|
||||
import org.apache.archiva.redback.users.User;
|
||||
import org.codehaus.redback.integration.util.DateUtils;
|
||||
import org.apache.archiva.redback.integration.util.DateUtils;
|
||||
|
||||
/**
|
||||
* EditUserCredentials
|
|
@ -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
|
|
@ -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
|
|
@ -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
|
|
@ -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
|
||||
|
@ -26,8 +26,8 @@ import org.apache.archiva.redback.users.UserManager;
|
|||
import org.apache.commons.lang.StringEscapeUtils;
|
||||
import org.apache.archiva.redback.system.SecuritySystem;
|
||||
import org.apache.archiva.redback.users.User;
|
||||
import org.codehaus.redback.integration.util.RoleSorter;
|
||||
import org.codehaus.redback.integration.util.UserComparator;
|
||||
import org.apache.archiva.redback.integration.util.RoleSorter;
|
||||
import org.apache.archiva.redback.integration.util.UserComparator;
|
||||
import org.springframework.stereotype.Service;
|
||||
|
||||
import javax.inject.Inject;
|
|
@ -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
|
||||
|
@ -24,7 +24,7 @@ import org.apache.archiva.redback.users.UserManager;
|
|||
import org.apache.commons.beanutils.PropertyUtils;
|
||||
import org.apache.commons.lang.StringEscapeUtils;
|
||||
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.LoggerFactory;
|
||||
import org.springframework.stereotype.Service;
|
|
@ -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
|
|
@ -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
|
|
@ -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
|
||||
|
@ -25,7 +25,6 @@ import org.springframework.stereotype.Service;
|
|||
|
||||
import javax.annotation.PostConstruct;
|
||||
import javax.inject.Inject;
|
||||
import java.util.ArrayList;
|
||||
import java.util.Collections;
|
||||
import java.util.HashMap;
|
||||
import java.util.List;
|
|
@ -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
|
|
@ -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
|
|
@ -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
|
|
@ -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
|
|
@ -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
|
|
@ -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
|
|
@ -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
|
|
@ -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
|
|
@ -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
|
|
@ -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
|
|
@ -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
|
|
@ -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
|
|
@ -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
|
|
@ -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
|
|
@ -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
|
|
@ -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
|
|
@ -28,7 +28,7 @@
|
|||
default-lazy-init="true">
|
||||
|
||||
<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">
|
||||
<property name="velocityProperties">
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
|
||||
<tag>
|
||||
<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>
|
||||
<attribute>
|
||||
<name>option</name>
|
||||
|
@ -40,19 +40,19 @@
|
|||
|
||||
<tag>
|
||||
<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>
|
||||
</tag>
|
||||
|
||||
<tag>
|
||||
<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>
|
||||
</tag>
|
||||
|
||||
<tag>
|
||||
<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>
|
||||
<attribute>
|
||||
<name>permission</name>
|
||||
|
@ -68,7 +68,7 @@
|
|||
|
||||
<tag>
|
||||
<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>
|
||||
<attribute>
|
||||
<name>permissions</name>
|
||||
|
@ -84,7 +84,7 @@
|
|||
|
||||
<tag>
|
||||
<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>
|
||||
</tag>
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
package org.codehaus.redback.integration;
|
||||
package org.apache.archiva.redback.integration;
|
||||
|
||||
/*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one
|
||||
|
@ -23,7 +23,7 @@ import java.util.Properties;
|
|||
|
||||
import junit.framework.TestCase;
|
||||
|
||||
import org.codehaus.redback.integration.HttpUtils;
|
||||
import org.apache.archiva.redback.integration.HttpUtils;
|
||||
|
||||
/**
|
||||
* HttpUtilsTest
|
|
@ -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
|
|
@ -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
|
||||
|
@ -21,6 +21,7 @@ package org.codehaus.redback.integration.mail;
|
|||
|
||||
import junit.framework.TestCase;
|
||||
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.KeyManager;
|
||||
import org.apache.archiva.redback.policy.UserSecurityPolicy;
|
|
@ -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
|
|
@ -50,7 +50,7 @@
|
|||
</property>
|
||||
</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="velocityEngine" ref="velocityEngine#redback"/>
|
||||
</bean>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
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 java.io.Serializable;
|
||||
|
|
|
@ -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.system.SecuritySession;
|
||||
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.services.LoginService;
|
||||
import org.codehaus.redback.rest.api.services.RedbackServiceException;
|
||||
|
|
|
@ -27,7 +27,7 @@ import org.apache.archiva.redback.keys.AuthenticationKey;
|
|||
import org.apache.archiva.redback.keys.KeyManagerException;
|
||||
import org.apache.archiva.redback.system.SecuritySystem;
|
||||
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.services.PasswordService;
|
||||
import org.codehaus.redback.rest.api.services.RedbackServiceException;
|
||||
|
|
|
@ -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.ModelRole;
|
||||
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.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.ApplicationRoles;
|
||||
import org.codehaus.redback.rest.api.model.ErrorMessage;
|
||||
|
|
|
@ -42,8 +42,8 @@ import org.apache.archiva.redback.policy.UserSecurityPolicy;
|
|||
import org.apache.archiva.redback.rbac.RBACManager;
|
||||
import org.apache.archiva.redback.rbac.RbacObjectNotFoundException;
|
||||
import org.apache.archiva.redback.system.SecuritySystem;
|
||||
import org.codehaus.redback.integration.filter.authentication.HttpAuthenticator;
|
||||
import org.codehaus.redback.integration.mail.Mailer;
|
||||
import org.apache.archiva.redback.integration.filter.authentication.HttpAuthenticator;
|
||||
import org.apache.archiva.redback.integration.mail.Mailer;
|
||||
import org.apache.archiva.redback.integration.security.role.RedbackRoleConstants;
|
||||
import org.codehaus.redback.rest.api.model.ErrorMessage;
|
||||
import org.codehaus.redback.rest.api.model.Operation;
|
||||
|
|
|
@ -32,8 +32,8 @@ import org.apache.archiva.redback.authorization.RedbackAuthorization;
|
|||
import org.apache.archiva.redback.policy.AccountLockedException;
|
||||
import org.apache.archiva.redback.system.SecuritySession;
|
||||
import org.apache.archiva.redback.users.UserNotFoundException;
|
||||
import org.codehaus.redback.integration.filter.authentication.HttpAuthenticationException;
|
||||
import org.codehaus.redback.integration.filter.authentication.basic.HttpBasicAuthentication;
|
||||
import org.apache.archiva.redback.integration.filter.authentication.HttpAuthenticationException;
|
||||
import org.apache.archiva.redback.integration.filter.authentication.basic.HttpBasicAuthentication;
|
||||
import org.codehaus.redback.rest.services.RedbackAuthenticationThreadLocal;
|
||||
import org.codehaus.redback.rest.services.RedbackRequestInformation;
|
||||
import org.slf4j.Logger;
|
||||
|
|
|
@ -28,7 +28,7 @@ import org.apache.archiva.redback.authorization.AuthorizationException;
|
|||
import org.apache.archiva.redback.authorization.RedbackAuthorization;
|
||||
import org.apache.archiva.redback.system.SecuritySession;
|
||||
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.LoggerFactory;
|
||||
import org.springframework.stereotype.Service;
|
||||
|
|
|
@ -53,8 +53,8 @@
|
|||
filterable="true"
|
||||
showTitle="false"
|
||||
showExports="false"
|
||||
view="org.codehaus.redback.integration.eXc.views.SecurityView"
|
||||
sortRowsCallback="org.codehaus.redback.integration.eXc.ProcessUserRowsCallback"
|
||||
view="org.apache.archiva.redback.integration.eXc.views.SecurityView"
|
||||
sortRowsCallback="org.apache.archiva.redback.integration.eXc.ProcessUserRowsCallback"
|
||||
cellspacing="2"
|
||||
cellpadding="3"
|
||||
>
|
||||
|
@ -71,7 +71,7 @@
|
|||
tooltip="Export Table to Excel format."/>
|
||||
<ec:row>
|
||||
<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"/>" />
|
||||
<redback:ifAuthorized permission="user-management-user-edit" resource="${user.username}">
|
||||
<s:url id="usereditUrl" action="useredit" includeParams="none">
|
||||
|
@ -92,16 +92,16 @@
|
|||
</redback:elseAuthorized>
|
||||
</ec:column>
|
||||
<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}" />
|
||||
</ec:column>
|
||||
<ec:column property="email" title="${email}" cell="org.codehaus.redback.integration.eXc.MailtoCell"
|
||||
filterCell="org.codehaus.redback.integration.eXc.SecurityFilterCell" />
|
||||
<ec:column property="permanent" cell="org.codehaus.redback.integration.eXc.CheckboxImageCell"
|
||||
<ec:column property="email" title="${email}" cell="org.apache.archiva.redback.integration.eXc.MailtoCell"
|
||||
filterCell="org.apache.archiva.redback.integration.eXc.SecurityFilterCell" />
|
||||
<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 --%>
|
||||
<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 --%>
|
||||
<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 --%>
|
||||
|
||||
<ec:column title="${tasks}" alias="tasks" sortable="false" filterable="false" styleClass="tasks">
|
||||
|
|
|
@ -27,9 +27,9 @@ import org.apache.archiva.redback.policy.PasswordRuleViolationException;
|
|||
import org.apache.archiva.redback.policy.PasswordRuleViolations;
|
||||
import org.apache.archiva.redback.system.SecuritySession;
|
||||
import org.apache.archiva.redback.system.SecuritySystemConstants;
|
||||
import org.codehaus.redback.integration.interceptor.SecureAction;
|
||||
import org.codehaus.redback.integration.interceptor.SecureActionBundle;
|
||||
import org.codehaus.redback.integration.interceptor.SecureActionException;
|
||||
import org.apache.archiva.redback.integration.interceptor.SecureAction;
|
||||
import org.apache.archiva.redback.integration.interceptor.SecureActionBundle;
|
||||
import org.apache.archiva.redback.integration.interceptor.SecureActionException;
|
||||
|
||||
/**
|
||||
* AbstractSecurityAction
|
||||
|
|
|
@ -28,9 +28,9 @@ import org.apache.archiva.redback.policy.PasswordRuleViolationException;
|
|||
import org.apache.archiva.redback.rbac.RbacManagerException;
|
||||
import org.apache.archiva.redback.system.SecuritySystem;
|
||||
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.codehaus.redback.integration.util.RoleSorter;
|
||||
import org.apache.archiva.redback.integration.util.RoleSorter;
|
||||
|
||||
import javax.inject.Inject;
|
||||
import javax.inject.Named;
|
||||
|
|
|
@ -28,9 +28,9 @@ import org.apache.archiva.redback.system.SecuritySession;
|
|||
import org.apache.archiva.redback.system.SecuritySystemConstants;
|
||||
import org.apache.archiva.redback.users.UserManager;
|
||||
import org.codehaus.plexus.util.StringUtils;
|
||||
import org.codehaus.redback.integration.interceptor.SecureActionBundle;
|
||||
import org.codehaus.redback.integration.interceptor.SecureActionException;
|
||||
import org.codehaus.redback.integration.model.EditUserCredentials;
|
||||
import org.apache.archiva.redback.integration.interceptor.SecureActionBundle;
|
||||
import org.apache.archiva.redback.integration.interceptor.SecureActionException;
|
||||
import org.apache.archiva.redback.integration.model.EditUserCredentials;
|
||||
import org.springframework.context.annotation.Scope;
|
||||
import org.springframework.stereotype.Controller;
|
||||
|
||||
|
|
|
@ -37,9 +37,9 @@ import org.apache.archiva.redback.system.SecuritySession;
|
|||
import org.apache.archiva.redback.system.SecuritySystem;
|
||||
import org.apache.archiva.redback.users.UserNotFoundException;
|
||||
import org.codehaus.plexus.util.StringUtils;
|
||||
import org.codehaus.redback.integration.interceptor.SecureActionBundle;
|
||||
import org.codehaus.redback.integration.interceptor.SecureActionException;
|
||||
import org.codehaus.redback.integration.util.AutoLoginCookies;
|
||||
import org.apache.archiva.redback.integration.interceptor.SecureActionBundle;
|
||||
import org.apache.archiva.redback.integration.interceptor.SecureActionException;
|
||||
import org.apache.archiva.redback.integration.util.AutoLoginCookies;
|
||||
import org.springframework.context.annotation.Scope;
|
||||
import org.springframework.stereotype.Controller;
|
||||
|
||||
|
|
|
@ -22,9 +22,9 @@ package org.codehaus.plexus.redback.struts2.action;
|
|||
import org.apache.struts2.ServletActionContext;
|
||||
import org.apache.struts2.dispatcher.SessionMap;
|
||||
import org.codehaus.plexus.cache.Cache;
|
||||
import org.codehaus.redback.integration.interceptor.SecureActionBundle;
|
||||
import org.codehaus.redback.integration.interceptor.SecureActionException;
|
||||
import org.codehaus.redback.integration.util.AutoLoginCookies;
|
||||
import org.apache.archiva.redback.integration.interceptor.SecureActionBundle;
|
||||
import org.apache.archiva.redback.integration.interceptor.SecureActionException;
|
||||
import org.apache.archiva.redback.integration.util.AutoLoginCookies;
|
||||
import org.springframework.context.annotation.Scope;
|
||||
import org.springframework.stereotype.Controller;
|
||||
|
||||
|
|
|
@ -27,8 +27,8 @@ import org.apache.archiva.redback.system.SecuritySession;
|
|||
import org.apache.archiva.redback.system.SecuritySystem;
|
||||
import org.apache.archiva.redback.users.UserNotFoundException;
|
||||
import org.codehaus.plexus.util.StringUtils;
|
||||
import org.codehaus.redback.integration.interceptor.SecureActionBundle;
|
||||
import org.codehaus.redback.integration.interceptor.SecureActionException;
|
||||
import org.apache.archiva.redback.integration.interceptor.SecureActionBundle;
|
||||
import org.apache.archiva.redback.integration.interceptor.SecureActionException;
|
||||
import org.springframework.context.annotation.Scope;
|
||||
import org.springframework.stereotype.Controller;
|
||||
|
||||
|
|
|
@ -28,9 +28,9 @@ import org.apache.archiva.redback.keys.KeyManagerException;
|
|||
import org.apache.archiva.redback.system.SecuritySystem;
|
||||
import org.apache.archiva.redback.users.User;
|
||||
import org.codehaus.plexus.util.StringUtils;
|
||||
import org.codehaus.redback.integration.interceptor.SecureActionBundle;
|
||||
import org.codehaus.redback.integration.interceptor.SecureActionException;
|
||||
import org.codehaus.redback.integration.mail.Mailer;
|
||||
import org.apache.archiva.redback.integration.interceptor.SecureActionBundle;
|
||||
import org.apache.archiva.redback.integration.interceptor.SecureActionException;
|
||||
import org.apache.archiva.redback.integration.mail.Mailer;
|
||||
import org.springframework.context.annotation.Scope;
|
||||
import org.springframework.stereotype.Controller;
|
||||
|
||||
|
|
|
@ -27,10 +27,10 @@ import org.apache.archiva.redback.users.User;
|
|||
import org.apache.archiva.redback.keys.KeyManagerException;
|
||||
import org.apache.archiva.redback.users.UserManager;
|
||||
import org.apache.archiva.redback.users.UserNotFoundException;
|
||||
import org.codehaus.redback.integration.interceptor.SecureActionBundle;
|
||||
import org.codehaus.redback.integration.interceptor.SecureActionException;
|
||||
import org.codehaus.redback.integration.mail.Mailer;
|
||||
import org.codehaus.redback.integration.model.CreateUserCredentials;
|
||||
import org.apache.archiva.redback.integration.interceptor.SecureActionBundle;
|
||||
import org.apache.archiva.redback.integration.interceptor.SecureActionException;
|
||||
import org.apache.archiva.redback.integration.mail.Mailer;
|
||||
import org.apache.archiva.redback.integration.model.CreateUserCredentials;
|
||||
import org.apache.archiva.redback.integration.security.role.RedbackRoleConstants;
|
||||
import org.springframework.context.annotation.Scope;
|
||||
import org.springframework.stereotype.Controller;
|
||||
|
|
|
@ -35,10 +35,10 @@ import org.codehaus.plexus.redback.struts2.action.AuditEvent;
|
|||
import org.apache.archiva.redback.system.SecuritySession;
|
||||
import org.apache.archiva.redback.users.User;
|
||||
import org.apache.archiva.redback.users.UserNotFoundException;
|
||||
import org.codehaus.redback.integration.interceptor.SecureActionBundle;
|
||||
import org.codehaus.redback.integration.interceptor.SecureActionException;
|
||||
import org.codehaus.redback.integration.model.EditUserCredentials;
|
||||
import org.codehaus.redback.integration.util.AutoLoginCookies;
|
||||
import org.apache.archiva.redback.integration.interceptor.SecureActionBundle;
|
||||
import org.apache.archiva.redback.integration.interceptor.SecureActionException;
|
||||
import org.apache.archiva.redback.integration.model.EditUserCredentials;
|
||||
import org.apache.archiva.redback.integration.util.AutoLoginCookies;
|
||||
import org.springframework.context.annotation.Scope;
|
||||
import org.springframework.stereotype.Controller;
|
||||
|
||||
|
|
|
@ -21,9 +21,9 @@ package org.codehaus.plexus.redback.struts2.action.admin;
|
|||
|
||||
import org.apache.archiva.redback.rbac.Resource;
|
||||
import org.codehaus.plexus.redback.struts2.action.AbstractSecurityAction;
|
||||
import org.codehaus.redback.integration.interceptor.SecureActionBundle;
|
||||
import org.codehaus.redback.integration.interceptor.SecureActionException;
|
||||
import org.codehaus.redback.integration.role.RoleConstants;
|
||||
import org.apache.archiva.redback.integration.interceptor.SecureActionBundle;
|
||||
import org.apache.archiva.redback.integration.interceptor.SecureActionException;
|
||||
import org.apache.archiva.redback.integration.role.RoleConstants;
|
||||
import org.springframework.context.annotation.Scope;
|
||||
import org.springframework.stereotype.Controller;
|
||||
|
||||
|
|
|
@ -33,10 +33,10 @@ import org.codehaus.plexus.redback.struts2.model.ApplicationRoleDetails;
|
|||
import org.codehaus.plexus.redback.struts2.model.ApplicationRoleDetails.RoleTableCell;
|
||||
import org.apache.archiva.redback.users.UserManager;
|
||||
import org.codehaus.plexus.util.StringUtils;
|
||||
import org.codehaus.redback.integration.interceptor.SecureActionBundle;
|
||||
import org.codehaus.redback.integration.interceptor.SecureActionException;
|
||||
import org.codehaus.redback.integration.model.AdminEditUserCredentials;
|
||||
import org.codehaus.redback.integration.role.RoleConstants;
|
||||
import org.apache.archiva.redback.integration.interceptor.SecureActionBundle;
|
||||
import org.apache.archiva.redback.integration.interceptor.SecureActionException;
|
||||
import org.apache.archiva.redback.integration.model.AdminEditUserCredentials;
|
||||
import org.apache.archiva.redback.integration.role.RoleConstants;
|
||||
import org.springframework.context.annotation.Scope;
|
||||
import org.springframework.stereotype.Controller;
|
||||
|
||||
|
|
|
@ -27,10 +27,10 @@ import org.apache.archiva.redback.keys.KeyManager;
|
|||
import org.apache.archiva.redback.management.DataManagementTool;
|
||||
import org.codehaus.plexus.redback.struts2.action.AbstractSecurityAction;
|
||||
import org.apache.archiva.redback.users.UserManager;
|
||||
import org.codehaus.redback.integration.interceptor.SecureAction;
|
||||
import org.codehaus.redback.integration.interceptor.SecureActionBundle;
|
||||
import org.codehaus.redback.integration.interceptor.SecureActionException;
|
||||
import org.codehaus.redback.integration.role.RoleConstants;
|
||||
import org.apache.archiva.redback.integration.interceptor.SecureAction;
|
||||
import org.apache.archiva.redback.integration.interceptor.SecureActionBundle;
|
||||
import org.apache.archiva.redback.integration.interceptor.SecureActionException;
|
||||
import org.apache.archiva.redback.integration.role.RoleConstants;
|
||||
import org.springframework.context.annotation.Scope;
|
||||
import org.springframework.stereotype.Controller;
|
||||
|
||||
|
|
|
@ -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.UserNotFoundException;
|
||||
import org.codehaus.plexus.util.StringUtils;
|
||||
import org.codehaus.redback.integration.interceptor.SecureActionBundle;
|
||||
import org.codehaus.redback.integration.interceptor.SecureActionException;
|
||||
import org.apache.archiva.redback.integration.interceptor.SecureActionBundle;
|
||||
import org.apache.archiva.redback.integration.interceptor.SecureActionException;
|
||||
import org.apache.archiva.redback.integration.security.role.RedbackRoleConstants;
|
||||
import org.springframework.context.annotation.Scope;
|
||||
import org.springframework.stereotype.Controller;
|
||||
|
|
|
@ -24,10 +24,10 @@ import org.apache.archiva.redback.rbac.RBACManager;
|
|||
import org.apache.archiva.redback.rbac.RbacManagerException;
|
||||
import org.apache.archiva.redback.rbac.Resource;
|
||||
import org.codehaus.plexus.redback.struts2.action.RedbackActionSupport;
|
||||
import org.codehaus.redback.integration.interceptor.SecureActionBundle;
|
||||
import org.codehaus.redback.integration.interceptor.SecureActionException;
|
||||
import org.codehaus.redback.integration.role.RoleConstants;
|
||||
import org.codehaus.redback.integration.util.OperationSorter;
|
||||
import org.apache.archiva.redback.integration.interceptor.SecureActionBundle;
|
||||
import org.apache.archiva.redback.integration.interceptor.SecureActionException;
|
||||
import org.apache.archiva.redback.integration.role.RoleConstants;
|
||||
import org.apache.archiva.redback.integration.util.OperationSorter;
|
||||
import org.springframework.context.annotation.Scope;
|
||||
import org.springframework.stereotype.Controller;
|
||||
|
||||
|
|
|
@ -26,10 +26,10 @@ import org.apache.archiva.redback.rbac.Resource;
|
|||
import org.apache.archiva.redback.rbac.RbacManagerException;
|
||||
import org.codehaus.plexus.redback.struts2.action.RedbackActionSupport;
|
||||
import org.codehaus.plexus.util.StringUtils;
|
||||
import org.codehaus.redback.integration.interceptor.SecureActionBundle;
|
||||
import org.codehaus.redback.integration.interceptor.SecureActionException;
|
||||
import org.codehaus.redback.integration.role.RoleConstants;
|
||||
import org.codehaus.redback.integration.util.PermissionSorter;
|
||||
import org.apache.archiva.redback.integration.interceptor.SecureActionBundle;
|
||||
import org.apache.archiva.redback.integration.interceptor.SecureActionException;
|
||||
import org.apache.archiva.redback.integration.role.RoleConstants;
|
||||
import org.apache.archiva.redback.integration.util.PermissionSorter;
|
||||
import org.springframework.context.annotation.Scope;
|
||||
import org.springframework.stereotype.Controller;
|
||||
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue