| | |
| | | import org.opends.server.api.ConnectionHandler; |
| | | import org.opends.server.api.ConnectionSecurityProvider; |
| | | import org.opends.server.core.*; |
| | | import org.opends.server.core.networkgroups.NetworkGroup; |
| | | import org.opends.server.extensions.*; |
| | | import org.opends.server.loggers.debug.DebugTracer; |
| | | import org.opends.server.protocols.asn1.ASN1OctetString; |
| | |
| | | super(); |
| | | |
| | | |
| | | this.setNetworkGroup(NetworkGroup.getInternalNetworkGroup()); |
| | | |
| | | // This connection will be authenticated as a root user so that no |
| | | // access control will be enforced. |
| | | String commonName = "Internal Client"; |
| | |
| | | super(); |
| | | |
| | | |
| | | this.setNetworkGroup(NetworkGroup.getInternalNetworkGroup()); |
| | | |
| | | this.authenticationInfo = authInfo; |
| | | super.setAuthenticationInfo(authInfo); |
| | | super.setSizeLimit(0); |