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:
parent
67059a5bb8
commit
acd5a8be5a
|
@ -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
|
|
@ -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
|
|
@ -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
|
|
@ -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;
|
Loading…
Reference in New Issue