revert bad idea sub classes do not need to know parent class implementation details
git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1421130 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
fedd4fc720
commit
6d9972fcf9
|
@ -52,14 +52,14 @@ import java.util.Map;
|
|||
public class UserManagerAuthenticator
|
||||
implements Authenticator
|
||||
{
|
||||
protected Logger log = LoggerFactory.getLogger( getClass() );
|
||||
private Logger log = LoggerFactory.getLogger( getClass() );
|
||||
|
||||
@Inject
|
||||
@Named(value = "userManager#configurable")
|
||||
private UserManager userManager;
|
||||
|
||||
@Inject
|
||||
protected UserSecurityPolicy securityPolicy;
|
||||
private UserSecurityPolicy securityPolicy;
|
||||
|
||||
public String getId()
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue