System authentication
[lgpl/argeo-commons.git] / org.argeo.cms / src / org / argeo / cms / internal / kernel / NodeSecurity.java
index 0a512fff93988b778b01300ef65e70ffed67a9dc..13ecac4b09c1c599248420b2df2699114b1b3330 100644 (file)
@@ -131,6 +131,8 @@ class NodeSecurity implements AuthenticationManager {
        @Override
        public Authentication authenticate(Authentication authentication)
                        throws AuthenticationException {
+//             throw new UnsupportedOperationException(
+//                             "Authentication manager is deprectaed and should not be used.");
                Authentication auth = null;
                if (authentication instanceof InternalAuthentication)
                        auth = internalAuth.authenticate(authentication);