Improve tokens management
[lgpl/argeo-commons.git] / org.argeo.enterprise / src / org / argeo / osgi / useradmin / AggregatingAuthorization.java
index b450b729e6129364e4bd8197253e8392e917455a..6729a2c2df1167fa873c18ebbc6e14cb356e59ae 100644 (file)
@@ -6,8 +6,6 @@ import java.util.Collection;
 import java.util.Collections;
 import java.util.List;
 
-import javax.security.auth.x500.X500Principal;
-
 import org.osgi.service.useradmin.Authorization;
 
 class AggregatingAuthorization implements Authorization {