package move to o.a.a.r module redback-jsecurity

git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1311025 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2012-04-08 15:35:03 +00:00
parent 67059a5bb8
commit acd5a8be5a
4 changed files with 7 additions and 4 deletions

View File

@ -1,4 +1,4 @@
package org.codehaus.redback.jsecurity; package org.apache.archiva.redback.jsecurity;
/* /*
* 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.jsecurity; package org.apache.archiva.redback.jsecurity;
/* /*
* 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.jsecurity; package org.apache.archiva.redback.jsecurity;
/* /*
* 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.jsecurity; package org.apache.archiva.redback.jsecurity;
/* /*
* Licensed to the Apache Software Foundation (ASF) under one * Licensed to the Apache Software Foundation (ASF) under one
@ -20,6 +20,9 @@ package org.codehaus.redback.jsecurity;
*/ */
import junit.framework.TestCase; import junit.framework.TestCase;
import org.apache.archiva.redback.jsecurity.PrincipalLockedException;
import org.apache.archiva.redback.jsecurity.PrincipalPasswordChangeRequiredException;
import org.apache.archiva.redback.jsecurity.RedbackRealm;
import org.apache.archiva.redback.policy.UserSecurityPolicy; import org.apache.archiva.redback.policy.UserSecurityPolicy;
import org.apache.archiva.redback.rbac.Operation; import org.apache.archiva.redback.rbac.Operation;
import org.apache.archiva.redback.rbac.Permission; import org.apache.archiva.redback.rbac.Permission;